mcp-arcgis
Provides tools to find places using the ArcGIS REST API, enabling location-based searches such as restaurants near an address.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-arcgisFind restaurants near 10 Rue de Rivoli, Paris within 1 km"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-arcgis
POC (Proof of Concept) to find place with arcgis-rest-js in Cursor or Claude Desktop, via a MCP Server
Related MCP server: mapbox-mcp-server
Prerequisites
Node.js 18+
MCP client (e.g., Claude Desktop, Cursor)
API Key from ArcGIS Developer: ArcGIS Developer API Key
Quick Start
Create environment file
Create a .env file in the project root with the following PostgreSQL variables:
API_KEY=API_KEY_FROM_ARCGISLaunch the MCP server
To test if everything works, launch the MCP server.
node .The MCP server exposes a tool to list database tables and search in tables.
Usage
From an MCP client (Claude Desktop)
Configure the MCP client according to the client documentation, for example:
{
"mcpServers": {
"postgresql": {
"type": "stdio",
"command": "node",
"args": ["/PATH_TO_FOLDER"]
}
}
}Ask for get informations about restaurants around 1 kilometers from an adress in France. Example* :

*Result displayed on this picture could be not exhaustive
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthcom.zomato
An MCP server that exposes functionalities to use Zomato's services.
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase).
Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)
Related MCP Servers
- -licenseNot gradedqualityAmaintenanceMCP Server for the Google Maps API.11,868 npm90,399MIT
- MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates with Google Places API to allow searching, retrieving details, and finding nearby places through an MCP server interface.-
- FlicenseNot gradedqualityCmaintenancePython MCP server for querying Overture Maps building footprint data via address search, building lookups, and nearby building listings.-