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.
Filesystem
Anthropic
Read, write, and search local files with sandboxed directory access.
Slack
Anthropic
Read channels, post messages, and search history in a Slack workspace.
Fetch
Anthropic
Fetch a URL and return clean Markdown — the canonical web-reading tool.
GitHub
GitHub
Issues, PRs, code search, and repository operations across GitHub.