Skip to content
Cline

TMDB MCP Server for Cline

io.github.grinv/tmdb-mcp

MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.

client:Cline transport:stdio runtime:npm

Install TMDB MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "tmdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tmdb-mcp"
      ],
      "env": {
        "TMDB_API_TOKEN": "<TMDB_API_TOKEN>",
        "OMDB_API_KEY": "<OMDB_API_KEY>",
        "TMDB_LANGUAGE": "<TMDB_LANGUAGE>",
        "TMDB_REGION": "<TMDB_REGION>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TMDB MCP Server in other clients