An MCP server for converting GIS filetypes (1000+ Downloads)
An MCP server for converting GIS filetypes (1000+ Downloads). The gis data conversion mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
The GIS Data Conversion MCP is an MCP (Model Context Protocol) server that gives LLMs access to geographic data conversion tools.
Everything the assistant can do here goes through one of these:
wkt_to_geojson — The wkt_to_geojson tool exposed by this servergeojson_to_wkt — The geojson_to_wkt tool exposed by this servercsv_to_geojson — The csv_to_geojson tool exposed by this servergeojson_to_csv — The geojson_to_csv tool exposed by this servergeojson_to_topojson — Converts GeoJSON to TopoJSON format (more compact with shared boundaries)topojson_to_geojson — The topojson_to_geojson tool exposed by this serverkml_to_geojson — The kml_to_geojson tool exposed by this servergeojson_to_kml — The geojson_to_kml tool exposed by this servercoordinates_to_location — Converts latitude/longitude coordinates to location name using reverse geocodingSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. GIS Data Conversion MCP's toolset — wkt_to_geojson, geojson_to_wkt, csv_to_geojson and 6 more — is a fair guide to whether it matches your workflow. It is maintained by ronantakizawa; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against GIS Data Conversion MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| wkt_to_geojson | The wkt_to_geojson tool exposed by this server. |
| geojson_to_wkt | The geojson_to_wkt tool exposed by this server. |
| csv_to_geojson | The csv_to_geojson tool exposed by this server. |
| geojson_to_csv | The geojson_to_csv tool exposed by this server. |
| geojson_to_topojson | Converts GeoJSON to TopoJSON format (more compact with shared boundaries). |
| topojson_to_geojson | The topojson_to_geojson tool exposed by this server. |
| kml_to_geojson | The kml_to_geojson tool exposed by this server. |
| geojson_to_kml | The geojson_to_kml tool exposed by this server. |
| coordinates_to_location | Converts latitude/longitude coordinates to location name using reverse geocoding. |
{
"mcpServers": {
"gis-dataconversion-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp-server"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.