stremio-mcp
Unified MCP server for Stremio enabling search, metadata, catalogs, and stream listings via Stremio's addon APIs, plus Android TV playback control over adb.
README
stremio-mcp
Unified MCP server for Stremio. Two toolsets in one server:
- Addon tools: search, metadata, catalogs, and stream listings via Stremio's public addon HTTP APIs.
- Android TV tools: play content and control playback on an Android TV running Stremio, over adb.
Install
uvx (recommended)
uvx stremio-mcp
pip
pip install stremio-mcp
stremio-mcp
Homebrew
brew install yoanwai/tap/stremio-mcp
MCP client configuration
{
"mcpServers": {
"stremio": {
"command": "uvx",
"args": ["stremio-mcp"],
"env": {
"ANDROID_TV_HOST": "192.168.1.100",
"ANDROID_TV_PORT": "5555",
"STREMIO_AUTH_KEY": ""
}
}
}
}
With a .env file instead of inline env:
{
"mcpServers": {
"stremio": {
"command": "uvx",
"args": ["--env-file", "/path/to/.env", "stremio-mcp"]
}
}
}
Environment variables
| Variable | Default | Required | Purpose |
|---|---|---|---|
ANDROID_TV_HOST |
(none) | For TV tools | IP or hostname of the Android TV |
ANDROID_TV_PORT |
5555 |
No | adb TCP port on the TV |
ADB_PATH |
adb |
No | Path to the adb binary |
STREMIO_AUTH_KEY |
(none) | For library tools | Stremio account auth key (or use stremio_login) |
Copy .env.example to .env and fill in your values.
Tools
Addon tools
| Tool | Description |
|---|---|
stremio_search |
Search movies and series across addon catalogs |
stremio_get_meta |
Fetch full metadata for a title (seasons, episodes, cast) |
stremio_browse_catalog |
Browse an addon catalog (popular, trending, genres) |
stremio_get_addon_manifest |
Inspect an addon's manifest and capabilities |
stremio_get_streams |
List available streams for a title or episode |
Account and library tools
| Tool | Description |
|---|---|
stremio_login |
Log in with email and password to obtain an auth key |
stremio_get_library |
List the account's saved library titles |
stremio_add_to_library |
Add a movie or series to the library |
stremio_remove_from_library |
Remove a title from the library |
Android TV tools
| Tool | Description |
|---|---|
play |
Open and play a title on the TV's Stremio app |
tv_control |
Remote-control actions: playback (play/pause/forward/rewind), navigation, volume, power |
playback_status |
Report what is currently playing and its position |
adb pairing
The TV tools require adb access to the Android TV:
- On the TV: Settings > Device Preferences > About > tap Build 7 times to enable Developer options.
- In Developer options, enable USB debugging (and Network debugging where available).
- From your machine:
adb connect <TV_IP>:5555and accept the authorization prompt on the TV screen.
The connection persists across reboots on most devices; re-run adb connect if the TV stops responding.
License
MIT, see LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.