Apache Pinot MCP Server
About
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PINOT_CONTROLLER_URL PINOT_BROKER_URL PINOT_USERNAME PINOT_PASSWORD PINOT_TOKEN PINOT_USE_MSQE MCP_TRANSPORT AUTH_PROVIDERClaude Code
claude mcp add --env PINOT_CONTROLLER_URL= --env PINOT_BROKER_URL= --env PINOT_USERNAME= --env PINOT_PASSWORD= --env PINOT_TOKEN= --env PINOT_USE_MSQE= --env MCP_TRANSPORT= --env AUTH_PROVIDER= mcp-pinot -- uvx mcp-pinot-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-pinot","command":"uvx","args":["mcp-pinot-server"],"env":{"PINOT_CONTROLLER_URL":"","PINOT_BROKER_URL":"","PINOT_USERNAME":"","PINOT_PASSWORD":"","PINOT_TOKEN":"","PINOT_USE_MSQE":"","MCP_TRANSPORT":"","AUTH_PROVIDER":""}}'
JSON
{
"mcpServers": {
"mcp-pinot": {
"command": "uvx",
"args": [
"mcp-pinot-server"
],
"env": {
"PINOT_CONTROLLER_URL": "",
"PINOT_BROKER_URL": "",
"PINOT_USERNAME": "",
"PINOT_PASSWORD": "",
"PINOT_TOKEN": "",
"PINOT_USE_MSQE": "",
"MCP_TRANSPORT": "",
"AUTH_PROVIDER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.