A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Laksh-star/mcp-server-tmdb below:

Laksh-star/mcp-server-tmdb: MCP Server with TMDB

This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.

Before installing and running the TMDB MCP server, ensure you have the following prerequisites installed and configured:

Required accounts & API keys

For the best development experience, we recommend:

The server provides access to TMDB movie information:

  1. Get a TMDB API key:

  2. Clone and set up the project:

    git clone [repository-url]
    cd mcp-server-tmdb
    npm install
  3. Build the server:

  4. Set up your environment variable:

    export TMDB_API_KEY=your_api_key_here
Usage with Claude Desktop

To integrate this server with Claude Desktop, add the following to your app's server configuration file (located at ~/Library/Application Support/Claude/config.json):

{
  "mcpServers": {
    "tmdb": {
      "command": "/full/path/to/dist/index.js",
      "env": {
        "TMDB_API_KEY": "your_api_key_here"
      }
    }
  }
}

Replace /full/path/to with the actual path to your project directory.

To install TMDB Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @Laksh-star/mcp-server-tmdb --client claude

Once the server is running with Claude Desktop, you can use commands like:

  1. Search for movies:

    "Search for movies about artificial intelligence"
    
  2. Get trending movies:

    "What are the trending movies today?"
    "Show me this week's trending movies"
    
  3. Get movie recommendations:

    "Get movie recommendations based on movie ID 550"
    
  4. Get movie details:

    "Tell me about the movie with ID 550"
    

The server includes comprehensive error handling for:

Error messages will be returned in a user-friendly format through Claude Desktop.

To watch for changes during development:

This MCP server is licensed under the MIT License. See the LICENSE file for details.

Contributions are welcome! Please feel free to submit a Pull Request.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4