Skip to content
Cursor

Ethereum Transaction Builder for Cursor

io.github.nirholas/transaction-mcp-server

Build and sign Ethereum transactions - EIP-1559, gas estimation, RLP, ERC-20 transfers

client:Cursor transport:stdio runtime:pypi

Install Ethereum Transaction Builder in Cursor

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

{
  "mcpServers": {
    "transaction-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "transaction-mcp-server"
      ]
    }
  }
}

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

Ethereum Transaction Builder in other clients