Skip to content
VS Code

tmdb mcp for VS Code

io.github.mrfentmen/tmdb-mcp

Search movies, TV shows, and trending titles from The Movie Database. Free TMDB key required.

client:VS Code transport:stdio runtime:npm

Install tmdb mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tmdb mcp in other clients