SQLite
Query and mutate SQLite databases from your AI client.
Install
Add this command to your MCP client config to connect SQLite.
uvx mcp-server-sqlite --db-path ./data.dbAbout SQLite
The SQLite server points at a single .db file and gives you full SQL: queries, schema changes, and inserts. Because SQLite is a single-file database, it is the easiest possible setup — no server, no auth, just a path.
Great for local prototypes, single-user apps, exploring an app's data when you only have access to the SQLite file, or as the "scratchpad database" pattern where the assistant builds up structured state across a long session.
Tags
Related servers
Other MCP servers in Data and beyond.
PostgreSQL
Anthropic
Read-only Postgres access — schema introspection and SQL queries.
Supabase
Supabase
Manage Supabase projects: schema, data, edge functions, and auth.
MongoDB
MongoDB
Query MongoDB collections and aggregations from your AI assistant.
DuckDB
DuckDB
Run analytical SQL on local files via DuckDB and MCP.
Redis
Redis
Query and manage Redis instances through MCP.
Elasticsearch
Elastic
Search and analyze Elasticsearch indices via MCP.