Odel
tmdb mcp server

tmdb mcp server

Local
@tcehjaava5TypeScriptMITUpdated 11mo ago

MCP server for The Movie Database (TMDB) API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtmdb-mcp-serverv0.1.1

Run

npx -y tmdb-mcp-server

MCP client config

{
  "mcpServers": {
    "tmdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tmdb-mcp-server"
      ]
    }
  }
}