Pyth Pro MCP Server

This repository acts as a monorepo for the various components that make up Pyth protocols. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 248 · #97 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Pyth Pro MCP Server

Claude Code

claude mcp add pyth-network-pyth-crosschain --transport http https://mcp.pyth.network/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pyth-network-pyth-crosschain": {
      "url": "https://mcp.pyth.network/mcp"
    }
  }
}

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

https://mcp.pyth.network/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

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 remote - your agent's requests go to mcp.pyth.network

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

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

03 · What Pyth Pro MCP Server can do

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

Latest releases

pyth-evm-contract-v1.4.6 · 2026-08-07

developer-hub: add IOTA usage docs, small fixes · auto-approve contract_manager store record JSONs · Flow EVM mainnet · developer-hub: sunset Express Relay docs (OP-PIP-124) · lazer/cardano/cli: update to latest…

pyth-price-pusher-v13.0.0 · 2026-07-24

render u64 instruction args as decimal · lazer/sui: add Published.toml file, update mainnet info · sui/lazer: deploy new testnet contract · identify success logs by message, not hash presence · deploy(pro-compatible)…

pyth-price-pusher-v12.0.0 · 2026-07-22

deploy(pro-compatible) Polygon and Polygon Amoy Core contracts · add All Contract Addresses page (Core vs upgraded Core vs Pro) · Add .github/greenlight.yml (opt into greenlight) · Pro and pro-compatible Core contracts…

04 · Who maintains Pyth Pro MCP Server

Pyth Pro MCP Server is maintained by pyth-network. It's the only MCP server we track from this author; the repo dates to Nov 2021.

05 · Facts

category
finance - ranked #97 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-07)
registry
io.github.pyth-network/mcp (active, first published 2026-03-04 · 2 versions)

06 · Pyth Pro MCP Server FAQ

What is Pyth Pro MCP Server?

This repository acts as a monorepo for the various components that make up Pyth protocols. It is available as a remote MCP endpoint.

Is Pyth Pro MCP Server still maintained?

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

How do I install Pyth Pro MCP Server?

Run `claude mcp add pyth-network-pyth-crosschain --transport http https://mcp.pyth.network/mcp`. You can also paste the ready-made client config above.

Does Pyth Pro MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Pyth Pro MCP Server