# ellisonleao/magictools | Model Context Protocol (MCP) Server > :video_game: :pencil: A list of Game Development resources to make magic happen. - **Stars**: ⭐ 16,617 - **Language**: Markdown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "magictools": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-magictools" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "magictools": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-magictools" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-magictools` - **Docker**: `docker run -i --rm mcp/magictools`