Skip to content
Cursor

tmdb mcp server for Cursor

io.github.cyanheads/tmdb-mcp-server

Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).

client:Cursor transport:stdio runtime:npm

Install tmdb 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": {
    "tmdb-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/tmdb-mcp-server"
      ],
      "env": {
        "TMDB_API_KEY": "<TMDB_API_KEY>",
        "TMDB_LANGUAGE": "<TMDB_LANGUAGE>",
        "TMDB_DEFAULT_REGION": "<TMDB_DEFAULT_REGION>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

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

tmdb mcp server in other clients