Back to MCP Servers
Qgis
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
location-servicesai
By jjsantos01
Installation
npx -y qgis_mcpConfiguration
{
"mcpServers": {
"qgis_mcp": {
"command": "npx",
"args": ["-y", "qgis_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes