I've released PowerShell.Map - a module for displaying OpenStreetMap in your browser from PowerShell.
Opens interactive maps in your browser from PowerShell commands:
Show-OpenStreetMap Paris, London, Rome
Show-OpenStreetMapRoute -From Tokyo -To Osaka
Start-OpenStreetMapTour Tokyo, Kyoto, Osaka -Duration 2- Leaflet.js with OSM tiles
- Nominatim for geocoding
- OSRM for routing
- Built-in HTTP server for interactive display
This module integrates with Claude Desktop via PowerShell.MCP:
- PowerShell Gallery: https://www.powershellgallery.com/packages/PowerShell.MCP
- GitHub: https://github.com/yotsuda/PowerShell.MCP
Requires PowerShell 7+: https://learn.microsoft.com/powershell/scripting/install/installing-powershell
Install-Module PowerShell.Map
Import-Module PowerShell.MapLinks:
- GitHub: https://github.com/yotsuda/PowerShell.Map
- PowerShell Gallery: https://www.powershellgallery.com/packages/PowerShell.Map
- License: MIT
Feedback and contributions welcome!