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.

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