MCP Server with TMDB
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tmdb-local": {
"args": [],
"command": "/full/path/to/mcp-server-tmdb/plugins/tmdb/scripts/run-server.sh"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for The Movie Database (TMDB) API. It provides movie and TV search, streaming availability, cast and crew details, and recommendations for assistants such as Codex and Claude Desktop.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
movieFull movie details in JSON (title, cast, director, reviews, poster URL)
tmdb:///movie/{id}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
YouTube as a queryable database for AI agents. 41 tools, zero config.
The official MCP Server for the Mux API
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Tmdb and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for The Movie Database (TMDB) API. It provides movie and TV search, streaming availability, cast and crew details, and recommendations for assistants such as Codex and Claude Desktop.
For the architecture split between the reusable MCP server and higher-level feature workflows, see USERGUIDE.md.
timeWindow: "day" | "week")movieId)timeWindow: "day" | "week")personIdtmdb:///movie/<id> — Full movie details in JSON (title, cast, director, reviews, poster URL)Get a TMDB API key at themoviedb.org → Account Settings → API
Clone, install, and build:
git clone https://github.com/Laksh-star/mcp-server-tmdb.git
cd mcp-server-tmdb
npm install
Create a local env file and add your TMDB key:
cp .env.example .env
Install the local Codex and Claude Desktop integration:
npm run install:local
Restart Codex or Claude Desktop if already open.
Verify with a prompt like:
What movies are trending this week?
In Codex, a fresh session should show TMDB in the plugin list and expose the mcp__tmdb__ namespace.
Use this smoke test after adding or merging tools. It verifies the expected MCP tool contract and calls the main workflow tools: compare_movies, find_where_to_watch, get_weekend_watchlist, plan_watch_party, build_franchise_watch_order, build_collection_gap_plan, recommend_from_taste_profile, and build_person_watch_path.
Local stdio MCP:
npm run build
set -a
... [View full README on GitHub](https://github.com/Laksh-star/mcp-server-tmdb#readme)