MCP Directory
Back

openclaw-mcp

by Good0007 · TypeScript · ★ 2

将 [OpenClaw](https://openclaw.ai) Gateway WebSocket API 封装为 [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) 服务,让任何支持 MCP 的宿主(Claude Desktop、Cursor、VS Code Copilot Chat 等)可以直接与 OpenClaw 交互。

Install

npx -y github:Good0007/openclaw-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "openclaw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Good0007/openclaw-mcp"
      ]
    }
  }
}

From the README

将 [OpenClaw](https://openclaw.ai) Gateway WebSocket API 封装为 [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) 服务,让任何支持 MCP 的宿主(Claude Desktop、Cursor、VS Code Copilot Chat 等)可以直接与 OpenClaw 交互。 - 连接本地或远程 OpenClaw Gateway(支持 和 ) - 启动时自动握手连接,断线后自动重连 - 12 个内置 MCP 工具,覆盖对话、渠道、配置、模型管理 - 单文件 CJS bundle,无需本地 - Node.js 22+ - [OpenClaw](https://openclaw.ai) Gateway 已在运行(本地默认 ,或远程 ) 通过 MCP 宿主配置的 字段注入: | 变量 | 默认值 | 说明 | |---|---|---| | | | Gateway WebSocket 地址 | | | — | 认证 token(对应 ) | | | — | 认证密码(对应 ) | | | | 默认会话 key( = ) | | | | 工具描述中显示的 AI 角色名称 | > **查看本地 token** > > 无需克…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers