Servers
OpenStreetMap MCP Server
@jagan-shanmugam
An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"osm-mcp-server": {
"command": "python",
"args": [
"examples/client.py"
]
}
}
}