open-streetmap-mcp

An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.

GitHub Stars

107

User Rating

Not Rated

Favorites

0

Views

67

Forks

27

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/jagan-shanmugam/open-streetmap-mcp
cd open-streetmap-mcp

2. Install Dependencies

bash
pip install -e .

3. Start Server

bash
osm-mcp-server

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources