Tmdb MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 21 Aug 2026.
Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).
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.
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.
claude mcp add tmdb-mcp-server -- npx -y @cyanheads/tmdb-mcp-server
{
"mcpServers": {
"tmdb-mcp-server": {
"args": [
"-y",
"@cyanheads/tmdb-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.tmdb-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/tmdb-mcp-server"]
{
"mcpServers": {
"tmdb-mcp-server": {
"args": [
"-y",
"@cyanheads/tmdb-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"tmdb-mcp-server": {
"args": [
"-y",
"@cyanheads/tmdb-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TMDB_API_KEY (TMDB v4 API Read Access Token (JWT). Sent as 'Authorization: Bearer'. Create one at https://www.themoviedb.org/settings/api.), TMDB_LANGUAGE (Default response language as ISO 639-1, optionally with region (e.g. 'en-US'). Per-call language overrides it.), TMDB_DEFAULT_REGION (Default ISO 3166-1 country hint (e.g. 'US') used in region-aware error messages.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').).
The author declared them in the registry entry; get the values from the project itself.
MCP server for The Movie Database (TMDB) API
Database MCP server for schema discovery, comments, and SQL queries.
Search and contribute to the Open Food Facts database.
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
MCP server for Manticore Search — lets AI assistants query and manage search databases.
Access the GLEIF LEI database for company verification, KYC, and ownership research.
Search the Perfume Picks fragrance database: 13,000+ scents with notes, dupes, and wear data.
Python MCP server for MySQL database inspection and querying
Answers built from our own checks of this server.