SQLite MCP server
Query and write a local SQLite database. A reference server for SQLite that lets an assistant read and write a local database file with full SQL support — the simplest way to give a model structured local data.
Category
DatabasesMaintained by
OfficialProtocol
Model Context ProtocolSource
modelcontextprotocol/servers
DatabasesMaintained by
OfficialProtocol
Model Context ProtocolSource
modelcontextprotocol/servers
What it does
A reference server for SQLite that lets an assistant read and write a local database file with full SQL support — the simplest way to give a model structured local data.
Like any MCP server, SQLite plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool — no custom integration code required.
Related Databases MCP servers
- PostgreSQLQuery a Postgres database in natural language.
- SupabaseManage your Supabase project from the assistant.
- RedisRead and write a Redis store from the assistant.
- MongoDBQuery and manage MongoDB from the assistant.
- NeonManage serverless Postgres with natural language.
- ClickHouseRun analytics queries on ClickHouse.