Skip to content
Cursor

mcp for Cursor

com.travelanimator/mcp

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

client:Cursor transport:stdio runtime:pypi

Install mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "travel-animator"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp in other clients