MCP Catalogs
Home

mcp-server-any-openapi vs time

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

mcp-server-any-openapi
by baryhuang
time
by modelcontextprotocol
Stars★ 82★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolsAI / LLM ToolsWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit13 mo agothis month

mcp-server-any-openapi · Summary

An MCP server enabling Claude to discover and call any API endpoint through semantic search of OpenAPI specifications.

time · Summary

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

mcp-server-any-openapi · Use cases

  • Integrating private APIs with Claude Desktop without updating client configuration
  • Working with large OpenAPI specifications that would overwhelm standard MCP clients
  • Enabling natural language API discovery across multiple API 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

mcp-server-any-openapi · Install

Installing via Smithery

npx -y @smithery/cli install @baryhuang/mcp-server-any-openapi --client claude

Using pip

pip install mcp-server-any-openapi

Claude Desktop Configuration

{
  "mcpServers": {
    "any_openapi": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "OPENAPI_JSON_DOCS_URL=https://api.example.com/openapi.json",
        "-e",
        "MCP_API_PREFIX=finance",
        "-e",
        "GLOBAL_TOOL_PROMPT='Access to insights apis for ACME Financial Services abc.com .",
        "buryhuang/mcp-server-any-openapi:latest"
      ]
    }
  }
}

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.