Loading MCP server directory, please wait...
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
npx @getmcp/cli add io.github.Grinv/tmdb-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TMDB_API_TOKENRequired. TMDB v4 'Read Access Token' from themoviedb.org/settings/api (sent as a Bearer token).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Grinv/tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "",
"OMDB_API_KEY": "",
"TMDB_LANGUAGE": "en-US",
"TMDB_REGION": "US"
}
}
}
}