Apache Pinot MCP Server

Quick Start Configuration Reference Docker Build Claude Desktop Integration Try a Prompt Security and Vulnerability Reporting Developer Notes. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 17 · #179 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Apache Pinot MCP Server

before you install - you'll need

Set PINOT_TABLE_FILTER_FILE, OAUTH_ENABLED, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_BASE_URL, OAUTH_AUTHORIZATION_ENDPOINT, OAUTH_TOKEN_ENDPOINT, OAUTH_JWKS_URI, OAUTH_ISSUER before connecting. OAUTH_AUDIENCE, OAUTH_EXTRA_AUTH_PARAMS are optional or environment-specific per the README.

Claude Code

claude mcp add startreedata-mcp-pinot -- uvx mcp-pinot-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "startreedata-mcp-pinot": {
      "command": "uvx",
      "args": [
        "mcp-pinot-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

pypi package mcp-pinot-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.startreedata is GitHub-verified and matches the repo owner

03 · What Apache Pinot MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.0.0 · 2026-07-27

Changes since v3.3.0 · harden MCP Pinot for A-tier readiness (v4) (#122) · Bump actions/setup-node from 6 to 7 (#120) · Bump actions/setup-python from 6 to 7 (#121) · Bump mcp from 1.26.0 to 1.28.1 (#119) · Docker…

v3.3.0 · 2026-07-10

Changes since v3.2.0 · bump version to 3.3.0 (#116) · expose static auth provider through the chart (#115) · static shared-token auth provider for service-to-service callers (#114) · arcade follow-up (segment_list…

v3.2.0 · 2026-07-08

Changes since v3.1.0 · arcade Trust Report improvements for v3.2.0 (schemas, resources, supportability) (#110) · Bump actions/checkout from 6 to 7 (#109) · Bump transitive security dependencies (#104) · Bump starlette…

04 · Who maintains Apache Pinot MCP Server

Apache Pinot MCP Server is maintained by startreedata. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
other - ranked #179 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-27)
registry
io.github.startreedata/mcp-pinot (active, first published 2026-07-08 · 2 versions)
packages
pypi:mcp-pinot-server · oci:ghcr.io/startreedata/mcp-pinot:4.0.0

06 · Apache Pinot MCP Server FAQ

What is Apache Pinot MCP Server?

Quick Start Configuration Reference Docker Build Claude Desktop Integration Try a Prompt Security and Vulnerability Reporting Developer Notes. It runs locally over stdio via the published package.

Is Apache Pinot MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Apache Pinot MCP Server?

Run `uvx mcp-pinot-server`. The README documents 11 environment variables (PINOT_TABLE_FILTER_FILE, OAUTH_ENABLED, OAUTH_CLIENT_ID…) to set first. Set PINOT_TABLE_FILTER_FILE, OAUTH_ENABLED, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_BASE_URL, OAUTH_AUTHORIZATION_ENDPOINT, OAUTH_TOKEN_ENDPOINT, OAUTH_JWKS_URI, OAUTH_ISSUER before connecting. OAUTH_AUDIENCE, OAUTH_EXTRA_AUTH_PARAMS are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Apache Pinot MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Apache Pinot MCP Server

More MCP servers to compare · 1stay · Mintclub · 4q Tokenz · Nu Berea · Advanced GitLab MCP server

More Python MCP servers · Sec Edgar MCP · RLM Tools · Memex (stifler7) · Adam Framework · Infra Node · see all