Skip to main content

Claude Desktop

Claude Desktop supports local MCP servers only. It does not support remote MCP connections natively. Use Claude Code or Cursor for remote server access.

Local Server

Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "easy-node": {
      "command": "npx",
      "args": ["-y", "@easynodexyz/mcp-x402"]
    }
  }
}

Config File Locations

OSPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json

After Configuration

Restart Claude Desktop completely to load the MCP server.