← All servers
πŸ”§

OpenClaw MCP ServerVerifiedπŸ›‘ No advisories

io.github.freema/openclaw-mcp
New to MCP? Start here β†’
0β˜… stars
0weekly installs
22 days agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/freema, which proved it owns this namespace.

Verified owner: github.com/freema β†—io.github.freema/openclaw-mcp

πŸ›‘ Permissions & trustwhat this server can touch before you run it

β—†
Secrets required
Needs OPENCLAW_GATEWAY_TOKEN, OPENCLAW_GATEWAY_TOKEN.
βœ“
Configuration
Reads OPENCLAW_URL, OPENCLAW_MODEL, OPENCLAW_TIMEOUT_MS, OPENCLAW_URL, OPENCLAW_MODEL.

About

MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.

Packages & transports

npmopenclaw-mcpv1.6.0 Β· npx
dockerghcr.io/freema/openclaw-mcp:1.6.0vlatest Β· docker run

Metadata

Categorydevops
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "openclaw": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-mcp"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector npx -y openclaw-mcp