Skip to content
Cursor

tvsub MCP for Cursor

io.github.launzi/tvsub-mcp

Control tvsub for Apple TV.app: subtitles, glossary-aware translation, overlay, styling, and sync.

client:Cursor transport:stdio runtime:pypi

Install tvsub MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tvsub-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tvsub-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

tvsub MCP in other clients