MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.
claude mcp add openclaw-mcp -- npx -y openclaw-mcp
claude_desktop_config.json
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"openclaw-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"openclaw-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.freema--openclaw-mcp/reviews or the review_server meta-tool.
POST /mcp