io.github.freema/openclaw-mcp
Quality Score
90
/100
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "http://127.0.0.1:18789",
"OPENCLAW_GATEWAY_TOKEN": "<your-openclaw_gateway_token>",
"OPENCLAW_MODEL": "openclaw",
"OPENCLAW_TIMEOUT_MS": "120000"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
],
"env": {
"OPENCLAW_URL": "http://127.0.0.1:18789",
"OPENCLAW_GATEWAY_TOKEN": "<your-openclaw_gateway_token>",
"OPENCLAW_MODEL": "openclaw",
"OPENCLAW_TIMEOUT_MS": "120000"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y openclaw-mcpClaude Desktop (Docker)
{
"mcpServers": {
"openclaw-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/freema/openclaw-mcp:1.4.1"
],
"env": {
"OPENCLAW_URL": "http://127.0.0.1:18789",
"OPENCLAW_GATEWAY_TOKEN": "<your-openclaw_gateway_token>",
"OPENCLAW_MODEL": "openclaw",
"OPENCLAW_TIMEOUT_MS": "120000"
}
}
}
}§02 Environment variables
OPENCLAW_URLrequired
URL of your OpenClaw gateway
OPENCLAW_GATEWAY_TOKENrequiredsecret
Bearer token for OpenClaw gateway authentication
OPENCLAW_MODELModel name for chat completions (e.g. 'openclaw' or 'openclaw/<agentId>')
OPENCLAW_TIMEOUT_MSRequest timeout in milliseconds
OPENCLAW_URLrequired
URL of your OpenClaw gateway
OPENCLAW_GATEWAY_TOKENrequiredsecret
Bearer token for OpenClaw gateway authentication
OPENCLAW_MODELModel name for chat completions
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.