MCP Catalogs
Home

PyWry vs time

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

PyWry
by deeleeramone
time
by modelcontextprotocol
Stars★ 81★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

PyWry · Summary

PyWry is a cross-platform rendering engine that provides MCP server tools for creating interactive widgets and dashboards.

time · Summary

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

PyWry · Use cases

  • Create data visualization dashboards in AI workflows and share them as HTML artifacts
  • Build interactive chat interfaces with AI agents using multiple LLM providers
  • Generate responsive UI prototypes that can be deployed as desktop apps or web services

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

PyWry · Install

Install PyWry with MCP support:

pip install 'pywry[mcp]'

Start the MCP server:

pywry mcp --transport stdio

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "pywry": {
      "command": "pywry",
      "args": ["mcp", "--transport", "stdio"]
    }
  }
}

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.