MCP Catalogs
Home

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
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguageShellTypeScript
Last commit2 mo agothis 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-mcp

For Claude Desktop, add to your configuration:

{
  "mcpServers": {
    "agentanycast": {
      "command": "uvx",
      "args": ["agentanycast-mcp"]
    }
  }
}

For Python agents:

pip install agentanycast

For TypeScript agents:

npm install agentanycast

time · 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.