mcpserver.lol
registry/openclaw-mcp
Connection check local install

openclaw-mcp

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

Tools 7
GitHub stars 183
Installs / wk 208
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

7 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

openclaw_chat from source
Send a message to OpenClaw and get a response
openclaw_chat_async from source
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_instances from source
List all configured OpenClaw instances. Shows instance names, URLs, and which is the default. Use instance names in other tools to target a specific OpenClaw gateway.
openclaw_status from source
Get OpenClaw gateway status and health information
openclaw_task_cancel from source
Cancel a pending task. Only works for tasks that haven
openclaw_task_list from source
List all tasks. Optionally filter by status, session, or instance.
openclaw_task_status from source
Check the status of an async task. Returns status, and result if completed.