Skip to main content
ClaudeWave

Remote MCP server for FilmMap (thefilmmap.com) — 15,272 filming locations and 12,762 films, series, games and anime as AI-assistant tools. Endpoint: https://thefilmmap.com/mcp

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 3d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Docker · //localhost
Claude Code CLI
claude mcp add filmmap-mcp -- docker run -i --rm //localhost
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "filmmap-mcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "//localhost"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# FilmMap MCP server

A [Model Context Protocol](https://modelcontextprotocol.io) server for the
FilmMap atlas: **15,272 real filming locations across 161 countries**, joined to
the **12,762 films, series, video games, anime and manga** recorded at them,
with coordinates, fame ranking, per-place production lists and the source behind
every claim.

It is already running. Point a client at the hosted endpoint — there is no
install, no signup and no API key:

```
https://thefilmmap.com/mcp
```

Streamable HTTP, stateless, POST-only (a `GET` returning 405 is correct).

## Client configuration

```json
{
  "mcpServers": {
    "filmmap": {
      "type": "http",
      "url": "https://thefilmmap.com/mcp"
    }
  }
}
```

## Tools

| Tool | What it does |
| --- | --- |
| `where_was_it_filmed` | Give a title, get the places it was shot at, each with its evidence |
| `what_was_filmed_here` | The inverse, and the question this atlas is unusual for answering: give a place, get everything recorded as made there |
| `search_productions` | Find productions by name, accent- and case-insensitive, best match first |
| `search_locations` | Find places by name, filterable by country or kind of place |
| `locations_near` | Places within a radius of a WGS84 coordinate, each with `distance_km` |
| `top_locations` | The atlas ranked, worldwide or inside one country or one kind of place |
| `list_countries` | Every country with how many filming locations it holds |
| `get_statistics` | Live aggregates — totals by medium and by kind of place, top countries, busiest places |

## What an answer will and will not claim

This is the part worth reading before wiring it into anything that writes prose.

**Films and series are placed by [filming location (P915)](https://www.wikidata.org/wiki/Property:P915). Video games, anime and manga are filmed nowhere**, so they are placed by [narrative location (P840)](https://www.wikidata.org/wiki/Property:P840) — where the story is set — and every record says which relation it carries. Repeating one as the other publishes a false claim.

**A place is not a scene.** P915 records that a production filmed at a place and stops there. Which scene was shot where is not in the data and must not be inferred from it.

**Two kinds of evidence, never merged.** Most links are Wikidata statements. Some are places named in a production's English Wikipedia *Filming* section, or a setting category its editors filed it under; those arrive in their own fields, labelled with the exact article and section they were read from. Say "per Wikipedia" when you repeat one.

**Coverage is uneven and the server says so.** 834 productions are recorded only at country level and appear with countries and no coordinates. A further 3,906 cannot be placed at all; they are published as a work list at [thefilmmap.com/gaps/](https://thefilmmap.com/gaps/) so they can be fixed on Wikidata.

## Data

Built from [Wikidata](https://www.wikidata.org), with photographs from Wikimedia
Commons and article text linked rather than bundled. The factual records are
**CC0** and downloadable as GeoJSON and CSV from
[thefilmmap.com/data](https://thefilmmap.com/data/), also mirrored on
[GitHub](https://github.com/Flightmussy/filmmap-dataset).

The server reads one file, `atlas-compact.json`, which is the site's own wire
format and is rebuilt on every deploy.

## Running it yourself

```sh
ATLAS_JSON=/path/to/atlas-compact.json PORT=8896 node server.mjs
```

Or with Docker, which bakes the public copy of the atlas into the image:

```sh
docker build -t filmmap-mcp .
docker run -p 8896:8896 filmmap-mcp     # → http://localhost:8896/mcp
```

`HOST` defaults to `127.0.0.1`; the container sets `0.0.0.0` because the default
is unreachable from outside a container.

## Licence

MIT for the server. The dataset it serves is CC0; photographs and Wikipedia text
referenced by URL stay under their own licences.

Lo que la gente pregunta sobre filmmap-mcp

¿Qué es Flightmussy/filmmap-mcp?

+

Flightmussy/filmmap-mcp es mcp servers para el ecosistema de Claude AI. Remote MCP server for FilmMap (thefilmmap.com) — 15,272 filming locations and 12,762 films, series, games and anime as AI-assistant tools. Endpoint: https://thefilmmap.com/mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-18.

¿Cómo se instala filmmap-mcp?

+

Puedes instalar filmmap-mcp clonando el repositorio (https://github.com/Flightmussy/filmmap-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 Flightmussy/filmmap-mcp?

+

Nuestro agente de seguridad ha analizado Flightmussy/filmmap-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Flightmussy/filmmap-mcp?

+

Flightmussy/filmmap-mcp es mantenido por Flightmussy. La última actividad registrada en GitHub es del 2026-08-18, con 0 issues abiertos.

¿Hay alternativas a filmmap-mcp?

+

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

Despliega filmmap-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: Flightmussy/filmmap-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/flightmussy-filmmap-mcp)](https://claudewave.com/repo/flightmussy-filmmap-mcp)
<a href="https://claudewave.com/repo/flightmussy-filmmap-mcp"><img src="https://claudewave.com/api/badge/flightmussy-filmmap-mcp" alt="Featured on ClaudeWave: Flightmussy/filmmap-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a filmmap-mcp