openclaw-mcp

general MCP Server

🦞 MCP server for OpenClaw - secure bridge between Claude.ai and your self-hosted OpenClaw assistant with OAuth2 authentication

Install Ready
generalgeneral
6 views173 stars24 forksv1.5.0MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
173
Last synced
3mo ago
Install
Instructions detected

Install

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)

9
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (9)

openclaw_task_cancel

Cancel a pending task

openclaw_task_list

List all tasks with filtering

openclaw_instances

List all configured OpenClaw instances

openclaw_status

Check OpenClaw gateway health

openclaw_task_status

Check task progress and get results

Tool

Description

openclaw_chat_async

Queue a message, get task_id immediately

openclaw_chat

Send messages to OpenClaw and get responses

Before

After