mcpopen-sourceverified
SQLite MCP Server
Local SQL for throwaway analysis
Spin up a SQLite database and let agents query it. Great for CSV exploration and one-off analytics.
Install SQLite MCP Server
Paste into claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite"
]
}
}
}Run in your terminal
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite Paste into .cursor/mcp.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sqlite"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 5,100
- Maintainer
- Anthropic (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.