Skip to main content

Claude Code

Remote Server

Connect to the hosted server — no local install needed:
claude mcp add --transport http \
  --header "X-Easynode-Private-Key: 0x..." \
  easy-node https://mcp-x402.easy-node.xyz/mcp

Local Server

Run the MCP server locally via npx:
claude mcp add easy-node -- npx -y @easynodexyz/mcp-x402
Or add manually to ~/.claude/settings.json:
{
  "mcpServers": {
    "easy-node": {
      "command": "npx",
      "args": ["-y", "@easynodexyz/mcp-x402"]
    }
  }
}

Config File Locations

OSPath
macOS/Linux~/.claude/settings.json
Windows%USERPROFILE%\.claude\settings.json