Skip to content
Grok

Data Studio for Grok

io.github.geek-fun/data-studio

Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps

client:Grok transport:stdio runtime:npm

Install Data Studio in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "data-studio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@geek-fun/data-studio-mcp"
      ]
    }
  }
}

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

Data Studio in other clients