QGIS MCP
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
Quick Start
Clone the repository:
git clone https://github.com/jjsantos01/qgis_mcpClaude Desktop configuration example:
{
"mcpServers": {
"qgismcp": {
"command": "npx",
"args": [
"-y",
"QGIS MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.