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