Skip to content
Cursor

coinmetrics mcp for Cursor

io.github.mrfentmen/coinmetrics-mcp

Keyless Coin Metrics community asset metrics.

client:Cursor transport:stdio runtime:npm

Install coinmetrics mcp in Cursor

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

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

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

coinmetrics mcp in other clients