Loading MCP server directory, please wait...
Search, play, and control Stremio on Android TV over native ADB.
npx @getmcp/cli add io.github.netixc/stremio-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.netixc/stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "",
"ANDROID_TV_PORT": "5555",
"TMDB_API_KEY": "",
"STREMIO_AUTH_KEY": "",
"ADB_PATH": "adb"
}
}
}
}