OpenClaw plugin: MCP client that registers remote MCP tools as agent tools. Configure your own MCP server URLs in openclaw.json.
{
"mcpServers": {
"jpaguirrechjuanmcp": {
"command": "npx",
"args": [
"-y",
"@jpaguirrech/juanmcp"
]
}
}
}