OpenStreetMap (OSM) MCP Server
An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
Demo
Meeting Point Optimization
Neighborhood Analysis
Parking Search
Installation
In MCP Hosts like Claude Desktop, Cursor, Windsurf, etc.
osm-mcp-server
: The main server, available for public use.
Features
This server provides LLMs with tools to interact with OpenStreetMap data, enabling location-based applications to:
- Geocode addresses and place names to coordinates
- Reverse geocode coordinates to addresses
- Find nearby points of interest
- Get route directions between locations
- Search for places by category within a bounding box
- Suggest optimal meeting points for multiple people
- Explore areas and get comprehensive location information
- Find schools and educational institutions near a location
- Analyze commute options between home and work
- Locate EV charging stations with connector and power filtering
- Perform neighborhood livability analysis for real estate
- Find parking facilities with availability and fee information
Components
Resources
The server implements location-based resources:
location://place/{query}
: Get information about places by name or addresslocation://map/{style}/{z}/{x}/{y}
: Get styled map tiles at specified coordinates
Tools
The server implements several geospatial tools:
geocode_address
: Convert text to geographic coordinatesreverse_geocode
: Convert coordinates to human-readable addressesfind_nearby_places
: Discover points of interest near a locationget_route_directions
: Get turn-by-turn directions between locationssearch_category
: Find places of specific categories in an areasuggest_meeting_point
: Find optimal meeting spots for multiple peopleexplore_area
: Get comprehensive data about a neighborhoodfind_schools_nearby
: Locate educational institutions near a specific locationanalyze_commute
: Compare transportation options between home and workfind_ev_charging_stations
: Locate EV charging infrastructure with filteringanalyze_neighborhood
: Evaluate neighborhood livability for real estatefind_parking_facilities
: Locate parking options near a destination
Local Testing
Running the Server
To run the server locally:
- Install the package in development mode:
- Start the server:
- The server will start and listen for MCP requests on the standard input/output.
Testing with Example Clients
The repository includes two example clients in the examples/
directory:
Basic Client Example
client.py
demonstrates basic usage of the OSM MCP server:
This will:
- Connect to the locally running server
- Get information about San Francisco
- Search for restaurants in the area
- Retrieve comprehensive map data with progress tracking
LLM Integration Example
llm_client.py
provides a helper class designed for LLM integration:
This example shows how an LLM can use the Location Assistant to:
- Get location information from text queries
- Find nearby points of interest
- Get directions between locations
- Find optimal meeting points
- Explore neighborhoods
Writing Your Own Client
To create your own client:
- Import the MCP client:
- Initialize the client with your server URL:
- Invoke tools or access resources:
Claude Desktop config for local server
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
- Build package distributions:
This will create source and wheel distributions in the dist/
directory.
- Publish to PyPI:
Note: You'll need to set PyPI credentials via environment variables or command flags.
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm
with this command:
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Расширяет возможности LLM с помощью сервисов на основе определения местоположения и геопространственных данных, позволяя пользователям геокодировать адреса, находить близлежащие объекты интереса, получать маршруты, оптимизировать места встреч и анализировать окрестности.
Related MCP Servers
- -securityAlicense-qualityEnables integration with DuckDuckGo search capabilities for LLMs, supporting comprehensive web search, regional filtering, result types, and safe browsing with caching and customizable search parameters.Last updated -403MIT License
- AsecurityAlicenseAqualityEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.Last updated -512878MIT License
- AsecurityFlicenseAqualityEnables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.Last updated -3151
- -securityFlicense-qualityEnables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.Last updated -1,39449