Travel Animator MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Travel Animator MCPMake a 20s video of a road trip from Lisbon to Porto to Braga on Terrain map, red line, car."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Travel Animator MCP
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.
Install
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 loginClaude 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.
Related MCP server: Magic Lane MCP Server
What you need
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 |
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.
What it can make
34 map styles — Terrain, Satellite, Sketch, Glow, Comic, Winter, Pixel, Watercolor and more (
list_maps). One is free; the rest need premium.355 3D models — land, air and water, from realistic cars and planes to an elephant (
list_models). 11 are free.7 route line styles — solid, dashed, dotted, striped, glow, transparent, auto (
list_line_styles).Two projections — flat
MERCATORor a 3DGLOBEwith stars, a sun and a moon.9–60 second videos, at your choice of aspect ratio and resolution.
Real roads or straight lines, per segment.
Place labels, country flags, a distance badge, avatars and per-point effects.
How it works
create_project → create_route → update_animation_state → render_video → await_render → MP4Two things worth knowing, because they change how your assistant behaves:
Nothing is edited implicitly. Every tool takes an explicit
project_id. There is no "current project", so an assistant can hold several trips open without confusing them.Projects are durable local state, under
$XDG_STATE_HOME/tada-render/projects/<id>/(~/.local/state/…if unset). Videos land in that project'srenders/; the newest five per project are kept and older ones pruned. Close your assistant and the project is still there tomorrow.
Tools
30 tools. Full reference with parameters in docs/tools.md.
Group | Tools |
Check first |
|
Projects |
|
Route |
|
Look & feel |
|
Render |
|
Account sync |
|
Renders report progress as they go. render_video returns immediately with a session id;
await_render waits on it and, if the render is still going, returns a line your assistant
reads out — frames done, percent, time left — and waits again. A ten-minute render is not a
ten-minute silence.
Routes sync to the phone. save_project_to_account puts a route in the mobile app's Saved
Routes. It carries waypoints only — the reply's dropped list names what didn't survive
(avatars, effects, extra model slots, local media, the animation settings), and your assistant
should tell you rather than report a clean save.
Privacy
Usage analytics are opt-in and off until you turn them on. Nothing is collected before that, and nothing at all is collected outside the MCP server.
travel-animator analytics status # what is set, and what it covers
travel-animator analytics on # grant consent
travel-animator analytics off # revoke, effective immediatelyNever collected — unconditionally, whatever your consent says: route coordinates, place labels, route annotations, file paths, your media, the contents of any route you save or load, the names you give projects, and what a tool returned. A route records where somebody has actually been.
Collected with consent: which tools were called, in what order, how long they took and whether they failed; render settings (resolution, duration, animation style, map, vehicle); the number of points in a route and the set of countries it crosses.
One free-text exception: when an assistant asks for a tool this server doesn't have, the sentence it writes describing what it was trying to do is collected with that request (up to 2048 characters) — that is the only way a server learns which capability it is missing. It is never attached to an ordinary tool call. Analytics are processed in the United States by a third-party provider.
Command line
The MCP server is one of two front ends. The CLI is the other:
travel-animator login # log in: magic link, or a bearer token for CI
travel-animator logout # remove credentials stored on this machine
travel-animator analytics # show, grant or revoke analytics consent
travel-animator render-bundle # render a prepared render bundle to MP4
travel-animator mcp # run the MCP server (needs the mcp extra)render-bundle renders bundles produced by the Travel Animator service; it does not create
them. The MCP server is the only path that goes from nothing to a finished video.
Troubleshooting
Symptom | Cause | Fix |
Tools fail with a "log in" message | No credential on this machine, or it expired |
|
Login works, rendering is refused | Free account | Rendering needs premium |
Server doesn't start from a desktop app | GUI apps don't inherit your shell | Use the absolute path from |
| Intel macOS has no wheel | Apple silicon, Linux or Windows only |
Render fails on a machine with no GPU | No usable GL | Call |
Second render refused | One render at a time, per project and per process | Wait, or |
More, including error codes, in docs/troubleshooting.md.
Support
Open an issue — please include your OS, travel-animator --version, your MCP
client, the tool that failed and its error_code. Or email
connect@travelanimator.com.
Licence
This is not open-source software. The travel-animator package ships under a limited use
licence: you may install and run it unmodified to prepare and render Travel Animator content
and to talk to Lascade's services. You may not redistribute it, modify it, or build a
competing service with it. The full terms ship inside the package at tada_render/LICENSE.
Bundled fonts, flag artwork and the libraries inside the renderer are third-party works under
their own licences, listed in tada_render/THIRD-PARTY-NOTICES.md. For redistribution or
modification rights, contact Lascade.
The documentation and examples in this repository are MIT — see LICENSE.
PyPI · travelanimator.com · iOS · Android
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI-assisted travel planning with real-time weather forecasts, place discovery, customized itinerary generation based on interests and budget, and travel distance calculations between cities.

Magic Lane MCP Serverofficial
AlicenseBqualityBmaintenanceEnables AI agents to become geospatially intelligent assistants with tools for location search, smart routing, round trip planning, reverse geocoding, isochrone analysis, route visualization, geofence management, and interactive map display.81846Apache 2.0- Alicense-qualityAmaintenanceEnables AI agents to generate narrated videos from topics or scripts, with stock footage, home videos, or local AI clips.2MIT
- Alicense-qualityAmaintenanceAgent-driven animated diagram renderer that turns API/flow descriptions into animated MP4s or Instagram-style carousels, designed to be driven by an AI agent over MCP.384MIT
Related MCP Connectors
Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th…
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lascade-Co/travelanimator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server