S
SQLite MCP Server
Provides read and write access to SQLite databases through MCP, enabling AI assistants to query, inspect, and modify local database files.
stdioLocalNo Authpip
What This Server Exposes
Tools
read_querywrite_querycreate_tablelist_tablesdescribe_table
Resources
- •table schemas
- •query results
Setup Instructions
- 1Ensure Python 3.10+ and uv are installed
- 2Add the SQLite server config to your Claude Desktop configuration
- 3Replace /path/to/database.db with the path to your SQLite database
- 4Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"/path/to/database.db"
]
}
}
}Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
This server has full read and write access to the specified SQLite database. Only point it at databases you are comfortable having the AI query and modify. Consider using a copy of production databases for exploration.
This listing is for informational purposes only. CodexSpot is not affiliated with SQLite MCP Server.