How to Use the ArcGIS MCP in Cursor
Inject real drive times and geocoded coordinates straight into your codebase using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ArcGIS MCP to Cursor
Create your Vinkius account to connect ArcGIS to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build fleet logistics systems in Cursor
The `solve_vehicle_routing` tool processes complex multi-stop delivery constraints through an ArcGIS Orders JSON mapping string. Your AI client reads your application logic, calls the MCP tool, and writes the optimized routing code based on live API responses. You never have to mock fleet data again. Simple point-to-point navigation uses `solve_nav_route`. Hand it a sequence of coordinates formatted as lon,lat;lon,lat, and it spits out turn-by-turn directions. Agent mode catches the travel time and distance metrics to populate your routing functions instantly.
Convert text to coordinates via MCP Server
The `find_address_candidates` tool translates raw string inputs into precise latitude and longitude values. When you are writing a location search feature, Cursor queries the server and embeds the real coordinates directly into your test fixtures. Need to lock the search down? The `find_address_country` tool restricts results to a specific three-letter nation code. Bulk processing operates through `batch_geocode_addresses`, handling up to 1000 locations per call. If you are building a reverse-lookup feature, `reverse_geocode` takes a lon,lat pair and returns the closest physical address. Autocomplete components benefit from `suggest_geocoding` to provide valid place names before executing a full search.
Calculate drive times and origin matrices
The `calculate_od_matrix` tool measures travel distances between massive arrays of starting points and destinations. Instead of guessing travel times during development, your MCP Server pulls the actual matrix data to test your algorithms. It handles the heavy spatial math so you can focus on the business logic. Defining coverage zones requires `calculate_service_area`. You pass a facility coordinate, and it generates walk-time or drive-time boundaries. Adding `suggest_location_bias` ensures autocomplete suggestions favor places near your specific target area.
Set up ArcGIS MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the ArcGIS MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent ArcGIS transactions." If the MCP tools are loaded correctly, Cursor will call the ArcGIS tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"arcgis-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ArcGIS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about ArcGIS MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ArcGIS MCP today
We host it, we monitor it, we maintain it. You just paste one token.