~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "pinot_mcp_claude": { "command": "/path/to/uv", "args": [ "--directory", "/path/to/mcp-pinot", "run", "mcp_pinot/server.py" ], "env": {} } } }
# Find your uv path which uv # Example: /Users/username/.local/bin/uv # Use absolute path to your mcp-pinot directory # Example: /Users/username/projects/mcp-pinot
.env
{ "mcpServers": { "pinot_mcp_claude": { "command": "/Users/username/.local/bin/uv", "args": [ "--directory", "/Users/username/projects/mcp-pinot", "run", "mcp_pinot/server.py" ], "env": { "PINOT_CONTROLLER_URL": "https://pinot.example.startree.cloud", "PINOT_BROKER_HOST": "broker.pinot.example.startree.cloud", "PINOT_BROKER_PORT": "443", "PINOT_BROKER_SCHEME": "https", "PINOT_TOKEN": "Bearer your_token_here", "PINOT_DATABASE": "your_workspace_id" } } } }
Can you help me analyze my data in Pinot? What tables are available?
Can you do a histogram plot on the GitHub events against time?
How many orders were placed in 24 hours on average? Can you help me
Was this page helpful?