Skip to content
Windsurf

TMDB MCP Server for Windsurf

io.github.grinv/tmdb-mcp

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

client:Windsurf transport:stdio runtime:npm

Install TMDB MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

TMDB MCP Server in other clients