Skip to main content
Glama
awheeler262
by awheeler262

Quantum GIS (QGIS) MCP

This project explores ways to interact with QGIS using the QGIS MCP Plugin and an MCP Server.

QGIS MCP Setup

  1. Install QGIS MCP Plugin.

  2. Set configuration to start MCP server on start-up.

  3. Configure the LLM (e.g. Claude Code) as directed.

  4. Ask the LLM to ping QGIS.

Related MCP server: QGIS MCP

Architecture

The architecture described through key files and classes.

app/main.py
  |-- app/domain/claude_mcp/service.py
      ClaudeMCP -- Chat loop 
     |-- app/clients/claude.py
         Claude <-------------------Claude API------------------> LLM
     |-- app/clients/qgis_mcp.py
         QgisMcpClient <-stdio-> subprocess qgis_mcp.server <---> QGIS MCP Plugin Server

Future

  • Test suite.

  • Consider running the entire application on an AWS EC2.

    • Easily see use cases with times that exceed maximum Lambda timeout.

    • Consider FastAPI for REST endpoints.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that connects Claude AI to QGIS, enabling direct interaction with the GIS software for project creation, layer manipulation, code execution, and processing algorithms through natural language prompts.
    Last updated
    15
    10
    Creative Commons Zero v1.0 Universal
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server that enables AI assistants to directly control QGIS for tasks like layer management, feature editing, and map rendering. It provides a suite of 50 tools to execute processing algorithms and manage GIS projects through natural language commands.
    Last updated
    100
    208
    GPL 2.0
  • F
    license
    B
    quality
    D
    maintenance
    QGISMCP connects QGIS to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control QGIS for project creation, layer loading, code execution, and more.
    Last updated
    15
    1

View all related MCP servers

Related MCP Connectors

  • GibsonAI MCP server: manage your databases with natural language

  • Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awheeler262/qgis_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server