← Back to Plugins
MCP Server MCP

TMDB MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tmdb-mcp",
      "version": "0.11.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Required. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).",
          "isRequired": true,
          "isSecret": true,
          "name": "TMDB_API_TOKEN"
        },
        {
          "description": "Optional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.",
          "isSecret": true,
          "name": "OMDB_API_KEY"
        },
        {
          "description": "Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja).",
          "default": "en-US",
          "name": "TMDB_LANGUAGE"
        },
        {
          "description": "Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results.",
          "default": "US",
          "name": "TMDB_REGION"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb",
      "version": "0.11.0",
      "fileSha256": "fedc275e22690a0c408c0e9e4b23e0de98271ecd5a1bda66e0cd31cc6847a7ef",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Required. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).",
          "isRequired": true,
          "isSecret": true,
          "name": "TMDB_API_TOKEN"
        },
        {
          "description": "Optional. Free key from omdbapi.com — enables IMDb/Rotten Tomatoes/Metacritic ratings.",
          "isSecret": true,
          "name": "OMDB_API_KEY"
        },
        {
          "description": "Optional. Default response language as ISO-639-1, optionally with a region (e.g. ru-RU, en-US, ja).",
          "default": "en-US",
          "name": "TMDB_LANGUAGE"
        },
        {
          "description": "Optional. Default ISO-3166-1 country code (e.g. US, RU, GB) for region-specific results.",
          "default": "US",
          "name": "TMDB_REGION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...