Enterprise DNA
M MCP Servers Developer low

drakonkat/wizzy-mcp-tmdb

by Various

The wizzy-mcp-tmdb project is an MCP (Model Context Protocol) server implemented in JavaScript that provides tools to search and retrieve information from The Movie Database (TMDB)

D

MCP

drakonkat/wizzy-mcp-tmdb

Added 1 June 2026

Overview

An MCP server in JavaScript that exposes TMDB search and retrieval tools to AI clients. It lets language models query movie, TV show, and person data through a standardized protocol.

Best for

Best for
Developers building AI assistants that need to query movie and TV metadata

Use cases

  • Search for movies or TV shows by title
  • Fetch detailed metadata for a specific film or series
  • Look up cast and crew information for a given title

How to use

Install

npm install -g wizzy-mcp-tmdb

Tools exposed

  • search_tmdb
  • get_tmdb_details
  • trending_all

Example client config

{\n  "mcpServers": {\n    "tmdb": {\n      "command": "npx",\n      "args": ["wizzy-mcp-tmdb"],\n      "env": {\n        "TMDB_AUTH_TOKEN": "YOUR_TNL_PROXY_BEARER_TOKEN"\n      },\n      "alwaysAllow": [\n        "get_watch_providers",\n        "discover_tv",\n        "discover_by_provider"\n      ]\n    }\n  }\n}

Notes

An MCP server in JavaScript that exposes TMDB search and retrieval tools to AI clients. It lets language models query movie, TV show, and person data through a standardized protocol.

4 stars on GitHub. Last updated 2025-09-30. Licensed MIT.

Use cases

  • Search for movies or TV shows by title
  • Fetch detailed metadata for a specific film or series
  • Look up cast and crew information for a given title

Pros

  • Simple JavaScript implementation easy to integrate
  • Leverages the well-documented TMDB API
  • Standard MCP protocol enables use with various AI clients

Cons

  • Requires a TMDB API key to function
  • Limited to TMDB data only
  • Small project with low community adoption (4 stars)

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simple JavaScript implementation easy to integrate
  • Leverages the well-documented TMDB API
  • Standard MCP protocol enables use with various AI clients

Cons

  • Requires a TMDB API key to function
  • Limited to TMDB data only
  • Small project with low community adoption (4 stars)

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks