SQLite MCP Server
Query a local SQLite file directly.
Official — published by the vendor of the system it connects to.
Run SQL against a SQLite database on disk, inspect the schema, and get results back as structured rows. Good for local analysis where a server would be overkill.
Install SQLite MCP Server
Paste this into your MCP client config — Claude Desktop, Claude Code, Cursor, VS Code and Windsurf all read the same shape — then restart the client.
npx -y @modelcontextprotocol/server-sqlite --db-path ./data.dbDetails
- Repository
- https://github.com/modelcontextprotocol/servers
- Homepage
- https://github.com/modelcontextprotocol/servers
- Category
- Database
- Stars
- 4400
- Installs per month
- 33000
- Last checked
Other Database servers
- Supabase MCP Server — Query Postgres, manage tables, call edge functions. Official (Database)
- Postgres MCP Server — Read-only SQL with schema inspection. Official (Database)
- Redis MCP Server — Get, set and scan keys. (Database)