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 OAuth 2.1-authenticated bridge to OpenClaw AI assistants with proper input validation, secure token handling, and appropriate permission scoping. Minor issues include unvalidated dynamic client registration in development mode and some incomplete input validation in async task handlers, but these are low-severity concerns that do not undermine the overall security posture. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity). Package verification found 1 issue.
5 files analyzed · 11 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
Web content fetching and conversion for efficient LLM usage
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.