Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽจ Art & Culture
  3. Wizzy MCP Tmdb
Wizzy MCP Tmdb logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:31:55 AM

Wizzy MCP Tmdb

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).
tmdbmoviestvmediasearch

Searches TMDB and retrieves movie, TV show, person, detail, and trending-content data through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "drakonkat-wizzy-mcp-tmdb": {
      "command": "npx",
      "args": [
        "wizzy-mcp-tmdb"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŽจ More in Art & Culture

Overview

The drakonkat/wizzy-mcp-tmdb MCP server exposes The Movie Database data to AI clients over the Model Context Protocol. It provides tools for multi-search, item details, and trending content, with requests sent through a TMDB proxy using a bearer token. The server runs locally over stdio and requires Node.js 18 or newer. Reach for it when an agent needs structured movie, television, or person information.

Use cases

โ€ขSearch for movies, TV shows, and people
โ€ขRetrieve details for a known TMDB item
โ€ขFind currently trending content
โ€ขRequest credits and images with item details

Key features

โ€ขMulti-search across movies, TV shows, and people
โ€ขDetailed item lookups
โ€ขTrending content retrieval
โ€ขLanguage and pagination parameters
โ€ขOptional appended credits and images

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Wizzy MCP Tmdb.

Extracted Tool Capabilities
Multi-search across movies, TV shows, and people
Detailed item lookups
Trending content retrieval
Language and pagination parameters
Optional appended credits and images

How Wizzy MCP Tmdb works

What drakonkat/wizzy-mcp-tmdb MCP server does

The drakonkat/wizzy-mcp-tmdb MCP server gives MCP-compatible AI clients access to selected The Movie Database data. It is implemented in JavaScript and focuses on discovery and retrieval rather than modifying TMDB records.

The available capabilities described in the project materials are:

  • Searching across movies, TV shows, and people with search_tmdb.
  • Retrieving detailed information for a selected item with get_tmdb_details.
  • Listing trending content across media types with trending_all.

Search requests can include a query, page number, language, and adult-content setting. Detail requests identify the media type and item ID, and can request additional related data such as credits and images. Trending requests support a time window, page, and language.

How it works

The server communicates with its MCP client over standard input and output. The client invokes a named tool with structured arguments, and the server makes the corresponding request through the TNL TMDB proxy at production-api.tnl.one.

The project documentation identifies TMDB_AUTH_TOKEN as the bearer token used for proxy access. A typical client configuration starts the JavaScript entry point with Node and passes this value through the process environment. The repository also includes unit, integration, and protocol tests, using mocked API responses for API-related test cases.

Setup and configuration

Running the drakonkat/wizzy-mcp-tmdb MCP server requires Node.js 18 or later because the application relies on global fetch support. Clone the repository, enter its directory, and install the project dependencies with npm. Set TMDB_AUTH_TOKEN in the shell environment before starting the server.

The documented startup command is:

bash
node mcp-tmdb-server.js

The README also documents npm start as a way to start the project. In an MCP client configuration, use the Node command, configure stdio transport, and provide the token in the server's environment settings. The repository includes an example using an npm-installed package name, but the local source startup command is the clearest documented option for a checkout.

Tools and capabilities

search_tmdb performs a multi-search over movies, television shows, and people. Use it for broad discovery when the media type is not known in advance.

get_tmdb_details fetches information for a specific movie, TV show, or person. Its example accepts an item type and numeric ID, with an optional append value for related data.

trending_all returns trending items across all supported media types. The example accepts a daily or other time-window value, a page number, and a language code.

Limitations and notes

The server depends on the TNL TMDB proxy and a bearer token supplied through TMDB_AUTH_TOKEN; the README describes that token as coming from an administrator. The material does not establish API quota, pricing, or availability terms for the proxy.

No hosted endpoint is documented. Clients therefore need to run the server locally and connect to its stdio transport. The README mentions IDEs and chat clients generally but does not identify specific clients from the supported-client list. The project is licensed under MIT.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Art & Culture View all alternatives
  • MCP Open Library logoMCP Open Library

    A MCP server for the Open Library API that enables AI assistants to search for book information.

    ๐ŸŽจ Art & Culture5 views
    Compare vs MCP Open Library โ†’
  • Video Editing MCP logoVideo Editing MCP

    Add, Analyze, Search, and Generate Video Edits from your Video Jungle Collection

    ๐ŸŽจ Art & Culture2 views
    Compare vs Video Editing MCP โ†’
  • Metmuseum MCP logoMetmuseum MCP

    Metropolitan Museum of Art Collection API integration to search and display artworks in the collection.

    ๐ŸŽจ Art & Culture5 views
    Compare vs Metmuseum MCP โ†’
  • Discogs MCP Server logoDiscogs MCP Server

    MCP server to interact with the Discogs API

    ๐ŸŽจ Art & Culture2 views
    Compare vs Discogs MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
11mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Wizzy MCP Tmdb

Clone the repository, use Node.js 18 or newer, run npm install, set TMDB_AUTH_TOKEN, and start it with node mcp-tmdb-server.js.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWizzy MCP Tmdb AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/drakonkat-wizzy-mcp-tmdb?style=directory)](https://allmcps.com/mcp/drakonkat-wizzy-mcp-tmdb)
HTML Embed
<a href="https://allmcps.com/mcp/drakonkat-wizzy-mcp-tmdb"><img src="https://allmcps.com/api/badge/drakonkat-wizzy-mcp-tmdb?style=directory" alt="Wizzy MCP Tmdb on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽจArt & Culture
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit11mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 30, 2025
45Quality signal: Fair ยท 45/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 24d ago via OSV.dev ยท wizzy-mcp-tmdb (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽจ Art & Culture โ†’Alternatives to Wizzy MCP Tmdb โ†’Install in Claude DesktopInstall in CursorInstall in VS Code