Back to MCP Servers

Gis

A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform accurate geospatial operations and transformations.

location-servicesaillm

Installation

npx -y gis-mcp

Configuration

{
  "mcpServers": {
    "gis-mcp": {
      "command": "npx",
      "args": ["-y", "gis-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub