# academic/awesome-datascience | Model Context Protocol (MCP) Server > :memo: An awesome Data Science repository to learn and apply for real world problems. - **Stars**: ⭐ 29,802 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-datascience": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-datascience" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-datascience": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-datascience" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-datascience` - **Docker**: `docker run -i --rm mcp/awesome-datascience`