Skip to content
Claude Desktop

AgentNet for Claude Desktop

io.github.oxgeneral/agentnet

Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP.

client:Claude Desktop transport:streamable-http

Install AgentNet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentnet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://79.137.184.124.nip.io:8421/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AgentNet in other clients