# shimat/opencvsharp | Model Context Protocol (MCP) Server > OpenCV wrapper for .NET - **Stars**: ⭐ 6,058 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "opencvsharp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-opencvsharp" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "opencvsharp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-opencvsharp" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-opencvsharp` - **Docker**: `docker run -i --rm mcp/opencvsharp`