Server data from the Official MCP Registry
Generate styled PNG/SVG map images of any location with 11 customizable color themes.
Generate styled PNG/SVG map images of any location with 11 customizable color themes.
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-toruproject-mapnetwork-mcp": {
"args": [
"mapnetwork-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server for MapNetwork — generate styled map images (PNG / SVG) for any location on Earth, directly from Claude or any MCP-compatible AI assistant.
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"
}
}
}
| 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 |
Japanese
English
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.