How to Use the ArcGIS MCP in Cline
Build location-aware apps in VS Code by connecting Cline to ArcGIS for autonomous geocoding, route solving, and spatial analysis.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ArcGIS MCP to Cline
Create your Vinkius account to connect ArcGIS to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Implement geocoding with Cline
The `find_address_candidates` tool turns plain text addresses into exact latitude and longitude coordinates. You tell Cline to build a store locator, and it writes the frontend component while hooking up this endpoint to handle the user input. It tests the connection, grabs the coordinates, and plots them on your map without you touching the keyboard. Bulk processing runs through the `batch_geocode_addresses` tool. When you drop a massive customer list into your workspace, Cline reads the file and feeds up to 1000 rows into the ArcGIS MCP Server at once. The agent automatically formats the required JSON array string, processes the response, and writes a clean new file containing all the mapped coordinates.
Code complex fleet routing systems
The `solve_vehicle_routing` tool calculates optimal delivery sequences for entire fleets based on an ArcGIS Orders JSON mapping string. You can ask Cline to build a logistics backend, and it will write the code to construct that specific JSON payload from your database schema and send it to the MCP Server. It tests the endpoint, verifies the optimized stops, and wires up the API response to your frontend. Basic point-to-point navigation uses the `solve_nav_route` tool. Cline passes a sequence of lon,lat pairs and retrieves detailed turn-by-turn directions, total travel time, and distance. Your agent can take that raw data, write a formatting function, and build a clean UI component to display the route to your end users.
Build drive-time analysis features
The `calculate_service_area` tool generates drive-time, walk-time, or travel-distance boundaries around specific facility locations. Cline grabs the origin coordinates and calls the API to determine exactly how far a customer can travel in 15 minutes. It then writes the GeoJSON parsing logic to render that polygon directly onto your application's map view. Matrix calculations happen through the `calculate_od_matrix` tool. This operation computes travel times and distances between multiple origins and destinations simultaneously. You just instruct Cline to analyze your warehouse network, and it writes a script to hit the endpoint, parse the matrix, and output a markdown table showing the most efficient distribution paths.
Set up ArcGIS MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
arcgis-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest ArcGIS refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"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 Cline
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.