mcpbeat Sign in

Stremio MCP Server

local only

Stremio MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 11 Sep 2026.

Search, play, and control Stremio on Android TV over native ADB.

Installs per day peak 18 · avg 9 · -5% w/w
a month agotoday
63
Installs / week
pypi · stremio-mcp-server
6
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Stremio MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stremio-mcp -- uvx stremio-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stremio-mcp": {
      "args": [
        "stremio-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stremio-mcp]
command = "uvx"
args = ["stremio-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "stremio-mcp": {
      "args": [
        "stremio-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stremio-mcp": {
      "args": [
        "stremio-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANDROID_TV_HOST (Android TV IP address for playback and device control), ANDROID_TV_PORT (Current ADB connection port), TMDB_API_KEY (TMDB API key for title search), STREMIO_AUTH_KEY (Stremio account token for library reads and writes), ADB_PATH (Path to the native ADB executable). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stremio MCP Server

same job, measured the same way
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Superagenticmcp
by anamized

MCP-native router and multi-agent control plane: plan, route tool calls, stream execution.

local only
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

30 installs/wk local only
Pulse8 AI Cortex Knowledge Vault
by synpulse8-opensource

Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.

71 installs/wk local only
Devilge
by yercko

Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.

26 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Vivado MCP Native
by arthurzxy

Native MCP server for controlling AMD/Xilinx Vivado on Windows and Linux via persistent Tcl.

94 installs/wk local only
radiomcp
by meshpop

Internet radio streaming MCP server — search, play, and manage radio stations worldwide

local only

Stremio MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Stremio MCP Server?
Stremio MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package stremio-mcp-server was installed 63 times last week.
How do I connect Stremio MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls stremio-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Stremio MCP Server?
The pypi package stremio-mcp-server was installed 63 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stremio MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.