agentanycast vs time
Side-by-side comparison to help you pick between these two MCP servers.
agentanycast by AgentAnycast | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 76 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | Shell | TypeScript |
| Last commit | 2 mo ago | this month |
agentanycast · Summary
A P2P runtime that enables AI agents to communicate across networks without public IPs, with an MCP server integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agentanycast · Use cases
- Connecting AI agents across corporate networks without public exposure
- Building decentralized agent networks that work offline or on restricted networks
- Integrating P2P AI capabilities into existing AI tools via MCP server
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
agentanycast · Install
Install the MCP server:
uvx agentanycast-mcpFor Claude Desktop, add to your configuration:
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}For Python agents:
pip install agentanycastFor TypeScript agents:
npm install agentanycasttime · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}