Skip to main content
Glama
saturngod

The Movie DB MCP Server

by saturngod

The Movie DB MCP Server

Sample for how to create MCP server. Using the The Movie DB API.

Before starting, create

.env

In the .env, add the The Movie DB token

token=YOUR_API_TOKEN

Run the server

bun app.ts

The server will run http://localhost:3000/mcp.

Add the MCP server in your client.

{
    "themoviedb-mcp": {
        "url": "http://localhost:3000/mcp",
        "type": "sse"
    }
}

Related MCP server: Movie Search MCP Server

Supported Function

  • popular_movie

  • now_playing_movie

  • movie_detail

  • cast_list

  • search_movie

1. popular_movie

  • Parameters:

    • language (optional, default: 'en-US')

    • page (optional, default: 1)

2. now_playing_movie

  • Parameters:

    • None (no parameters required)

3. movie_detail

  • Parameters:

    • movie_id (required)

    • language (optional, default: 'en-US')

4. cast_list

  • Parameters:

    • movie_id (required)

    • language (optional, default: 'en-US')

5. search_movie

  • Parameters:

    • query (required)

    • page (optional, default: 1)

    • language (optional, default: 'en-US')

    • year (optional)

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables searching and retrieving detailed information about movies and TV shows using The Movie Database (TMDB) API.
    1
  • A
    license
    D
    quality
    D
    maintenance
    An MCP server that allows users to search for movies, get detailed information, receive genre-based recommendations, and discover popular/trending films using OMDb and TMDb APIs.
    5
    13
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.
    8
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that wraps the TMDB API, enabling search of movies and TV shows, retrieval of details, trending titles, recommendations, and streaming provider information.
    8

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • MCP server for interacting with the Supabase platform

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saturngod/themoviedb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server