# DapperLib/Dapper | Model Context Protocol (MCP) Server > Dapper - a simple object mapper for .Net - **Stars**: ⭐ 18,284 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Dapper": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Dapper" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Dapper": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Dapper" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Dapper` - **Docker**: `docker run -i --rm mcp/Dapper`