# qgis/QGIS | Model Context Protocol (MCP) Server > QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) - **Stars**: ⭐ 14,195 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "QGIS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-QGIS" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "QGIS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-QGIS" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-QGIS` - **Docker**: `docker run -i --rm mcp/QGIS`