Anycast MCP Server
Click on "Install 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/mcpConfiguration
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anycast-net/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server