摄氏度转换为华氏度(MCP&Agent挑战赛)

Cuiliangruihai/celsius-converter
0 Stars 10 次浏览 崔良睿海 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "gradio": {
      "args": [
        "mcp-remote",
        "https://cuiliangruihai-celsius-converter.ms.show/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ],
      "command": "npx"
    }
  }
}

服务介绍

项目概述

  • ​温度转换器是一个基于 Gradio 的 Web 应用
  • 提供摄氏温度(℃)与华氏温度(℉)之间的实时转换功能。
  • 项目部署在 ModelScope 平台,支持通过浏览器直接访问使用。

相关 MCP 服务