Skip to content
Cursor

Stremio MCP Server for Cursor

io.github.netixc/stremio-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Stremio MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Stremio MCP Server in other clients