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-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.
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.