SQLite
Freeby MCP Community
Lightweight local database access for querying and managing SQLite files.
v1.0.0Added Nov 25, 2024
sqlitesqlembedded
SQLite MCP Server
Lightweight local database access for querying and managing SQLite files.
Features
- Query Execution
- Schema Inspector
- Import/Export
- Multi-file support
Installation
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-sqlite
Add to claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sqlite"]
}
}
}