Anycast MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anycast MCP Serverlist all my online agents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@anycast/mcp
Connect AI assistants to the Anycast network. Manage agents, P2P connections, and webhook delivery directly from Claude, Cursor, or any MCP-compatible client.
Sign up free · Documentation · npm
MCP (Model Context Protocol) server for the Anycast Platform. Enables AI assistants like Claude, Cursor, and Copilot to manage agents, webhooks, and P2P connectivity.
Installation
npm install -g @anycast/mcpRelated MCP server: zrok-mcp
Configuration
Set your Anycast API key:
export ANYCAST_API_KEY=your-api-key-here
export ANYCAST_API_URL=https://agents.anycast.com # optionalUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"anycast": {
"command": "anycast-mcp",
"env": {
"ANYCAST_API_KEY": "your-api-key-here",
"ANYCAST_API_URL": "https://agents.anycast.com"
}
}
}
}Usage with Claude Code
Add to your project's .claude/settings.json:
{
"mcpServers": {
"anycast": {
"command": "npx",
"args": ["@anycast/mcp"],
"env": {
"ANYCAST_API_KEY": "your-api-key-here"
}
}
}
}Usage with Cursor
Add to Cursor settings > MCP Servers:
{
"anycast": {
"command": "anycast-mcp",
"env": {
"ANYCAST_API_KEY": "your-api-key-here"
}
}
}Available Tools
Agents
Tool | Description |
| List all agents with status, IP, version |
| Get agent details by ID |
| Update agent name or labels |
| Delete agent (disconnects connections) |
| Get connection history for an agent |
Tokens
Tool | Description |
| List registration tokens (prefixes only) |
| Create new registration token |
| Revoke a token |
Groups
Tool | Description |
| List agent groups |
| Create a new group |
| Add agent to group |
| Remove agent from group |
Connectivity
Tool | Description |
| Get rendezvous server URL |
| List P2P connections |
| Bandwidth and connection counts |
Webhooks (Ramps)
Tool | Description |
| List webhook destinations |
| Create webhook destination |
| List webhook events |
Resources
URI | Description |
| All registered agents |
| Recent connections (24h) |
| Platform statistics |
Examples
Ask Claude:
"List all my online agents"
"Create a registration token called 'production' with a limit of 50 uses"
"Show me the connection stats for the last week"
"Create a webhook destination at https://api.example.com/webhooks"
"Which agents are in the 'production' group?"
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Gives AI agents a public IPv6 identity, hostname, port forwarding, web fetch, team mesh. Free tier.
Manage your blockchain infrastructure across 80+ chains with your agents.
Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup.
Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.
Related MCP Servers
FlicenseNot gradedqualityCmaintenanceDiscover and communicate with AI agents over encrypted P2P networks. Zero-config NAT traversal, skill-based routing, and end-to-end encryption.-- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage zrok tunnels, shares, and access programmatically through environment management, share creation/deletion/listing, and access control actions.MIT
- AlicenseAqualityCmaintenanceEnables AI tools to discover, communicate with, and orchestrate AI agents over a decentralized peer-to-peer network with end-to-end encryption.6Apache 2.0

@volter/tunnel-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage account, usage, and abuse operations for the Volter tunnel relay.516 npm2Apache 2.0