Skip to content
Cursor

coinlore mcp for Cursor

io.github.mrfentmen/coinlore-mcp

CoinLore crypto market data: top coins, single coin, global stats, and markets. No key required.

client:Cursor transport:stdio runtime:npm

Install coinlore mcp in Cursor

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

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

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

coinlore mcp in other clients