MCP Catalogs
Home

mcp-partner.github.io vs time

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

mcp-partner.github.io
by mcp-partner
time
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3677
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit5 mo agothis month

mcp-partner.github.io · Summary

A Postman-like tool for testing and debugging MCP servers via SSE or HTTP.

time · Summary

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

mcp-partner.github.io · Use cases

  • Debugging MCP server tool implementations during development
  • Testing MCP server capabilities before integration with client applications
  • Demonstrating MCP functionality to team members or clients

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

mcp-partner.github.io · Install

Web Application

  1. Visit [https://mcp-partner.github.io](https://mcp-partner.github.io)
  2. No installation required - pure static web application

Desktop Application

  1. Download the appropriate version from the releases page
  2. Install on Windows, macOS, or Linux
  3. Launch the application

Vercel Deployment

Click the deploy button below to deploy your own instance:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FEricwyn%2Fmcp-partner)

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.