Back to Browse

Openclaw MCP Server

by Freema
Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

OpenClaw MCP is a well-architected server with solid security foundations. OAuth 2.1 authentication is properly implemented with secure token handling, CORS is disabled by default, and task isolation enforces ownership boundaries. Minor code quality observations exist around error handling breadth and logging, but permissions align appropriately with a developer tool that bridges Claude to an external AI assistant service. Supply chain analysis found 4 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

5 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

URL of your OpenClaw gatewayOptional

Environment variable: OPENCLAW_URL

Bearer token for OpenClaw gateway authenticationRequired

Environment variable: OPENCLAW_GATEWAY_TOKEN

Model name for chat completions (e.g. 'openclaw' or 'openclaw/<agentId>')Optional

Environment variable: OPENCLAW_MODEL

Request timeout in millisecondsOptional

Environment variable: OPENCLAW_TIMEOUT_MS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-freema-openclaw-mcp": {
      "env": {
        "OPENCLAW_URL": "your-openclaw-url-here",
        "OPENCLAW_MODEL": "your-openclaw-model-here",
        "OPENCLAW_TIMEOUT_MS": "your-openclaw-timeout-ms-here",
        "OPENCLAW_GATEWAY_TOKEN": "your-openclaw-gateway-token-here"
      },
      "args": [
        "-y",
        "openclaw-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!