S

SQLite

Official

Query and mutate SQLite databases from your AI client.

by Anthropic· 38.4k·Data·Updated 2 weeks ago

Install

Add this command to your MCP client config to connect SQLite.

uvx mcp-server-sqlite --db-path ./data.db

About 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

Other MCP servers in Data and beyond.