# jackwener/OpenCLI | Model Context Protocol (MCP) Server > Make Any Website into CLI & Use your logged-in browser by AI agent. - **Stars**: ⭐ 28,034 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OpenCLI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenCLI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OpenCLI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OpenCLI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OpenCLI` - **Docker**: `docker run -i --rm mcp/OpenCLI`