
GIS Data Conversion MCP
An MCP server that gives LLMs access to geographic data conversion tools, enabling transformations between different formats like WKT, GeoJSON, CSV, TopoJSON, and KML, as well as performing reverse geocoding.
Tools
wkt_to_geojson
Convert Well-Known Text (WKT) to GeoJSON format
geojson_to_wkt
Convert GeoJSON to Well-Known Text (WKT) format
csv_to_geojson
Convert CSV with geographic data to GeoJSON
geojson_to_csv
Convert GeoJSON to CSV format
geojson_to_topojson
Convert GeoJSON to TopoJSON format (more compact with shared boundaries)
topojson_to_geojson
Convert TopoJSON to GeoJSON format
kml_to_geojson
Convert KML to GeoJSON format
geojson_to_kml
Convert GeoJSON to KML format
coordinates_to_location
Convert latitude/longitude coordinates to location name using reverse geocoding
README
GIS Data Conversion MCP
<a href="https://glama.ai/mcp/servers/@ronantakizawa/gis-dataconvertersion-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@ronantakizawa/gis-dataconvertersion-mcp/badge" /> </a>
The GIS Data Conversion MCP is an MCP (Model Context Protocol) server that gives LLMs access to geographic data conversion tools.
This server uses various GIS libraries to allow LLMs to convert between different geographic data formats, coordinate systems, and spatial references.
Features
- Reverse Geocoding - Convert coordinates to location information
- WKT/GeoJSON Conversion - Convert between Well-Known Text and GeoJSON formats
- CSV/GeoJSON Conversion - Transform tabular data with coordinates to GeoJSON and vice versa
- TopoJSON/GeoJSON Conversion - Convert between GeoJSON and TopoJSON (topology-preserving format)
- KML/GeoJSON Conversion - Transform KML files to GeoJSON format
Demo
Reverse Geocoding
https://github.com/user-attachments/assets/e21b10c3-bb67-4322-9742-efa8c7d8b332
TopoJSON to GeoJSON
https://github.com/user-attachments/assets/a5d56051-8aed-48bb-8de1-820df8d34fe3
Installation
To use this server with Claude Desktop, you need to configure it in the MCP settings:
For macOS:
Edit the file at '~/Library/Application Support/Claude/claude_desktop_config.json'
{
"mcpServers": {
"gis-dataconversion-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp-server"
]
}
}
}
For Windows:
Edit the file at %APPDATA%\Claude\settings\claude_mcp_settings.json
For Linux:
Edit the file at ~/.config/Claude/settings/claude_mcp_settings.json
Replace /path/to/axe-mcp-server/build/index.js
with the actual path to your compiled server file.
Available Tools
wkt_to_geojson
Converts Well-Known Text (WKT) to GeoJSON format.
geojson_to_wkt
Converts GeoJSON to Well-Known Text (WKT) format.
csv_to_geojson
Converts CSV with geographic data to GeoJSON.
Parameters:
csv
(required): CSV string to convertlatfield
(required): Field name for latitudelonfield
(required): Field name for longitudedelimiter
(optional): CSV delimiter (default is comma)
geojson_to_csv
Converts GeoJSON to CSV format.
geojson_to_topojson
Converts GeoJSON to TopoJSON format (more compact with shared boundaries).
Parameters:
geojson
(required): GeoJSON object to convertobjectName
(optional): Name of the TopoJSON object to create (default: "data")quantization
(optional): Quantization parameter for simplification (default: 1e4, 0 to disable)
topojson_to_geojson
Converts TopoJSON to GeoJSON format.
Parameters:
geojson
(required): GeoJSON object to convertobjectName
(optional): Name of the TopoJSON object to create (default: "data")
kml_to_geojson
Converts KML to GeoJSON format.
geojson_to_kml
Converts GeoJSON to KML format.
coordinates_to_location
Converts latitude/longitude coordinates to location name using reverse geocoding.
Dependencies
- @modelcontextprotocol/sdk
- wellknown
- csv2geojson
- topojson-client
- topojson-server
- @tmcw/togeojson
- xmldom
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.