stremio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADB_PATH | No | Native ADB executable path; defaults to 'adb' on PATH | |
| TMDB_API_KEY | No | TMDB credential for search and title-based play with source='search' | |
| ANDROID_TV_HOST | No | Android TV IP address for playback and TV tools | |
| ANDROID_TV_PORT | No | Current ADB connection port | 5555 |
| STREMIO_AUTH_KEY | No | Account token for Stremio library reads and writes | |
| STREMIO_MCP_POOL_TIMEOUT | No | Seconds to wait for a pooled connection | 5 |
| STREMIO_MCP_READ_TIMEOUT | No | Seconds to wait for response data | 20 |
| STREMIO_MCP_WRITE_TIMEOUT | No | Seconds to send request data | 20 |
| STREMIO_MCP_CONNECT_TIMEOUT | No | Seconds to establish a connection | 5 |
| STREMIO_MCP_MAX_CONNECTIONS | No | Maximum simultaneous connections | 8 |
| STREMIO_MCP_MAX_RESPONSE_BYTES | No | Maximum TMDB/Cinemeta response body | 4194304 |
| STREMIO_MCP_MAX_CONCURRENT_REQUESTS | No | Maximum simultaneous TMDB requests during a fan-out search | 4 |
| STREMIO_MCP_LIBRARY_MAX_RESPONSE_BYTES | No | Maximum Stremio library response body | 16777216 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search for movies or TV shows. Returns results with IMDb IDs. |
| playA | Play movies or TV episodes. Use 'query' to search by title, or 'imdb_id' to play directly. |
| libraryB | Read or mutate the Stremio library. Add/remove require an explicit IMDb ID and content type. |
| tv_controlA | Control Android TV. volume: up/down/mute/set. playback: play/pause/toggle/stop/next/previous/forward/rewind; stop succeeds only when playback is verified to have ended (no actively playing session), not merely when a key event is delivered. navigate: up/down/left/right/select/back/home. power: wake/sleep/toggle/status. |
| playback_statusA | Get current playback status. Returns app, title, state (playing/paused/stalled/stopped/none/error/unknown; stalled means the session claims playing but audio output is not live), position, and duration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/netixc/stremio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server