by Laksh-star
Provides movie data, search, trending lists, and recommendations by integrating the TMDB API.
Mcp Server With Tmdb integrates the The Movie Database (TMDB) API into an MCP server, exposing tools and resources that let users search for movies, retrieve detailed information, get trending titles, and receive recommendations directly from compatible clients such as Claude Desktop.
npx -y @smithery/cli install @Laksh-star/mcp-server-tmdb --client claude
export TMDB_API_KEY=your_api_key_here
TMDB_API_KEY
variable.dist/index.js
) or let the client launch it automatically.tmdb:///movie/<movie_id>
): Returns comprehensive JSON data including title, release date, rating, overview, genres, poster URL, top 5 cast members, director, and selected reviews.npm run build
) and watch (npm run watch
).dist/index.js
directly or wrap it in any MCP‑compatible client.npx @smithery/cli install
command or pull the latest code from the repository and rebuild.
This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
Before installing and running the TMDB MCP server, ensure you have the following prerequisites installed and configured:
Node.js
node --version
npm (Node Package Manager)
npm --version
TypeScript
npm install -g typescript
tsc --version
TMDB account
Claude desktop application
Operating systems
Hardware requirements
Minimum 4GB RAM
For the best development experience, we recommend:
search_movies
query
(string): Search queryget_recommendations
movieId
(string): TMDB movie IDget_trending
timeWindow
(string): Either "day" or "week"The server provides access to TMDB movie information:
tmdb:///movie/<movie_id>
)
Get a TMDB API key:
Clone and set up the project:
git clone [repository-url]
cd mcp-server-tmdb
npm install
Build the server:
npm run build
Set up your environment variable:
export TMDB_API_KEY=your_api_key_here
To integrate this server with Claude Desktop, add the following to your app's server configuration file (located at ~/Library/Application Support/Claude/config.json
):
{
"mcpServers": {
"tmdb": {
"command": "/full/path/to/dist/index.js",
"env": {
"TMDB_API_KEY": "your_api_key_here"
}
}
}
}
Replace /full/path/to
with the actual path to your project directory.
To install TMDB Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Laksh-star/mcp-server-tmdb --client claude
Once the server is running with Claude Desktop, you can use commands like:
Search for movies:
"Search for movies about artificial intelligence"
Get trending movies:
"What are the trending movies today?"
"Show me this week's trending movies"
Get movie recommendations:
"Get movie recommendations based on movie ID 550"
Get movie details:
"Tell me about the movie with ID 550"
The server includes comprehensive error handling for:
Error messages will be returned in a user-friendly format through Claude Desktop.
To watch for changes during development:
npm run watch
This MCP server is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "tmdb": { "command": "npx", "args": [ "-y", "@smithery/cli", "install", "@Laksh-star/mcp-server-tmdb", "--client", "claude" ], "env": { "TMDB_API_KEY": "<YOUR_API_KEY>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by exa-labs
Provides real-time web search capabilities to AI assistants via a Model Context Protocol server, enabling safe and controlled access to the Exa AI Search API.
by elastic
Enables natural‑language interaction with Elasticsearch indices via the Model Context Protocol, exposing tools for listing indices, fetching mappings, performing searches, running ES|QL queries, and retrieving shard information.
by graphlit
Enables integration between MCP clients and the Graphlit platform, providing ingestion, extraction, retrieval, and RAG capabilities across a wide range of data sources and connectors.
by mamertofabian
Fast cross‑platform file searching leveraging the Everything SDK on Windows, Spotlight on macOS, and locate/plocate on Linux.
by cr7258
Provides Elasticsearch and OpenSearch interaction via Model Context Protocol, enabling document search, index management, cluster monitoring, and alias operations.
by liuyoshio
Provides natural‑language search and recommendation for Model Context Protocol servers, delivering rich metadata and real‑time updates.
by ihor-sokoliuk
Provides web search capabilities via the SearXNG API, exposing them through an MCP server for seamless integration with AI agents and tools.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, deep‑reasoning, and trending topic retrieval via Search1API, exposed as an MCP server for integration with AI clients.
by cnych
Provides SEO data retrieval via Ahrefs, exposing MCP tools for backlink analysis, keyword generation, traffic estimation, and keyword difficulty, with automated CAPTCHA solving and response caching.