Apache Pinot MCP Server
Rank #3,356io.github.startreedata/mcp-pinot
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
Apache Pinot MCP Server is a Model Context Protocol (MCP) server published by startreedata. It ranks #3,356 of 132,046 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. Apache Pinot MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Jun 4, 2025 and most recently updated on Aug 29, 2026.
Ranks ahead of 128,690 of 132,046 servers on MCP Toplist.
Use Apache Pinot MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-pinot -e "PINOT_CONTROLLER_URL=<your PINOT_CONTROLLER_URL>" -e "PINOT_BROKER_URL=<your PINOT_BROKER_URL>" -e "PINOT_USERNAME=<your PINOT_USERNAME>" -e "PINOT_PASSWORD=<your PINOT_PASSWORD>" -e "PINOT_TOKEN=<your PINOT_TOKEN>" -e "PINOT_USE_MSQE=<your PINOT_USE_MSQE>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "AUTH_PROVIDER=<your AUTH_PROVIDER>" -- uvx mcp-pinot-serverReplace each placeholder with your own value before saving.
claude mcp add mcp-pinot -- docker run -i --rm ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1[mcp_servers.mcp-pinot]
command = "uvx"
args = ["mcp-pinot-server"]
[mcp_servers.mcp-pinot.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-pinot]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"]Add to ~/.codex/config.toml.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pinot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pinot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pinot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pinot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}Add to ~/.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>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pinot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/startreedata/mcp-pinot:5.0.0-beta.1"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.startreedata%2Fmcp-pinot)<a href="https://mcptoplist.com/server/io.github.startreedata%2Fmcp-pinot"><img src="https://mcptoplist.com/badge/io.github.startreedata%2Fmcp-pinot.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
startreedata
Available versions (4)
| Version | Published |
|---|---|
| 5.0.0-beta.1 | Aug 29, 2026 |
| 4.1.0 | Aug 29, 2026 |
| 4.0.0 | Jul 27, 2026 |
| 3.2.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Apache Pinot MCP Server?
- Apache Pinot MCP Server is maintained by startreedata, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Apache Pinot MCP Server listed on the Official MCP Registry?
- Yes — Apache Pinot MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Apache Pinot MCP Server have?
- MCP Toplist tracks 4 versions of Apache Pinot MCP Server, most recently published on Aug 29, 2026.
- Where can I find the source code for Apache Pinot MCP Server?
- The source code for Apache Pinot MCP Server is hosted at github.com/startreedata/mcp-pinot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.