MCP Catalogs
Home

eraser-io-mcp-server vs time

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

eraser-io-mcp-server
by buck-0x
time
by modelcontextprotocol
Stars★ 21★ 85,748
30d uses
Score4277
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit5 mo agothis month

eraser-io-mcp-server · Summary

A Python MCP server for rendering various diagram types using the Eraser API with customizable themes and output formats.

time · Summary

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

eraser-io-mcp-server · Use cases

  • Generate documentation diagrams in AI assistants that support MCP
  • Create sequence diagrams and flowcharts directly from conversational prompts
  • Produce cloud architecture diagrams with customizable themes

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

eraser-io-mcp-server · Install

Installation

Using pip:

pip install -e .

Using uv:

uv pip install -e .

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "eraser": {
      "command": "python",
      "args": ["/path/to/eraser-io-mcp-server/main.py"]
    }
  }
}

For HTTP transport:

{
  "mcpServers": {
    "eraser": {
      "type": "streamable-http",
      "url": "http://localhost:8000/mcp",
      "headers": {
        "Authorization": "Bearer your_auth_token"
      }
    }
  }
}

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.