M

MCP

fengziaaa/MCP
0 Stars 27 次浏览 更新于 2026-08-23

MCP 服务配置

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

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

服务介绍

项目简介

计算单词中特定单词的数量

部署指南

git clone https://github.com/afengzi/MCP_demo

使用示例

输入:strawberry,r
输出:3

相关 MCP 服务