获取网页内容

aomferni/GetWebContent
0 Stars 521 次浏览 挖坑的Amy 更新于 2026-08-23

MCP 服务配置

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

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

服务介绍

使用示例:
为我通过【getWebContent】获取https://www.gradio.app/guides/building-mcp-server-with-gradio 的内容

相关 MCP 服务