Skip to content
Grok

mcp sqlite3 for Grok

io.github.daedalus/mcp-sqlite3

MCP server exposing sqlite3 library functionality

client:Grok transport:stdio runtime:pypi

Install mcp sqlite3 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-sqlite3": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sqlite3"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp sqlite3 in other clients