Home/Directory/Web & APIs/Openclaw

Openclaw

@freema · github.com/freema/openclaw-mcp

MCP server for OpenClaw AI assistant integration. Enables Claude to delegate tasks to OpenClaw agents with sync/async tools, OAuth 2.1 auth, and SSE transport for Claude.ai.

ClaimedWeb & APIsHTTPlocal auth
GitHub

Install one command

terminal
$ npx openclaw-mcp

Or add it with the Claude CLI: claude mcp add freema-openclaw-mcp

Tools exposed 7 tools

openclaw_chat
openclaw_status
openclaw_instances
openclaw_chat_async
openclaw_task_status
openclaw_task_list
openclaw_task_cancel

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "freema-openclaw-mcp": {
      "command": "npx",
      "args": ["openclaw-mcp"],
      "env": {
        "OPENCLAW_GATEWAY_TOKEN": "<your-openclaw-gateway-token>",
        "MCP_CLIENT_SECRET": "<your-mcp-client-secret>",
        "MCP_CLIENT_ID": "<your-mcp-client-id>",
        "AUTH_ENABLED": "<your-auth-enabled>",
        "CORS_ORIGINS": "<your-cors-origins>",
        "TRUST_PROXY": "<your-trust-proxy>",
        "ERR_ERL_UNEXPECTED_X_FORWARDED_FOR": "<your-err-erl-unexpected-x-forwarded-for>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Web & APIs
Compare
@bytedance

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

Web & APIsstdio no-auth
36.3k4w ago0 toolslocal
$npx @agent-tars/cli@latest
Compare
@mickael-kerjean

Remote Storage Access: SFTP, S3, FTP, SMB, NFS, WebDAV, GIT, FTPS, gcloud, azure blob, sharepoint, etc.

Web & APIsHTTP no-auth
14.3k6d ago0 toolslocal
Install command unavailable — see repo
Compare
@PipedreamHQ

Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.

Web & APIsSSE no-auth
11.5k4d ago0 toolslocal
Install command unavailable — see repo