Skip to content
Grok

Apache Pinot MCP Server for Grok

io.github.startreedata/mcp-pinot

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

client:Grok transport:stdio runtime:pypi

Install Apache Pinot MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-pinot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<PINOT_USERNAME>",
        "PINOT_PASSWORD": "<PINOT_PASSWORD>",
        "PINOT_TOKEN": "<PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<AUTH_PROVIDER>"
      }
    }
  }
}

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

Apache Pinot MCP Server in other clients