{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.netixc/stremio-mcp",
    "description": "Search, play, and control Stremio on Android TV over native ADB.",
    "title": "Stremio MCP Server",
    "repository": {
        "url": "https://github.com/netixc/stremio-mcp",
        "source": "github"
    },
    "version": "0.2.0",
    "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"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-21T23:12:26.427404Z",
            "publishedAt": "2026-07-21T23:12:26.427404Z",
            "updatedAt": "2026-07-21T23:12:26.427404Z",
            "isLatest": true
        }
    }
}