Stremio MCP Server
About
Search, play, and control Stremio on Android TV over native ADB.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ANDROID_TV_HOST ANDROID_TV_PORT TMDB_API_KEY STREMIO_AUTH_KEY ADB_PATHClaude Code
claude mcp add --env ANDROID_TV_HOST= --env ANDROID_TV_PORT= --env TMDB_API_KEY= --env STREMIO_AUTH_KEY= --env ADB_PATH= stremio-mcp -- uvx stremio-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"stremio-mcp","command":"uvx","args":["stremio-mcp-server"],"env":{"ANDROID_TV_HOST":"","ANDROID_TV_PORT":"","TMDB_API_KEY":"","STREMIO_AUTH_KEY":"","ADB_PATH":""}}'
JSON
{
"mcpServers": {
"stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "",
"ANDROID_TV_PORT": "",
"TMDB_API_KEY": "",
"STREMIO_AUTH_KEY": "",
"ADB_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.