# dotnet/machinelearning | Model Context Protocol (MCP) Server > ML.NET is an open source and cross-platform machine learning framework for .NET. - **Stars**: ⭐ 9,341 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "machinelearning": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-machinelearning" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "machinelearning": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-machinelearning" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-machinelearning` - **Docker**: `docker run -i --rm mcp/machinelearning`