Make animated travel-route videos: plan a route, style the animation, render an MP4.
MCPpedia last refreshed this data
com.travelanimator/mcp is an MCP server that make animated travel-route videos: plan a route, style the animation, render an MP4. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 87/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"travel-animator": {
"args": [
"--from",
"travel-animator[mcp]",
"travel-animator",
"mcp"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Travel Animator MCP lets an AI assistant plan a route, style the animation and render it to an MP4 on your machine — the route drawing itself as it is travelled, a 3D vehicle following it, map labels, country flags, and the distance badge the mobile app draws on top.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'travel-animator' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked travel-animator against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Transport for TMCP using STDIO
The graph based agentic IDE
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for com.travelanimator/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Describe a trip. Get a video of it.
Travel Animator MCP lets an AI assistant plan a route, style the animation and render it to an MP4 on your machine — the route drawing itself as it is travelled, a 3D vehicle following it, map labels, country flags, and the distance badge the mobile app draws on top.
You say: "Make me a 20-second video of a road trip from Lisbon to Porto to Braga, on the Terrain map, with a red line and a car."
Your assistant: creates the project, adds the three stops, follows real roads between them, sets the map and line style, renders, and hands back the path to the MP4.
More prompts that work — and what it won't do — in examples/prompts.md.
Two commands. The second one is not optional — a stdio MCP server cannot prompt you for credentials, so you log in once in your own terminal.
Claude Code
claude mcp add travel-animator -- uvx --from "travel-animator[mcp]" travel-animator mcp
uvx travel-animator login
Claude Desktop, Cursor, VS Code, Codex, or any client that takes JSON
{
"mcpServers": {
"travel-animator": {
"command": "uvx",
"args": ["--from", "travel-animator[mcp]", "travel-animator", "mcp"]
}
}
}
…then uvx travel-animator login in a terminal.
Already have Python? pip install "travel-animator[mcp]" and use travel-animator as
the command. Python 3.12+.
Per-client instructions, including the "works in the terminal but not in the desktop app"
PATH fix, are in docs/clients.md.
| Python | 3.12 or newer |
| Account | The same Travel Animator account as the mobile app. A free account can log in, browse the catalogues and author a project — only a premium account can render one. |
| Platform | macOS (Apple silicon), Linux (x86-64, arm64), Windows (x64). These are the four wheels published; other platforms — including Intel macOS — are not supported. |
| Disk | The wheel is ~85 MB. It carries its own Java runtime and, on macOS and Windows, its own graphics driver — there is nothing else to install. Linux uses the system GLES driver, or Mesa for software rendering. |
| Network | Rendering is not offline: map tiles, glyphs and sprites are fetched as frames are drawn, then cached under ~/.cache/tada/render. |
If your machine can't render at all, the server says so up front — before you build a project it can't finish — and can fall back to a server-side render.
list_maps). One is free; the rest need premium.list_models). 11 are free.list_line_styles).MERCATOR or a 3D GLOBE with stars, a sun and a moon.create_project → create_route → update_animation_state → render_video → await_r
... [View full README on GitHub](https://github.com/lascade-co/travelanimator-mcp#readme)