imdb-mcp-server

imdb-mcp-server

2

The IMDb MCP Server serves as a bridge to access detailed IMDb data through the IMDb API. Its standout features include country-specific movie information and efficient caching and pagination systems, making it suitable for use by AI agents like Claude Desktop.

IMDb MCP Server

A Python server implementing the Model Context Protocol (MCP) for accessing IMDb data using the IMDb API service. This server provides various tools to search and retrieve information about movies and TV shows, including detailed cast and crew data, box office information, and upcoming releases. Special features include country-specific data with a focus on Indian cinema and efficient caching and pagination systems to optimize performance.

Features

  • Movie and TV show search capabilities
  • Detailed information about movies and shows
  • Cast and crew information
  • Top-rated and popular content lists
  • Box office data
  • Country-specific movie information
  • Upcoming releases
  • Response caching system

Configuration

The server requires an API key from RapidAPI to access IMDb API services. Users need to subscribe to the IMDb API on RapidAPI and set their API key as an environment variable.

Installation

Options include using Smithery and Docker for automatic installation and execution or direct Python execution with required dependencies and API key setup.

Technical Details

The server employs an in-memory caching and a pagination system to optimize for AI agent consumption, providing enhanced performance and reduced API usage.