📊
Imdb Movie MCP
MCP server: Imdb Movie MCP
0 installs
1 stars
Trust: 37 — Low
Data
Installation
npx imdb-movie-mcpAsk AI about Imdb Movie MCP
Powered by Claude · Grounded in docs
I know everything about Imdb Movie MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
imdb-movie-mcp
Model Context Protocol (MCP) server for IMDB Movie data.
Overview
This project implements an MCP server that provides tools to search for movies by title using the IMDB API. It is built with TypeScript and uses the @modelcontextprotocol/sdk.
Features
- Search for movies by title
- Limit the number of results
- Returns movie details such as id, title, year, rating, and image
Getting Started
Prerequisites
- Node.js (v18 or later recommended)
- npm
Installation
Clone the repository and install dependencies:
git clone https://github.com/ranjith-kumar-kuruba/imdb-movie-mcp.git
cd imdb-movie-mcp
npm install
Build
npm run build
Usage
You can run the MCP server using:
npx imdb-movie-mcp
or
node build/index.js
The server communicates over stdio and is designed to be used as a tool provider for AI assistants or other MCP-compatible clients.
API
Tool: get_movies_based_on_title
- Description: Get list of movies based on title search
- Parameters:
title(string, required): Title of the movie to retrievelimit(number, optional): Limit the number of records returned (default: 10)
- Returns: List of movies with fields:
id,type,primaryTitle,originalTitle,primaryImage,startYear,rating
Development
Source code is in the src/ directory. Build output is in build/.
License
ISC
