Loading MCP server directory, please wait...
Explore and query Apache Pinot clusters through MCP.
npx @getmcp/cli add io.github.startreedata/mcp-pinotRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.startreedata/mcp-pinot": {
"command": "uvx",
"args": [
"mcp-pinot-server"
],
"env": {
"PINOT_CONTROLLER_URL": "http://localhost:9000",
"PINOT_BROKER_URL": "http://localhost:8000",
"PINOT_USERNAME": "",
"PINOT_PASSWORD": "",
"PINOT_TOKEN": "",
"PINOT_USE_MSQE": "true"
}
}
}
}