Skip to content
Cursor

price data mcp for Cursor

io.github.wesseltl/price-data-mcp

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

client:Cursor transport:stdio runtime:pypi

Install price data mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "price-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hyperliquid-price-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

price data mcp in other clients