PluginBench
MCP Server

io.github.srimisra/pyth-hermes-mcp MCP Server

io.github.srimisra/pyth-hermes-mcp

What is the io.github.srimisra/pyth-hermes-mcp MCP server?

Pyth Hermes MCP — real-time price feeds and oracle data for DeFi agents.

How to install io.github.srimisra/pyth-hermes-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pyth-hermes-mcp": {
      "url": "https://pyth-hermes.mcp.junct.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pyth-hermes-mcp": {
      "serverUrl": "https://pyth-hermes.mcp.junct.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pyth-hermes-mcp": {
      "type": "http",
      "url": "https://pyth-hermes.mcp.junct.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "pyth-hermes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pyth-hermes.mcp.junct.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http pyth-hermes-mcp https://pyth-hermes.mcp.junct.dev/mcp

Related MCP servers

DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi.

View repository →