Stremio MCP Server for Zed
io.github.netixc/stremio-mcp
Search, play, and control Stremio on Android TV over native ADB.
client:Zed
transport:stdio
runtime:pypi
Install Stremio MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stremio-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs