drio
Open app

TMDB MCP Server

Source

Created an MCP Enabled Server connecting with TMDB API , Tested With MCP Inspector

Catalog onlyCatalog onlySTDIO

Overview

TMDB MCP Server is a Model Context Protocol (MCP) server that connects with The Movie Database (TMDB) API, allowing AI assistants to interact with movie data for various functionalities.

To use the TMDB MCP Server, clone the repository, install dependencies, configure your TMDB API key, build the project, and start the server. You can then integrate it with AI assistants like Claude.

  • Access to static resources like trending movies and TMDB information. - Dynamic resource templates for detailed movie information. - Prompts for generating movie reviews and recommendations. - Tools for searching movies and retrieving trending data.
  1. Generating customized movie reviews based on user preferences.
  2. Providing personalized movie recommendations.
  3. Enabling AI assistants to fetch and display movie data interactively.

Add to your AI client

Use these steps to connect TMDB MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-tmdb-shubhanshusondhiya": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-tmdb-shubhanshusondhiya"
      ]
    }
  }
}

FAQ

What is required to run the TMDB MCP Server?

You need Node.js, npm or yarn, and a TMDB API key.

Can I use this server with any AI assistant?

Yes, it is designed to work with AI assistants that support the Model Context Protocol.

Is there any documentation available?

Yes, detailed setup instructions and usage examples are provided in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3134,"uuid":"449833ab-d0af-42c4-ab9e-3aa30206a7a7","name":"MCP-TMDB","title":"TMDB MCP Server","description":"Created an MCP Enabled Server connecting with TMDB API , Tested With MCP Inspector","avatar_url":"https://avatars.githubusercontent.com/u/147844155?v=4","created_at":"2025-03-18T02:59:04.977Z","updated_at":"2025-03-22T19:12:43.653Z","status":"created","author_name":"ShubhanshuSondhiya","author_avatar_url":"https://avatars.githubusercontent.com/u/147844155?v=4","tags":"tmdb,mcp-server,movie-database","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/ShubhanshuSondhiya/MCP-TMDB","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 23:13:53\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]