MCP server integrating TomTom's location services into Cursor AI. Provides mapping, routing, geocoding, real-time traffic data, and static maps. Enables building location-aware applications, navigation systems, and geospatial tools directly within Cursor. Features multi-stop route planning, turn-by-turn directions, traffic monitoring, and precise address conversion. Requires Node.js 22+ and TomTom API key.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"TOMTOM_API_KEY": "<your_API_KEY>"
},
"args": [
"-y",
"@tomtom-org/tomtom-mcp@latest"
],
"command": "npx"
}