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
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 tmdb-mcp-server
{
"mcpServers": {
"tmdb-mcp-server": {
"args": [
"-y",
"tmdb-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.tmdb-mcp-server]
command = "npx"
args = ["-y", "tmdb-mcp-server"]
{
"mcpServers": {
"tmdb-mcp-server": {
"args": [
"-y",
"tmdb-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
An MCP server for MySQL databases.
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
MCP server that wraps the Qdrant vector database API as tools.
Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).
MCP server for Neo4j Aura Database Instance Manager.
MCP server for local SQLite database operations
An MCP server that provides access to the ColabFit database
MCP server for querying PostgreSQL databases
Answers built from our own checks of this server.