← Back to Plugins
MCP Server MCP

Stremio MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx stremio-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "stremio-mcp-server",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Android TV IP address for playback and device control",
          "name": "ANDROID_TV_HOST"
        },
        {
          "description": "Current ADB connection port",
          "default": "5555",
          "name": "ANDROID_TV_PORT"
        },
        {
          "description": "TMDB API key for title search",
          "isSecret": true,
          "name": "TMDB_API_KEY"
        },
        {
          "description": "Stremio account token for library reads and writes",
          "isSecret": true,
          "name": "STREMIO_AUTH_KEY"
        },
        {
          "description": "Path to the native ADB executable",
          "default": "adb",
          "name": "ADB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...