# microsoft/UFO | Model Context Protocol (MCP) Server > UFO³: Weaving the Digital Agent Galaxy - **Stars**: ⭐ 9,126 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "UFO": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-UFO" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "UFO": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-UFO" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-UFO` - **Docker**: `docker run -i --rm mcp/UFO`