tvsub MCP for Grok
io.github.launzi/tvsub-mcp
Control tvsub for Apple TV.app: subtitles, glossary-aware translation, overlay, styling, and sync.
client:Grok
transport:stdio
runtime:pypi
Install tvsub MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tvsub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tvsub-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs