AgentAnycast/agentanycast-mcp
MCP server for P2P agent networking — discover and talk to AI agents anywhere, encrypted, zero config
Platform-specific configuration:
{
"mcpServers": {
"agentanycast-mcp": {
"command": "npx",
"args": [
"-y",
"agentanycast-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Turn any AI tool into a peer-to-peer agent hub. Discover, communicate with, and orchestrate AI agents across any network -- encrypted, decentralized, zero config.
[](https://pypi.org/project/agentanycast-mcp/) [](LICENSE)
uvx agentanycast-mcpWorks with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, JetBrains, Gemini CLI, Amazon Q, Cline, Continue, Zed, Roo Code, and ChatGPT.
Pick your platform and add the config below. That's the entire setup -- the daemon downloads and starts automatically on first run.
<details open> <summary><strong>Claude Desktop</strong></summary>
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}</details>
<details> <summary><strong>Claude Code</strong></summary>
claude mcp add agentanycast -- uvx agentanycast-mcp</details>
<details> <summary><strong>Cursor</strong></summary>
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}</details>
<details> <summary><strong>VS Code + Copilot</strong></summary>
Add to .vscode/mcp.json:
{
"servers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}</details>
<details> <summary><strong>Windsurf</strong></summary>
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}</details>
<details> <summary><strong>JetBrains AI</strong></summary>
Settings -> Tools -> AI -> MCP Servers -
Loading reviews...