TMDB
pulsemcp/tmdbIntegrates with The Movie Database API to provide movie, TV show, and entertainment industry data through search functionality, detailed information retrieval, trending content discovery, and people lookup capabilities with automatic image URL construction and pagination support.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tmdb": {
"url": "None",
"transport": "http"
}
}
}