# dotnet/eShop | Model Context Protocol (MCP) Server > A reference .NET application implementing an eCommerce site - **Stars**: ⭐ 10,434 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "eShop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-eShop" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "eShop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-eShop" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-eShop` - **Docker**: `docker run -i --rm mcp/eShop`