Skip to content
Cursor

evmscope for Cursor

io.github.calintzy/evmscope

EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config.

client:Cursor transport:stdio runtime:npm

Install evmscope in Cursor

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

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

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

evmscope in other clients