MCP Catalogs
首页

mcp-server-any-openapi vs time

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-server-any-openapi
by baryhuang
time
by modelcontextprotocol
Stars★ 82★ 85,748
30天用量
综合分4077
官方
分类
开发者工具AI / LLM 工具网页抓取
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交13 个月前本月

mcp-server-any-openapi · 概述

一个MCP服务器,通过语义搜索OpenAPI规范,让Claude能够发现和调用任何API端点。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

mcp-server-any-openapi · 使用场景

  • 将私有API集成到Claude Desktop中,无需更新客户端配置
  • 处理大型OpenAPI规范,这些规范会使标准MCP客户端不堪重负
  • 跨多个API服务实现自然语言API发现

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

mcp-server-any-openapi · 安装

通过Smithery安装

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

使用pip安装

pip install mcp-server-any-openapi

Claude Desktop配置

{
  "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 · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。