Loading MCP server directory, please wait...
MCP server for The Movie Database (TMDB): movie, TV, and people search, detail, and discovery.
npx @getmcp/cli add io.github.cyanheads/tmdb-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TMDB_API_KEYTMDB v4 API Read Access Token (JWT). Sent as 'Authorization: Bearer'. Create one at https://www.themoviedb.org/settings/api.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/tmdb-mcp-server": {
"command": "node",
"args": [
"@cyanheads/tmdb-mcp-server",
"run",
"start:stdio"
],
"env": {
"TMDB_API_KEY": "",
"TMDB_LANGUAGE": "en-US",
"TMDB_DEFAULT_REGION": "US",
"MCP_LOG_LEVEL": "info"
}
}
}
}