TMDB MCP Server
Provides access to The Movie Database (TMDB) API, enabling movie search, recommendations, trending movies, and detailed movie information including cast, director, and reviews.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TMDB MCP Serversearch for action movies from 2023"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TMDB MCP Server
An MCP server that integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
Installation
npx -y @adamayoung/mcp-server-tmdbUsage with Claude Desktop
Add the following to your Claude Desktop configuration (~/Library/Application Support/Claude/config.json):
{
"mcpServers": {
"tmdb": {
"command": "npx",
"args": ["-y", "@adamayoung/mcp-server-tmdb"],
"env": {
"TMDB_API_KEY": "your_api_key_here"
}
}
}
}Usage with Claude Code
Add the following to your Claude Code settings:
{
"mcpServers": {
"tmdb": {
"command": "npx",
"args": ["-y", "@adamayoung/mcp-server-tmdb"],
"env": {
"TMDB_API_KEY": "your_api_key_here"
}
}
}
}Related MCP server: TMDB MCP Server
Prerequisites
Node.js 18.0.0 or higher
A TMDB API key
Features
Tools
search_movies - Search for movies by title or keywords
get_recommendations - Get movie recommendations based on a movie ID
get_trending - Get trending movies for a specified time window ("day" or "week")
Resources
Movies (
tmdb:///movie/<movie_id>) - Comprehensive movie details including title, release date, rating, overview, genres, poster URL, cast, director, and reviews
Development
git clone git@github.com:adamayoung/tmdb-mcp.git
cd tmdb-mcp
npm install
npm run buildTo watch for changes:
npm run watchLicense
This MCP server is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adamayoung/tmdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server