Skip to main content

Cursor

Remote Server

Add to your Cursor MCP settings (.cursor/mcp.json):
{
  "mcpServers": {
    "easy-node": {
      "url": "https://mcp-x402.easy-node.xyz/mcp",
      "headers": {
        "X-Easynode-Private-Key": "0x..."
      }
    }
  }
}

Local Server

{
  "mcpServers": {
    "easy-node": {
      "command": "npx",
      "args": ["-y", "@easynodexyz/mcp-x402"]
    }
  }
}

Config File Locations

ScopePath
Project.cursor/mcp.json in project root
Global (macOS)~/.cursor/mcp.json
Global (Windows)%USERPROFILE%\.cursor\mcp.json

After Configuration

Restart Cursor to load the MCP server.