Odel
Apache Pinot MCP Server

Apache Pinot MCP Server

Local
@startreedata17PythonApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-pinot-serverv5.0.0b1

Run

uvx mcp-pinot-server

MCP client config

{
  "mcpServers": {
    "apache-pinot-mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ]
    }
  }
}
Dockerghcr.io/startreedata/mcp-pinot:5.0.0-beta.1

Run

docker run -i --rm ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1

MCP client config

{
  "mcpServers": {
    "apache-pinot-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
      ]
    }
  }
}