Back to directory
laksh-star/mcp-server-tmdb

laksh-star/mcp-server-tmdb

@Laksh-star

MCP server for The Movie Database (TMDB) API providing movie and TV search, streaming availability, cast details, and recommendations.

tmdbmovietvstreamingentertainmentapimovie-databaserecommendations

Installation & Configuration

{
  "mcpServers": {
    "tmdb-local": {
      "command": "./plugins/tmdb/scripts/run-server.sh",
      "args": []
    },
    "tmdb-remote": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://tmdb-mcp.<your-workers-subdomain>.workers.dev/mcp"
      ]
    }
  }
}

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13