mcpbeat Sign in

Tmdb MCP Server

by tcehjaava Your server? Claim it
local only

Tmdb MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 8 Oct 2025.

MCP server for The Movie Database (TMDB) API

Installs per day peak 61 · avg 15 · +62% w/w
a month agotoday
57
Installs / week
npm · tmdb-mcp-server
5
Stars
0 open issues
8 Oct 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tmdb MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tmdb-mcp-server -- npx -y tmdb-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tmdb-mcp-server": {
      "args": [
        "-y",
        "tmdb-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tmdb-mcp-server]
command = "npx"
args = ["-y", "tmdb-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "tmdb-mcp-server": {
      "args": [
        "-y",
        "tmdb-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tmdb-mcp-server": {
      "args": [
        "-y",
        "tmdb-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TMDB_ACCESS_TOKEN (TMDB API access token (get free at https://www.themoviedb.org/settings/api)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tmdb MCP Server

same job, measured the same way
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
TMDB MCP Server
by grinv

MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.

138 installs/wk local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
Tmdb MCP Server
by cyanheads

Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).

46 installs/wk local only
MCP Neo4j Aura Manager
by neo4j-contrib

MCP server for Neo4j Aura Database Instance Manager.

159 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
Colabfit MCP
by colabfit

An MCP server that provides access to the ColabFit database

81 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only

Tmdb MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Tmdb MCP Server?
Tmdb MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tmdb-mcp-server was installed 57 times last week.
How do I connect Tmdb MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tmdb-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tmdb MCP Server?
The npm package tmdb-mcp-server was installed 57 times in the last week. Week over week that is +62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tmdb MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.