Skip to content
Grok

TMDB MCP Server for Grok

io.github.grinv/tmdb-mcp

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

client:Grok transport:stdio runtime:npm

Install TMDB 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": {
    "tmdb-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

TMDB MCP Server in other clients