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.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows