Provides access to IMDb data, enabling movie and person searches, retrieval of detailed film and cast information, and access to the IMDb Top 250 movies list.
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 ServerWho was in the cast of Inception?"
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 Server
A cloud-runnable JSON-RPC service that provides access to IMDB data. Designed to work with LLMs via the MCP (Model Context Protocol).
How It Works
LLM Configuration: Add the MCP server URL to your LLM's configuration
Discovery: The LLM queries the server URL to understand available tools
Query: The LLM sends JSON-RPC requests to fetch IMDB data
Response: The server returns structured data that the LLM interprets and explains to users
Endpoints
Endpoint | Method | Description |
| GET | HTML documentation (human-readable) |
| GET | Service information (JSON) |
| POST | JSON-RPC 2.0 endpoint |
| POST | MCP protocol endpoint for LLM tool calling |
| GET | Health check for cloud deployments |
Available Tools
Tool | Description | Parameters |
| Search movies by title |
|
| Get full movie info |
|
| Search actors/directors |
|
| Get person info/filmography |
|
| Get IMDB Top 250 |
|
| Get cast of a movie |
|
JSON-RPC Usage
Send a POST request to /jsonrpc:
Response:
LLM MCP Configuration
Add to your LLM's MCP server configuration:
Local Development
Run locally
Server runs at http://localhost:8080
Run with Docker
Cloud Deployment
Cloud Foundry
Uses manifest.yaml configuration.
SAP BTP (Cloud Foundry)
Uses mta.yaml configuration.
Heroku
Uses Procfile and runtime.txt.
Docker (Any Cloud)
Google Cloud Run
AWS App Runner / ECS
Use the Dockerfile with your preferred AWS container service.
Project Structure
Environment Variables
Variable | Default | Description |
| 8080 | Server port |
Notes
Cinemagoer queries IMDB via web scraping, responses may be slower than API-based solutions
For non-commercial use only (per IMDB terms of service)
No API key required