MCP SQLite Server
MCP Serverby jparkerweb · Added 5mo ago
ClaudeCursorWindsurf
90
Install
git clone https://github.com/jparkerweb/mcp-sqliteAdd to Claude
claude mcp add mcp-sqlite-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-sqlite-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/mcp-sqlite-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities. Requires a local SQLite database file path to be provided as a command line argument.
Tags
data-analyticsmcp-serversqlitedatabasellmcursorwindsurf