Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From openclaw
Custom MCP server running a local Node.js process. Purpose unclear from configuration alone.
npx claudepluginhub freema/openclaw-mcp --plugin openclawCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"openclaw": {
"command": "npx",
"args": [
"-y",
"openclaw-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.