Skip to content
Cursor

kraken mcp for Cursor

io.github.mrfentmen/kraken-mcp

Crypto prices from Kraken. No key required.

client:Cursor transport:stdio runtime:npm

Install kraken mcp in Cursor

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

{
  "mcpServers": {
    "kraken-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kraken-mcp"
      ]
    }
  }
}

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

kraken mcp in other clients