# TencentCloud/openclaw.plugin | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for TencentCloud/openclaw.plugin - **Stars**: ⭐ 0 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "openclaw.plugin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openclaw.plugin" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "openclaw.plugin": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openclaw.plugin" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-openclaw.plugin` - **Docker**: `docker run -i --rm mcp/openclaw.plugin`