MCP Server
SQLite MCP MCP Server
by Anthropic
Query and modify a local SQLite database file.
About SQLite MCP
Lightweight SQLite MCP server. Good fit for local prototypes, embedded apps, and giving agents a small structured knowledge store.
Tags
SQLlocalembedded
How to install SQLite MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite"]
}
}
}Example shape only — see the repository for the canonical install command.