Openclaw
Freeby MCP Community
Model Context Protocol (MCP) server for OpenClaw AI assistant integration
v1.3.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolopenclawai-assistant
Openclaw MCP Server
Model Context Protocol (MCP) server for OpenClaw AI assistant integration
Installation
Reviews
Installation
Quick install
npx -y openclaw-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": ["-y", "openclaw-mcp"]
}
}
}