Back to Apps

MCP Carto
Supports UIby ignfab
Interactive MCP App that embeds Plan IGN v2 maps (French national mapping) using OpenLayers.
0 stars
Works in:Cursor
Exposes:Resources
What it does
MCP Carto is an interactive visualization app that renders professional-grade French national maps (Plan IGN v2) directly within your AI host. It allows agents to display specific geographic areas, toggle between map and orthophoto backgrounds, and overlay GeoJSON data for spatial analysis.
Key features
- Interactive Map Rendering: Embeds OpenLayers maps with official Géoplateforme WMTS tiles.
- Dynamic Views: Control longitude, latitude, and zoom levels programmatically.
- GeoJSON Overlays: Ability to load and visualize vector data (e.g., building footprints) over the map.
- Flexible Backgrounds: Switch between standard mapping and high-resolution orthophotos.
Installation
Clone the repository and build the project:
npm install
npm run build
Claude Desktop Configuration (via HTTP):
{
"mcpServers": {
"carto": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:3001/mcp"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: {"mcpServers": {"carto": {"command": "npm", "args": ["run", "serve:stdio"], "cwd": "/path/to/mcp-carto"}}}Claude Desktop
{"mcpServers": {"carto": {"command": "npx", "args": ["mcp-remote", "http://localhost:3001/mcp"]}}}




