Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Travelanimator MCP
M
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Travelanimator MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Make animated travel-route videos: plan a route, style the animation, render an MP4.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-238": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-238"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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.

PyPI Python Platforms Licence

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

Terminal
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

config.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.

What you need

Python3.12 or newer
AccountThe 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.
PlatformmacOS (Apple silicon), Linux (x86-64, arm64), Windows (x64). These are the four wheels published; other platforms β€” including Intel macOS β€” are not supported.
DiskThe 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.
NetworkRendering 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.

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 MERCATOR or a 3D GLOBE with 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

Code
create_project β†’ create_route β†’ update_animation_state β†’ render_video β†’ await_render β†’ MP4

Two 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's renders/; 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.

GroupTools
Check firstget_capabilities Β· auth_status
Projectscreate_project Β· list_projects Β· get_project Β· delete_project Β· import_project Β· export_project
Routecreate_route Β· get_route Β· add_point Β· update_point Β· remove_point Β· clear_route Β· set_real_route
Look & feelget_animation_state Β· update_animation_state Β· list_maps Β· list_models Β· list_line_styles
Renderestimate_render Β· render_video Β· await_render Β· get_render_progress Β· get_render_result Β· cancel_render
Account synclist_account_routes Β· save_project_to_account Β· load_account_route Β· delete_account_route

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 Policy

The full policy β€” covering the apps, the website and this package β€” is at travelanimator.com/privacy-policy; it has a section of its own for the MCP server and CLI. What follows is that section in brief.

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.

bash
travel-animator analytics status   # what is set, and what it covers
travel-animator analytics on       # grant consent
travel-animator analytics off      # revoke, effective immediately

Never 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:

text
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

SymptomCauseFix
Tools fail with a "log in" messageNo credential on this machine, or it expiredtravel-animator login in a terminal, then retry
Login works, rendering is refusedFree accountRendering needs premium
Server doesn't start from a desktop appGUI apps don't inherit your shell PATHUse the absolute path from which uvx
pip install fails on your MacIntel macOS has no wheelApple silicon, Linux or Windows only
Render fails on a machine with no GPUNo usable GLCall get_capabilities first; use the server-side fallback
Second render refusedOne render at a time, per project and per processWait, or cancel_render

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.


Read the full README on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Agent Trust logoAgent Trust

    AI agent trust & reputation protocol β€” verify, score, route, compare, delegate. 18 tools.

    πŸ’» Developer Tools1 views
    Compare vs Agent Trust β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Travelanimator MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTravelanimator MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-238?style=directory)](https://allmcps.com/mcp/mcp-238)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-238"><img src="https://allmcps.com/api/badge/mcp-238?style=directory" alt="Travelanimator MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Travelanimator MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code