# Azgaar/Fantasy-Map-Generator | Model Context Protocol (MCP) Server > Web application generating interactive and highly customizable maps - **Stars**: ⭐ 5,769 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Fantasy-Map-Generator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Fantasy-Map-Generator" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Fantasy-Map-Generator": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Fantasy-Map-Generator" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Fantasy-Map-Generator` - **Docker**: `docker run -i --rm mcp/Fantasy-Map-Generator`