探索
Google MCP Remote

Google MCP Remote

一个基于Cloudflare Workers的Google MCP远程服务,提供Gmail、日历、Drive等Google API工具,实现与AI客户端的无缝集成。
2.5分
2
2025-04-28 18:03:01
安装
工具列表
内容详情
替代品
安装
复制以下命令到你的Client进行配置
{
  "mcpServers": {
    "google-mcp-remote": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://your-project.your-username.workers.dev/sse"
      ]
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。