# online-ml/river | Model Context Protocol (MCP) Server > 🌊 Online machine learning in Python - **Stars**: ⭐ 5,812 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "river": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-river" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "river": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-river" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-river` - **Docker**: `docker run -i --rm mcp/river`