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