Odel
TMDB MCP Server

TMDB MCP Server

Local
@grinv4TypeScriptMITUpdated 2w ago

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

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-mcpv0.11.0

Run

npx -y tmdb-mcp

MCP client config

{
  "mcpServers": {
    "tmdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tmdb-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpbv0.11.0

Distributed as an MCP bundle (`https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb`) — download it and import the bundle in your MCP client.