MCP server — generate styled map images via mapnetwork.app
Project description
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
Installation
Claude Desktop
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"
}
}
}
Tools
| Tool | Description |
|---|---|
generate_map |
Generate a styled map image for a location and save it to Downloads |
compute_route |
Compute a walking or driving route between two locations |
redownload_map |
Re-download a previously generated map in a different color theme or format |
Example prompts
Japanese
- "渋谷駅周辺の地図を作って"
- "赤坂駅から赤坂氷川神社までの徒歩ルートを地図にして"
- "東京駅・日本橋駅・京橋駅を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"
- "Redownload that map as an SVG in the darkBlue theme"
Links
- Web UI: https://mapnetwork.app
- API docs: https://mapnetwork.app/openapi.json
mcp-name: io.github.toruproject/mapnetwork-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mapnetwork_mcp-0.1.4.tar.gz.
File metadata
- Download URL: mapnetwork_mcp-0.1.4.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbc19b2453c0f4c5d34d027dce8c015f0929c06c4d92a01e40117dc329fb3d26
|
|
| MD5 |
3c1a70b342a30fcdb117ff17adb8c67c
|
|
| BLAKE2b-256 |
bc79d83a9dc40ce9995382054db9e1c693de8042c5dc7667f08896d67e40e3d6
|
File details
Details for the file mapnetwork_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mapnetwork_mcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4513ad01b93e5b6022394172424935bc0684cf0430655f94622dac6a1f01b249
|
|
| MD5 |
22bd25baf929baef45f83e8377817414
|
|
| BLAKE2b-256 |
88ea2ac9d444c7d99e295ae0e97cbd30bd5e950703ab9aaeb820a4444ae695ec
|