MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. SQLite

SQLite

rvarun11byrvarun11
•
9
•
Database Management
Developer Tools

Provides a standardized interface for SQLite database interactions, enabling schema introspection, query execution, and database modifications.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • datawiz168

    Snowflake Integration

    Enables Claude to execute SQL queries and interact with Snowflake databases.

  • tinybirdco

    Tinybird

    Connects to a Tinybird Workspace and interacts with data sources and API endpoints using the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

SQLite MCP Server acts as a Model Context Protocol (MCP) server specifically designed for SQLite databases. It offers a standardized interface to manage and interact with SQLite, streamlining database operations from schema discovery to data manipulation. This server facilitates seamless integration with MCP clients, allowing for comprehensive control over SQLite databases through a well-defined set of operations.

Key Features

01Complete schema introspection with column details, types, constraints, and indexes
02Safe execution of SELECT, WITH, and EXPLAIN queries with result formatting
03Execution of DDL/DML operations (INSERT, UPDATE, DELETE, CREATE, ALTER, DROP)
04Sanitized error messages for database operations
05Built-in SQL operation validation
060 GitHub stars

Use Cases

01Integrating SQLite databases with MCP-compatible clients or AI agents
02Programmatically inspecting SQLite database schemas and details
03Automating SQL query execution and database modifications