Back to MCPs
Official
SQLite
Local SQLite database operations with business intelligence capabilities. Query, analyze, and manage SQLite databases directly through Claude.
databasesqlitesql+1 more
987 upvotes
36,400 views
by Anthropic
Installation
npx -y @modelcontextprotocol/server-sqlite /path/to/database.db
Note: Replace placeholder values (e.g., connection strings, paths) with your own configuration.
How to add to Claude Code
- Open Claude Code settings
Run
claude configor edit~/.claude/config.json - Add the MCP server configuration
{ "mcpServers": { "sqlite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sqlite", "/path/to/database.db" ] } } }Update the placeholder values above with your actual configuration.
- Restart Claude Code
The MCP server will now be available in your sessions