A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
🗄️ SQLite MCP Server
Query. Create. Analyze. Visualize.
A lightweight Python-based MCP server for interacting with SQLite databases.
Easily ask questions, create databases & tables, run queries, analyze data, and even visualize results directly through AI-powered workflows.

# Create and activate virtual environment
python3 -m venv .venv --upgrade-deps
source .venv/bin/activate
# Install MCP CLI and dependencies
pip install "mcp[cli]" httpx
# Optional: for generating mock data
pip install faker
Add the following to your claude_desktop_config.json:
config path example: /Users/xlisp/Library/Application\ Support/Claude/claude_desktop_config.json
"sqlite-db": {
"command": "/Users/xlisp/PyPro/sqllite-mcp-server/.venv/bin/python",
"args": [
"/Users/xlisp/PyPro/sqllite-mcp-server/main.py"
]
},
"visualization": {
"command": "/Users/yourname/Desktop/visualization-mcp-server/.venv/bin/python",
"args": [
"/Users/yourname/Desktop/visualization-mcp-server/visualization_mcp_server.py"
]
}
Then restart Claude Desktop, and you’ll be able to interact with SQLite directly:
sqlite_mcp_server.py is the main entry point.MIT License.
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba