Skip to content
Cursor

TMDB MCP by UnClick for Cursor

io.github.malamutemayhem/tmdb

TMDB tools for tmdb, movies, tv by UnClick.

client:Cursor transport:stdio runtime:npm

Install TMDB MCP by UnClick in Cursor

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

{
  "mcpServers": {
    "tmdb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/tmdb-mcp"
      ]
    }
  }
}

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

TMDB MCP by UnClick in other clients