MCP Server
MCP
OpenClaw MCP Server
MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "openclaw-mcp",
"version": "1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your OpenClaw gateway",
"isRequired": true,
"default": "http://127.0.0.1:18789",
"name": "OPENCLAW_URL"
},
{
"description": "Bearer token for OpenClaw gateway authentication",
"isRequired": true,
"isSecret": true,
"name": "OPENCLAW_GATEWAY_TOKEN"
},
{
"description": "Model name for chat completions (e.g. 'openclaw' or 'openclaw/<agentId>')",
"default": "openclaw",
"name": "OPENCLAW_MODEL"
},
{
"description": "Request timeout in milliseconds",
"default": "120000",
"name": "OPENCLAW_TIMEOUT_MS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/freema/openclaw-mcp:1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your OpenClaw gateway",
"isRequired": true,
"default": "http://127.0.0.1:18789",
"name": "OPENCLAW_URL"
},
{
"description": "Bearer token for OpenClaw gateway authentication",
"isRequired": true,
"isSecret": true,
"name": "OPENCLAW_GATEWAY_TOKEN"
},
{
"description": "Model name for chat completions",
"default": "openclaw",
"name": "OPENCLAW_MODEL"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment