jparkerweb/mcp-sqlite
by Various
🐇 Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities
MCP
jparkerweb/mcp-sqlite
Added 1 June 2026
Overview
An MCP server that enables AI assistants to interact with SQLite databases. It exposes database operations like querying, inserting, and schema exploration through the Model Context Protocol. Built in JavaScript, it can be self-hosted and configured by developers.
Best for
Best for
Developers building AI assistants that need local or embedded database access
Use cases
- Querying databases via natural language through an AI assistant
- Automating database tasks with LLM-driven agents
- Integrating SQLite data into AI workflows for context and retrieval
How to use
Install
npx -y mcp-sqlite <path-to-your-sqlite-database.db> Tools exposed
db_infolist_tablesget_table_schemacreate_recordread_recordsupdate_recordsdelete_recordsquery
Tested with
Cursor, VS Code
Example client config
{\n "mcpServers": {\n "MCP SQLite Server": {\n "command": "npx",\n "args": [\n "-y",\n "mcp-sqlite",\n "<path-to-your-sqlite-database.db>"\n ]\n }\n }\n} Notes
An MCP server that enables AI assistants to interact with SQLite databases. It exposes database operations like querying, inserting, and schema exploration through the Model Context Protocol. Built in JavaScript, it can be self-hosted and configured by developers.
107 stars on GitHub. Last updated 2026-04-05. Licensed MIT.
Use cases
- Querying databases via natural language through an AI assistant
- Automating database tasks with LLM-driven agents
- Integrating SQLite data into AI workflows for context and retrieval
Pros
- Simple to set up with standard MCP clients
- Handles common SQLite operations including schema introspection
- Active open-source project with responsive maintainer
Cons
- Requires MCP-compatible client or host
- No built-in authentication for database access
- Limited to SQLite; not for production multi-user databases
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple to set up with standard MCP clients
- Handles common SQLite operations including schema introspection
- Active open-source project with responsive maintainer
Cons
- Requires MCP-compatible client or host
- No built-in authentication for database access
- Limited to SQLite; not for production multi-user databases
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
