npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

qgis-mcp

v0.2.2

Published

MCP server that controls a running QGIS instance via the WAI QGIS MCP plugin

Readme

WAI QGIS MCP

WAI QGIS MCP lets a trusted AI assistant work directly in QGIS. Use it to inspect projects and layers, load data, run Processing algorithms, style maps, render images, and automate PyQGIS tasks by describing what you want.

It connects an MCP-compatible assistant such as Codex or Claude to the QGIS desktop application. The assistant can execute PyQGIS code, so only connect assistants you trust.

Install

You need to install the QGIS plugin and connect your AI assistant.

1. Install the QGIS plugin

The plugin is awaiting publication in the QGIS plugin repository. Until it is available there, install the release ZIP directly:

  1. Open the latest GitHub release and download qgis-mcp-plugin-<version>.zip. Do not extract it or download GitHub's similarly named Source code (zip) archive.
  2. In QGIS, choose Plugins → Manage and Install Plugins → Install from ZIP.
  3. Select the downloaded ZIP, click Install Plugin, and accept the security prompt if QGIS displays one.
  4. Choose Plugins → WAI QGIS MCP → WAI QGIS MCP.
  5. Click Start Server and enable Start server automatically when QGIS opens.

The plugin supports QGIS 3.28 and later.

2. Connect your AI assistant

Claude Desktop

Download qgis-mcp-<version>.mcpb from the latest release, then double-click it. You can also install it from Settings → Extensions → Advanced settings → Install Extension….

Claude Code

Run these commands inside Claude Code:

/plugin marketplace add wiseman/qgis_mcp
/plugin install qgis-mcp@qgis-mcp

Codex

Run this command in a terminal:

codex mcp add qgis -- npx -y qgis-mcp

Then restart Codex.

Use it

Open QGIS and your AI assistant, then ask the assistant to inspect the current QGIS project. For example:

Inspect my current QGIS project and summarize its layers, coordinate reference systems, and visible extent.

You can then ask it to load data, style a layer, run a Processing algorithm, save the project, or render the map. Be specific about layer names, fields, output paths, and whether changes should be saved.

If it does not connect

  • Confirm that the WAI QGIS MCP panel says the server is running.
  • Confirm that QGIS and the AI assistant are running on the same computer.
  • Restart the AI assistant after installing or configuring the connection.
  • The default port is 9876. If you changed it in QGIS, set the same port in the Claude Desktop extension settings or with the QGIS_MCP_PORT environment variable.
  • Enable Log diagnostics to the QGIS Message Log in the plugin panel for connection and error details.

WAI QGIS MCP is a fork of jjsantos01/qgis_mcp.