io.github.toruproject/mapnetwork-mcp
io.github.toruproject/mapnetwork-mcpGenerate styled PNG/SVG map images of any location with 11 customizable color themes.
Tools · 3
Generate a styled map image centered on a single place. Returns a download+link as text, not image bytes. Example: place='Tokyo Station'.
Generate a map with multiple pinned locations. Example: markers=[{"label": "Tokyo Tower", "link": "https://www.tokyotower.co.jp/"}, {"label": "Zojoji Temple"}].
Compute a walking/driving route between two places and generate a map with it overlaid. Both endpoints are pinned automatically — do not also call generate_markers_map for them. Example: from='Tokyo S…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.toruproject/mapnetwork-mcp": {
"url": "https://mapnetwork.app/mcp",
"transport": "streamable-http"
}
}
}