Home › Other › Apache Pinot MCP Server
Apache Pinot MCP Server
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 5.0.0b1)
uvx mcp-pinot-server
Or add to your MCP client config:
{
"mcpServers": {
"mcp-pinot": {
"command": "uvx",
"args": [
"mcp-pinot-server"
],
"env": {
"PINOT_CONTROLLER_URL": "<YOUR_VALUE>",
"PINOT_BROKER_URL": "<YOUR_VALUE>",
"PINOT_USERNAME": "<YOUR_VALUE>",
"PINOT_PASSWORD": "<YOUR_VALUE>",
"PINOT_TOKEN": "<YOUR_VALUE>",
"PINOT_USE_MSQE": "<YOUR_VALUE>",
"MCP_TRANSPORT": "<YOUR_VALUE>",
"AUTH_PROVIDER": "<YOUR_VALUE>"
}
}
}
}
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_PASSWORDsecret — Optional Pinot basic-auth password.PINOT_TOKENsecret — 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.
Package (oci)
docker run -i --rm ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1
Or add to your MCP client config:
{
"mcpServers": {
"mcp-pinot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry