Stremio MCP Server for Grok
io.github.netixc/stremio-mcp
Search, play, and control Stremio on Android TV over native ADB.
client:Grok
transport:stdio
runtime:pypi
Install Stremio MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stremio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<ANDROID_TV_PORT>",
"TMDB_API_KEY": "<TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<STREMIO_AUTH_KEY>",
"ADB_PATH": "<ADB_PATH>"
}
}
}
}
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