openclaw-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openclaw-mcpchat with openclaw agent about project status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openclaw-mcp
MCP (Model Context Protocol) server that bridges AI assistants with OpenClaw Gateway.
This lets AI assistants like Cursor and Claude Desktop talk directly to your OpenClaw agent through MCP tools.
Features
Tool | Description |
| Send a message to OpenClaw agent and get the response |
| Read recent chat history from the current session |
| List all OpenClaw sessions |
| Read agent workspace files (SOUL.md, MEMORY.md, etc.) |
| List files in the agent workspace directory |
Related MCP server: clawd-mcp
Prerequisites
OpenClaw installed and configured (source checkout with
pnpm install)OpenClaw Gateway running (
openclaw gateway runor systemd service)Node.js 22+
Install
git clone https://github.com/YOUR_USERNAME/openclaw-mcp.git
cd openclaw-mcp
npm installConfigure Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["tsx", "/path/to/openclaw-mcp/server.ts"],
"env": {
"OPENCLAW_DIR": "/path/to/openclaw",
"OPENCLAW_AGENT_WORKSPACE": "/path/to/clawd"
}
}
}
}Configure Claude Desktop
Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["tsx", "/path/to/openclaw-mcp/server.ts"],
"env": {
"OPENCLAW_DIR": "/path/to/openclaw",
"OPENCLAW_AGENT_WORKSPACE": "/path/to/clawd"
}
}
}
}Environment Variables
Variable | Default | Description |
|
| Path to OpenClaw source checkout |
|
| Path to agent sessions directory |
|
| Path to agent workspace (SOUL.md, etc.) |
How It Works
Cursor/Claude ──MCP──> openclaw-mcp ──CLI──> pnpm openclaw agent ──> OpenClaw Gateway ──> AI ModelThe MCP server calls pnpm openclaw agent --message "..." --json under the hood, which communicates with the OpenClaw Gateway via WebSocket. This ensures all OpenClaw skills, tools, and agent capabilities are available.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Raworc's agent runtime platform through seamless integration. Supports session management, message handling, space and agent management, and secure secret storage operations.Last updatedMIT
- Alicense-qualityBmaintenanceBridges Cursor and Claude Desktop with the OpenClaw and Moltbook ecosystems to manage personal AI agents and communication gateways across platforms like WhatsApp and Discord. It provides MCP tools to invoke agents, manage sessions, and handle social agent interactions within a secure, virtualized environment.Last updated3MIT
- FlicenseBqualityFmaintenanceEnables AI assistants to manage GoClaw AI gateway infrastructure through a comprehensive suite of 66 tools for managing agents, sessions, and configurations. It provides real-time gateway context and guided workflows with enterprise-grade security features like audit logging and secret scrubbing.Last updated669
- Flicense-qualityDmaintenanceBridges AI assistants to HubSpot CRM via OAuth2.1+PKCE, enabling tool access through OpenClaw or stdio MCP.Last updated
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XuHuiWen12138/openclaw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server