general MCP Server
🦞 MCP server for OpenClaw - secure bridge between Claude.ai and your self-hosted OpenClaw assistant with OAuth2 authentication
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx openclaw-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"openclaw-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Cancel a pending task
List all tasks with filtering
List all configured OpenClaw instances
Check OpenClaw gateway health
Check task progress and get results
Description
Queue a message, get task_id immediately
Send messages to OpenClaw and get responses
After