Stremio MCP Server
Rank #10,144io.github.netixc/stremio-mcp
Search, play, and control Stremio on Android TV over native ADB.
Stremio MCP Server is a Model Context Protocol (MCP) server published by netixc. It ranks #10,144 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Stremio MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 17, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 121,969 of 132,113 servers on MCP Toplist.
Use Stremio MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stremio-mcp -e "ANDROID_TV_HOST=<your ANDROID_TV_HOST>" -e "ANDROID_TV_PORT=<your ANDROID_TV_PORT>" -e "TMDB_API_KEY=<your TMDB_API_KEY>" -e "STREMIO_AUTH_KEY=<your STREMIO_AUTH_KEY>" -e "ADB_PATH=<your ADB_PATH>" -- uvx stremio-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.stremio-mcp]
command = "uvx"
args = ["stremio-mcp-server"]
[mcp_servers.stremio-mcp.env]
ANDROID_TV_HOST = "<your ANDROID_TV_HOST>"
ANDROID_TV_PORT = "<your ANDROID_TV_PORT>"
TMDB_API_KEY = "<your TMDB_API_KEY>"
STREMIO_AUTH_KEY = "<your STREMIO_AUTH_KEY>"
ADB_PATH = "<your ADB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<your ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<your ANDROID_TV_PORT>",
"TMDB_API_KEY": "<your TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<your STREMIO_AUTH_KEY>",
"ADB_PATH": "<your ADB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<your ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<your ANDROID_TV_PORT>",
"TMDB_API_KEY": "<your TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<your STREMIO_AUTH_KEY>",
"ADB_PATH": "<your ADB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stremio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<your ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<your ANDROID_TV_PORT>",
"TMDB_API_KEY": "<your TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<your STREMIO_AUTH_KEY>",
"ADB_PATH": "<your ADB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<your ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<your ANDROID_TV_PORT>",
"TMDB_API_KEY": "<your TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<your STREMIO_AUTH_KEY>",
"ADB_PATH": "<your ADB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stremio-mcp": {
"command": "uvx",
"args": [
"stremio-mcp-server"
],
"env": {
"ANDROID_TV_HOST": "<your ANDROID_TV_HOST>",
"ANDROID_TV_PORT": "<your ANDROID_TV_PORT>",
"TMDB_API_KEY": "<your TMDB_API_KEY>",
"STREMIO_AUTH_KEY": "<your STREMIO_AUTH_KEY>",
"ADB_PATH": "<your ADB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.netixc%2Fstremio-mcp)<a href="https://mcptoplist.com/server/io.github.netixc%2Fstremio-mcp"><img src="https://mcptoplist.com/badge/io.github.netixc%2Fstremio-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
netixc
Other servers by netixc
View all netixc servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 21, 2026 |
| 0.1.0 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Stremio MCP Server?
- Stremio MCP Server is maintained by netixc, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Stremio MCP Server listed on the Official MCP Registry?
- Yes — Stremio MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Stremio MCP Server have?
- MCP Toplist tracks 2 versions of Stremio MCP Server, most recently published on Jul 21, 2026.
- Where can I find the source code for Stremio MCP Server?
- The source code for Stremio MCP Server is hosted at github.com/netixc/stremio-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.