Skip to main content
Location ServicesUnknown

QGIS MCP

connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.

location-services
Share:

Quick Start

Clone the repository:

git clone https://github.com/jjsantos01/qgis_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "qgismcp": {
      "command": "npx",
      "args": [
        "-y",
        "QGIS MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Unknown
Author
jjsantos01