The qgis_mcp server enables LLMs to interact with QGIS Desktop for geospatial data analysis. It provides tools to create, edit, and analyze geospatial data, and connects to QGIS's processing algorithms and plugin ecosystem. Developers use it to automate geospatial workflows, generate maps, and perform spatial analysis.
The qgis_mcp server enables LLMs to interact with QGIS Desktop for geospatial data analysis. It provides tools to create, edit, and analyze geospatial data, and connects to QGIS's processing algorithms and plugin ecosystem. Developers use it to automate geospatial workflows, generate maps, and perform spatial analysis.
pip install qgis_mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jjsantos01-qgismcp-github": {
"command": "uvx",
"args": [
"pip install qgis_mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from qgis_mcp?"
No configuration required. This server works out of the box.
"What resources are available in qgis_mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in qgis_mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in qgis_mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.