IMDb MCP App
Provides movie details including IMDb links and real IMDb ratings.
Provides Metacritic scores for movies.
Provides Rotten Tomatoes Tomatometer and audience scores for movies.
Allows users to link their Trakt.tv account to enable watch-history-based features.
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., "@IMDb MCP AppFind the highest rated sci-fi movie from the 2010s"
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.
IMDb MCP App
An MCP server that answers natural-language movie questions ("top 10 popular horror movies", "highest rated movie", "10 movies with Nicolas Cage") using live TMDb data, with React views rendered inline in chat.
Setup
Get a free TMDb API Read Access Token: https://www.themoviedb.org/settings/api
Copy
.env.exampleto.envand setTMDB_API_KEYto that token.(Optional) Get a free OMDb API key at https://www.omdbapi.com/apikey.aspx and set
OMDB_API_KEYin.envto add real IMDb rating and Metacritic score toget-movie-details. Leave it blank to skip.(Optional) Set
CLERK_DOMAIN,TRAKT_CLIENT_ID,TRAKT_CLIENT_SECRET,UPSTASH_REDIS_REST_URL, andUPSTASH_REDIS_REST_TOKENin.env(see the comments in.env.example) to enable theconnect-trakttool. Leave them all blank to skip — every other tool works with zero sign-in regardless.npm install
Related MCP server: wizzy-mcp-tmdb
Development
npm run dev— starts a local MCP server with hot reload, plus a devtools URL for invoking tools and previewing views.npm run dev:tunnel— same asdev, plus a public tunnel URL ({tunnel-url}/mcp) you can add as a custom connector in Claude or ChatGPT to test before deploying.npm test— runs the unit test suite. It covers pure logic only (query building, mapping, pagination decisions, schemas); code that calls TMDb, OMDb, Rotten Tomatoes, Trakt, or Upstash directly is exercised manually against the live API instead of mocked.
Tools
search-movies— search and rank movies by popularity, rating, genre, person (actor or director), or release year range.genre(optional) — genre name, e.g."horror","comedy".person(optional) — actor or director name, e.g."Nicolas Cage".sort_by—popularity|rating|newest|oldest(defaultpopularity).min_year/max_year(optional) — release-year range.limit— number of movies to return, 1–25 (default 10).
get-movie-details— look up full details (synopsis, cast, director, runtime, rating, IMDb link, Rotten Tomatoes Tomatometer/audience score, plus real IMDb rating/Metacritic score whenOMDB_API_KEYis configured) for one specific movie.title— the movie title to look up.
connect-trakt— link your Trakt.tv account so future features can know what you've already watched. Requires signing in (Clerk) andCLERK_DOMAIN/TRAKT_CLIENT_ID/TRAKT_CLIENT_SECRET/UPSTASH_REDIS_REST_URL/UPSTASH_REDIS_REST_TOKENall configured — every other tool works with zero sign-in regardless.
Deploy
npm run build— builds the production bundle (also whatalpic deployruns from the Dockerfile).npm run deploy— deploys via Alpic. RequiresTMDB_API_KEYto be set as an environment variable/secret in the deploy target;OMDB_API_KEYis optional there too, same as local.env.
Docker
Build and run the server in a container:
docker build -t imdb-mcp-app .
docker run --rm -p 3000:3000 --env-file .env imdb-mcp-appThe server listens on Skybridge's __PORT env var (default 3000) — see the comment in Dockerfile if you're deploying to a platform that injects a different PORT variable.
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.
Related MCP Servers
- AlicenseDqualityDmaintenanceAn MCP server that allows users to search for movies, get detailed information, receive genre-based recommendations, and discover popular/trending films using OMDb and TMDb APIs.56MIT
- AlicenseAqualityFmaintenanceA MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.2364MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.8
- FlicenseAqualityDmaintenanceAn MCP server that wraps the TMDB API, enabling search of movies and TV shows, retrieval of details, trending titles, recommendations, and streaming provider information.8
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/goldandrei/MCP-App-MovieDB'
If you have feedback or need assistance with the MCP directory API, please join our Discord server