The TMDB MCP server provides access to the TMDb API, offering movie and TV show data. It exposes functions to search, retrieve details, and get recommendations. Connects to TMDb's database of movies, TV shows, and people. Useful for developers building media applications, recommendation systems, or content discovery tools.
The TMDB MCP server provides access to the TMDb API, offering movie and TV show data. It exposes functions to search, retrieve details, and get recommendations. Connects to TMDb's database of movies, TV shows, and people. Useful for developers building media applications, recommendation systems, or content discovery tools.
npx -y mcp-server-tmdbAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"laksh-star-mcp-server-tmdb-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server-tmdb"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from tmdb?"
API Key Required
This server requires an API key from tmdb. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TMDB_API_KEY | Yes | Your tmdb API key |
"What resources are available in tmdb?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in tmdb"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in tmdb with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.