# amundsen-io/amundsen | Model Context Protocol (MCP) Server > Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. - **Stars**: ⭐ 4,767 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "amundsen": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-amundsen" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "amundsen": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-amundsen" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-amundsen` - **Docker**: `docker run -i --rm mcp/amundsen`