MCP Catalogs
Home

algorand-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

algorand-mcp
by GoPlausible
time
by modelcontextprotocol
Stars★ 45★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsFinanceSecurity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

algorand-mcp · Summary

Algorand MCP server provides blockchain tools with secure wallet management for AI agents.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

algorand-mcp · Use cases

  • AI agents managing Algorand accounts and executing transactions
  • Smart contract development and testing through MCP-integrated tools
  • DeFi operations including liquidity provision and trading across multiple protocols

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

algorand-mcp · Install

Installation

npm install -g @goplausible/algorand-mcp

Claude Desktop Configuration

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "algorand-mcp": {
      "command": "npx",
      "args": ["@goplausible/algorand-mcp"]
    }
  }
}

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.