Sqlite Server
Freeby MCP Community
MCP server for SQLite — query databases, inspect schemas, explain queries, and export data from your IDE
v1.0.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolsqlitedatabase
Sqlite Server MCP Server
MCP server for SQLite — query databases, inspect schemas, explain queries, and export data from your IDE
Installation
Reviews
Installation
Quick install
npx -y mcp-sqlite-server
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite-server": {
"command": "npx",
"args": ["-y", "mcp-sqlite-server"]
}
}
}