Server data from the Official MCP Registry
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
OpenClaw MCP is a well-structured OAuth 2.1-enabled bridge server with proper authentication controls, input validation, and reasonable permissions. The codebase demonstrates solid security practices including token management, CORS controls, and credential isolation. Minor code quality observations exist but do not materially impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity). Package verification found 1 issue.
6 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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENCLAW_URL
Environment variable: OPENCLAW_GATEWAY_TOKEN
Environment variable: OPENCLAW_MODEL
Environment variable: OPENCLAW_TIMEOUT_MS
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.