Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ¤– Coding Agents
  3. Openclaw MCP
Openclaw MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:02:23 PM

Openclaw MCP

User RatingsBe the first to rate and review this MCP server!
View Repository184 GitHub StarsTotal stargazers on GitHub for the source repository (184 stars).Visit Website
openclawclaudeai-assistantdeveloper-toolstask-management

Connects Claude to OpenClaw gateways for synchronous chats, asynchronous tasks, health checks, and multi-instance routing.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "freema-openclaw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openclaw-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

freema/openclaw-mcp MCP server bridges MCP clients with OpenClaw AI assistant gateways. It provides synchronous and asynchronous chat tools, gateway status checks, task management, and instance selection. Run it locally with Claude Desktop or expose its HTTP transport for Claude.ai using OAuth 2.1 and SSE-related deployment support. Reach for it when an MCP client needs to delegate conversations or longer-running work to one or more OpenClaw instances.

Use cases

•Delegate a conversation from Claude to an OpenClaw agent
•Queue long-running OpenClaw work and poll its result
•Check the health of an OpenClaw gateway
•Route requests across named OpenClaw instances
•Cancel pending assistant tasks

Key features

•Synchronous OpenClaw chat
•Asynchronous task queuing and polling
•Gateway health checks
•Task listing and cancellation
•Multi-instance gateway routing
•OAuth 2.1 HTTP deployment support

Capabilities & Tool Schemas (7) ~580 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Openclaw MCP.

openclaw_chat

Send a message to OpenClaw and get a response

openclaw_status

Get OpenClaw gateway status and health information

openclaw_chat_async

Send a message to OpenClaw asynchronously. Returns a task_id immediately that can be polled for results. Use this for potentially long-running conversations.

openclaw_task_status

Check the status of an async task. Returns status, and result if completed.

openclaw_task_list

List all tasks. Optionally filter by status, session, or instance.

openclaw_task_cancel

Cancel a pending task. Only works for tasks that haven't started yet.

How Openclaw MCP works

What freema/openclaw-mcp MCP server does

The freema/openclaw-mcp MCP server exposes OpenClaw assistant gateways through MCP tools. A connected client can send a message and wait for the response, check gateway health, or identify the configured OpenClaw instances available for routing. The bridge can target a default gateway or a named instance when multiple gateways are configured.

For work that may take longer, the server supports an asynchronous flow. A client queues a message, receives a task ID, and later checks the task for progress or its completed result. It can also list tasks with optional filters for status, session, or instance, and cancel tasks that have not started.

How it works

The bridge sits between an MCP client and one or more OpenClaw gateways. It communicates with the gateway using the configured OpenClaw URL and gateway token, while presenting MCP tools to the client. Each configured instance can have its own URL, authentication, and timeout settings.

Local use is supported through the standard input/output transport, with Claude Desktop launching the npm package directly. For remote use, the process can run with HTTP transport on a selected port. The documented remote setup uses OAuth 2.1 settings, CORS configuration, and a public issuer URL so Claude.ai can authenticate against the deployment.

Asynchronous tasks are scoped to the MCP connection that created them. In HTTP mode, clients cannot inspect or cancel another client's task, even if they know its task ID. A reconnect creates a new scope, so polling must happen through the same connection that submitted the task.

Setup and configuration

The freema/openclaw-mcp MCP server can be started locally with npx openclaw-mcp. Its local configuration includes OPENCLAW_URL, OPENCLAW_GATEWAY_TOKEN, an optional OPENCLAW_AGENT_ID, an OpenClaw model value, and an optional request timeout. The README uses http://127.0.0.1:18789 as the local gateway URL and main as an example agent ID.

Docker images are published to GitHub Container Registry. The documented container setup maps port 3000, passes the OpenClaw gateway token, and can enable HTTP authentication with AUTH_ENABLED, MCP_CLIENT_ID, and MCP_CLIENT_SECRET. Deployments behind a reverse proxy should set MCP_ISSUER_URL to the public HTTPS address and enable TRUST_PROXY. MCP_REDIRECT_URIS can restrict OAuth callbacks to the documented Claude callback URLs, while CORS_ORIGINS controls the permitted web origin.

When adding the remote server to Claude.ai, use the /mcp endpoint rather than the bare domain. The README states that the connector URL must end in /mcp for the Streamable HTTP endpoint.

Tools and capabilities

  • openclaw_chat: send a message and receive a response synchronously.
  • openclaw_status: retrieve OpenClaw gateway health and status information.
  • openclaw_chat_async: submit a message and immediately receive a task ID.
  • openclaw_task_status: inspect an asynchronous task and retrieve its result when complete.
  • openclaw_task_list: list tasks, with optional status, session, or instance filters.
  • openclaw_task_cancel: cancel a task that has not started.
  • openclaw_instances: list configured gateways, their URLs, and the default instance.

The freema/openclaw-mcp MCP server is therefore suited to delegating short chats or longer-running assistant work from Claude while retaining separate routing for development, staging, production, or other named OpenClaw gateways.

Limitations and notes

Task visibility is connection-specific, and cancellation only applies to pending tasks that have not begun. Remote OAuth configuration must match the callback paths exactly; an incorrect redirect URI prevents authorization. The gateway token and, when HTTP authentication is enabled, the MCP client credentials must be supplied by the deployment operator.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • 5dive MCP logo5dive MCP

    Manage a 5dive agent fleet from any MCP client: file tasks, message and inspect agents, and read the fleet digest. Thin adapter over the 5dive CLI.

    šŸ¤– Coding Agents3 views
    Compare vs 5dive MCP →
  • Claude MCP Bridge logoClaude MCP Bridge

    Wraps Claude Code CLI as MCP tools (query, search, structured, sessions) with subscription-first auth, cost metadata, budget caps, and granular tool sandboxing.

    šŸ¤– Coding Agents4 views
    Compare vs Claude MCP Bridge →
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    šŸ¤– Coding Agents3 views
    Compare vs Codegraphcontext →
  • MCP Rubber Duck logoMCP Rubber Duck

    An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives

    šŸ¤– Coding Agents3 views
    Compare vs MCP Rubber Duck →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
184
Stargazers on the source repository.
npm downloads
932
Package downloads in the last 30 days.
Last commit
26d ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Openclaw MCP

Run `npx openclaw-mcp` for local use with Claude Desktop, or use the published Docker image `ghcr.io/freema/openclaw-mcp:latest`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOpenclaw MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/freema-openclaw-mcp?style=directory)](https://allmcps.com/mcp/freema-openclaw-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/freema-openclaw-mcp"><img src="https://allmcps.com/api/badge/freema-openclaw-mcp?style=directory" alt="Openclaw MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars184
GitHub Star CountTotal stargazers on GitHub representing community popularity (184 stars).
Last commit26d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 16, 2026
npm downloads932/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
68Quality signal: Great Ā· 68/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity11/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· openclaw-mcp (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to Openclaw MCP →Install in Claude DesktopInstall in CursorInstall in VS Code