DatabasesOfficialTypeScript
SQLite MCP Server
Query and inspect SQLite databases with schema-aware MCP tools.
1.3k starsUpdated Aug 17, 2026npm/@modelcontextprotocol/server-sqlite
Ads
Overview
Useful for local analytics, app debugging, and lightweight data exploration over SQLite files.
Installation
npx -y @modelcontextprotocol/server-sqlite /path/to/database.db
Configuration
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite",
"/path/to/database.db"
]
}
}
}Capabilities
- list_tables
List tables in the SQLite database.
- query
Run a SQL query against the database.
Supported clients
- Claude Desktop
- Cursor
Tags
- sql
- local-db
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
10.5kDatabasesUpdated 1 day ago
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
5kDatabasesUpdated 3 days ago
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
3.2kDatabasesUpdated 5 days ago
Financial Datasets
OfficialStock market API made for AI agents
2.3kDatabasesUpdated Jun 5, 2025