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