PluginBench
MCP Server
Active
Apache-2.0

Apache Pinot MCP Server MCP Server

io.github.startreedata/mcp-pinot

What is the Apache Pinot MCP Server MCP server?

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

How to install Apache Pinot MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PINOT_CONTROLLER_URL

    HTTP(S) endpoint of the Pinot Controller.

  • PINOT_BROKER_URL

    HTTP(S) endpoint of the Pinot Broker.

  • PINOT_USERNAME

    Optional Pinot basic-auth username.

  • PINOT_PASSWORD
    secret

    Optional Pinot basic-auth password.

  • PINOT_TOKEN
    secret

    Optional Pinot bearer token. Overrides username and password when set.

  • PINOT_USE_MSQE

    Whether to enable Pinot multi-stage query engine support.

  • MCP_TRANSPORT

    Transport mode: 'stdio' (default, for desktop clients) or 'http'.

  • AUTH_PROVIDER

    Inbound auth provider for HTTP transport (e.g. 'oauth'); required to bind a non-loopback host.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-pinot": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<YOUR_PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<YOUR_PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<YOUR_PINOT_USERNAME>",
        "PINOT_PASSWORD": "<YOUR_PINOT_PASSWORD>",
        "PINOT_TOKEN": "<YOUR_PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<YOUR_PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<YOUR_AUTH_PROVIDER>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-pinot": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<YOUR_PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<YOUR_PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<YOUR_PINOT_USERNAME>",
        "PINOT_PASSWORD": "<YOUR_PINOT_PASSWORD>",
        "PINOT_TOKEN": "<YOUR_PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<YOUR_PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<YOUR_AUTH_PROVIDER>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-pinot": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<YOUR_PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<YOUR_PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<YOUR_PINOT_USERNAME>",
        "PINOT_PASSWORD": "<YOUR_PINOT_PASSWORD>",
        "PINOT_TOKEN": "<YOUR_PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<YOUR_PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<YOUR_AUTH_PROVIDER>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-pinot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ],
      "env": {
        "PINOT_CONTROLLER_URL": "<YOUR_PINOT_CONTROLLER_URL>",
        "PINOT_BROKER_URL": "<YOUR_PINOT_BROKER_URL>",
        "PINOT_USERNAME": "<YOUR_PINOT_USERNAME>",
        "PINOT_PASSWORD": "<YOUR_PINOT_PASSWORD>",
        "PINOT_TOKEN": "<YOUR_PINOT_TOKEN>",
        "PINOT_USE_MSQE": "<YOUR_PINOT_USE_MSQE>",
        "MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
        "AUTH_PROVIDER": "<YOUR_AUTH_PROVIDER>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-pinot --env PINOT_CONTROLLER_URL=<YOUR_PINOT_CONTROLLER_URL> --env PINOT_BROKER_URL=<YOUR_PINOT_BROKER_URL> --env PINOT_USERNAME=<YOUR_PINOT_USERNAME> --env PINOT_PASSWORD=<YOUR_PINOT_PASSWORD> --env PINOT_TOKEN=<YOUR_PINOT_TOKEN> --env PINOT_USE_MSQE=<YOUR_PINOT_USE_MSQE> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_PROVIDER=<YOUR_AUTH_PROVIDER> -- uvx mcp-pinot-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →