Skip to content
Cursor

ethplorer mcp for Cursor

io.github.mrfentmen/ethplorer-mcp

Ethereum token explorer: token info, address holdings, transaction history. No key required for...

client:Cursor transport:stdio runtime:npm

Install ethplorer mcp in Cursor

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

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

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

ethplorer mcp in other clients