Skip to main content
ClaudeWave

MCP server for MapNetwork

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
Install in Claude Code / Claude Desktop
Method: pip / Python · mapnetwork-mcp
Claude Code CLI
claude mcp add mapnetwork-mcp -- python -m mapnetwork-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mapnetwork-mcp": {
      "command": "python",
      "args": ["-m", "mapnetwork-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install mapnetwork-mcp
Casos de uso

Resumen de MCP Servers

# mapnetwork-mcp

MCP server for [MapNetwork](https://mapnetwork.app) — 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

## Example Usage

**Prompt:** "Generate a map around the 21st Century Museum of Contemporary Art, Kanazawa."

Here is the map it generated:
<img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-white.png" width="400" alt="Map Drawing Example">

**Prompt:** "Redownload that map in a few different color themes."

The same map, redownloaded in different color themes:

|                       Dark Blue Style                        |                       Light Green Style                        |                          Pop Art Style                           |                        Black Style                        |
|:------------------------------------------------------------:|:--------------------------------------------------------------:|:----------------------------------------------------------------:|:---------------------------------------------------------:|
| <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-darkBlue.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-lightGreen.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-popArt.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-black.png" width="160"> |

## Installation

### Claude Desktop

#### Using the .mcpb extension file (recommended)

The easiest way to install is via the `.mcpb` extension file available on the [Releases](https://github.com/toruproject/mapnetwork-mcp/releases) page.

1. Download the latest `.mcpb` file from the Releases page.
2. Open Claude Desktop and go to **Settings** → **Extensions**.
3. Drag the downloaded `.mcpb` file onto the Extensions panel to install.

#### Manual configuration

Add the following to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "mapnetwork": {
      "command": "uvx",
      "args": ["mapnetwork-mcp"],
      "alwaysAllow": ["generate_map", "compute_route", "redownload_map"]
    }
  }
}
```

If you use `pip` instead of `uvx`:

```bash
pip install mapnetwork-mcp
```

```json
{
  "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](https://mapnetwork.app)
- API docs: [https://mapnetwork.app/openapi.json](https://mapnetwork.app/openapi.json)

mcp-name: io.github.toruproject/mapnetwork-mcp

Lo que la gente pregunta sobre mapnetwork-mcp

¿Qué es toruproject/mapnetwork-mcp?

+

toruproject/mapnetwork-mcp es mcp servers para el ecosistema de Claude AI. MCP server for MapNetwork Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mapnetwork-mcp?

+

Puedes instalar mapnetwork-mcp clonando el repositorio (https://github.com/toruproject/mapnetwork-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar toruproject/mapnetwork-mcp?

+

toruproject/mapnetwork-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene toruproject/mapnetwork-mcp?

+

toruproject/mapnetwork-mcp es mantenido por toruproject. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mapnetwork-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mapnetwork-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: toruproject/mapnetwork-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/toruproject-mapnetwork-mcp)](https://claudewave.com/repo/toruproject-mapnetwork-mcp)
<a href="https://claudewave.com/repo/toruproject-mapnetwork-mcp"><img src="https://claudewave.com/api/badge/toruproject-mapnetwork-mcp" alt="Featured on ClaudeWave: toruproject/mapnetwork-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mapnetwork-mcp