Skip to content
Claude Desktop

Agent Tools for Claude Desktop

io.github.wingedguardian/agent-tools

9 utility tools for agents: DNS, WHOIS, email, IP, URL, headers, QR, text, tech. x402 on Base.

client:Claude Desktop transport:streamable-http

Install Agent Tools in Claude Desktop

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

{
  "mcpServers": {
    "agent-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tools.beethoven2024.com/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

Agent Tools in other clients