TMDB MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 635 installs a week from npm. Last commit 30 Jul 2026.
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
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 -- npx -y tmdb-mcp
{
"mcpServers": {
"tmdb-mcp": {
"args": [
"-y",
"tmdb-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.tmdb-mcp]
command = "npx"
args = ["-y", "tmdb-mcp"]
{
"mcpServers": {
"tmdb-mcp": {
"args": [
"-y",
"tmdb-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"tmdb-mcp": {
"args": [
"-y",
"tmdb-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.