Skip to content
Grok

Stremio MCP Server for Grok

io.github.netixc/stremio-mcp

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

client:Grok transport:stdio runtime:pypi

Install Stremio MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stremio-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stremio-mcp-server"
      ],
      "env": {
        "ANDROID_TV_HOST": "<ANDROID_TV_HOST>",
        "ANDROID_TV_PORT": "<ANDROID_TV_PORT>",
        "TMDB_API_KEY": "<TMDB_API_KEY>",
        "STREMIO_AUTH_KEY": "<STREMIO_AUTH_KEY>",
        "ADB_PATH": "<ADB_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Stremio MCP Server in other clients