# SixLabors/ImageSharp | Model Context Protocol (MCP) Server > :camera: A modern, cross-platform, 2D Graphics library for .NET - **Stars**: ⭐ 8,018 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ImageSharp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ImageSharp" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ImageSharp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ImageSharp" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ImageSharp` - **Docker**: `docker run -i --rm mcp/ImageSharp`