MapNetwork MCP Server
This server generates styled map images, computes routes, and allows re-downloading maps with different settings. You can:
Generate map images (PNG/SVG) from a place name, coordinates, or a list of markers; customize with radius, bounding box, and 11 color themes
Compute walking or driving routes between two locations and overlay them on maps
Place markers/pins on maps
Re-download previously generated maps instantly in a different theme or format without regenerating data
Customize canvas size and edge weight
Open maps in the MapNetwork web editor for further editing
Save maps to the Downloads folder (or get links for remote use)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MapNetwork MCP ServerGenerate a map around Shibuya Station"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mapnetwork-mcp
MCP server for MapNetwork — generate styled map images (PNG / SVG) for any location on Earth, directly from Claude or any MCP-compatible AI assistant.
Features
Generate maps from a place name, coordinates, or a list of markers
11 color themes (white, darkBlue, darkGreen, popArt, lightBlue, lightGreen, beige, magenta, gray, black, brawn)
Overlay walking / driving routes on the map
PNG or SVG output, saved to your Downloads folder
Re-download a previously generated map in a different theme or format without regenerating
Open any generated map in the MapNetwork web editor for manual customization
Related MCP server: Valhalla MCP Server
Example Usage
Prompt: "Generate a map around the 21st Century Museum of Contemporary Art, Kanazawa."
Here is the map it generated:
Prompt: "Redownload that map in a few different color themes."
The same map, redownloaded in different color themes:
Dark Green Style | Light Green Style | Pop Art Style | Black Style |
Installation
Claude Desktop
Using the .mcpb extension file (recommended)
The easiest way to install is via the .mcpb extension file available on the Releases page.
Download the latest
.mcpbfile from the Releases page.Open Claude Desktop and go to Settings → Extensions.
Drag the downloaded
.mcpbfile onto the Extensions panel to install.
Manual configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mapnetwork": {
"command": "uvx",
"args": ["mapnetwork-mcp"],
"alwaysAllow": ["generate_map", "compute_route", "redownload_map"]
}
}
}If you use pip instead of uvx:
pip install mapnetwork-mcp{
"mcpServers": {
"mapnetwork": {
"command": "mapnetwork-mcp"
}
}
}Remote MCP Server
You can also use MapNetwork through MCP without installing anything, via the remote MCP server:
https://mapnetwork.app/mcpIn Claude, go to Settings → Connectors → Add custom connector and register the URL above.
The key difference from this local server is how you receive the generated map image. Since mapnetwork-mcp runs on your PC, it can save the generated image directly to your Downloads folder. The remote server can't do this — most AI assistants are unable to properly display or save tool-result images within the chat — so instead of image data, it returns a text response with a download link and a link to edit the map at mapnetwork.app. Open the links in a browser to view or save the image, or to edit the map.
Tools
Tool | Description |
| Generate a styled map image for a location and save it to Downloads |
| Compute a walking or driving route between two locations |
| Re-download a previously generated map in a different color theme or format |
Example prompts
Japanese
"渋谷駅周辺の地図を作って"
"赤坂駅から赤坂氷川神社までの徒歩ルートを地図にして"
"東京駅・日本橋駅・京橋駅を1枚の地図に表示して"
"日比谷公園の1キロ四方の地図を出して"
"その地図を darkBlue テーマでSVG画像で出し直して"
"生成した地図の編集用リンクをください"
English
"Generate a map around Shibuya Station"
"Show a walking route from Akasaka Station to Akasaka Hikawa Shrine on a map"
"Put Tokyo Station, Nihonbashi Station, and Kyobashi Station on a single map"
"Show a 1km square map of Hibiya Park"
"Redownload that map as an SVG in the darkBlue theme"
"Give me a link to edit the generated map"
Links
Web UI: https://mapnetwork.app
Web UI Manual: https://mapnetwork.app/manual
API docs: https://mapnetwork.app/openapi.json
mcp-name: io.github.toruproject/mapnetwork-mcp
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceConverts addresses to GPS coordinates and creates map visualizations using the Geoapify API, allowing Claude users to generate GeoJSON data and map images from location lists.Last updated4
- Flicense-qualityDmaintenanceIntegrates Claude Desktop with the Valhalla routing engine to provide OpenStreetMap-based routing and isochrone capabilities. It enables users to calculate travel paths and reachability polygons for various transportation modes using natural language.Last updated4
- AlicenseAqualityDmaintenanceTurn GPS coordinates into place name, category, and live opening hours via OpenStreetMap. Works in Claude, Hermes Agent, OpenClaw, and any MCP client.Last updated11MIT
- AlicenseAqualityDmaintenanceProvides Naver Map API functions (geocoding, reverse geocoding, directions, static map, and usage queries) as MCP tools for use in Claude Desktop, VS Code, and other MCP clients.Last updated4871Apache 2.0
Related MCP Connectors
Live Google Maps business search, review, and photo data for AI agents over MCP.
Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com)
AI access to Mapbox docs, API references, style specs, and guides. No token required.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toruproject/mapnetwork-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server