SQLite_MCP_Server

aWiseKing/SQLite_MCP_Server
★ 2 stars Python 🗄️ Database Updated 30d ago
This is a Model Context Protocol (MCP) server that provides access to a SQLite database. It allows AI assistants (like Trae) to query and modify SQLite databases directly.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sqlite_mcp_server": {
      "command": "uvx",
      "args": [
        "sqlite-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sqlite-mcp-server