Skip to content
Cursor

Apache Pinot MCP Server for Cursor

io.github.startreedata/mcp-pinot

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

client:Cursor transport:stdio runtime:pypi

Install Apache Pinot MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apache Pinot MCP Server in other clients