Skip to main content
Glama
rakeshgangwar

TMDB MCP Server

TMDB MCP 서버

영화 데이터베이스(TMDB) API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 비서가 MCP 인터페이스를 통해 영화 정보를 검색하고 불러올 수 있습니다.

특징

  • 제목, 연도 및 기타 기준으로 영화 검색

  • 자세한 영화 정보 검색

  • MCP 호환 AI 어시스턴트와의 간편한 통합

Related MCP server: MCP TMDB

필수 조건

  • 노드.js >= 18

  • TMDB API 키( TMDB 에서 하나 받음)

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:

npm install
  1. 서버를 빌드하세요:

npm run build

구성

MCP 설정 파일(일반적으로 cline_mcp_settings.json )에서 MCP 서버를 구성합니다.

{
  "mcpServers": {
    "tmdb": {
      "command": "node",
      "args": ["/path/to/tmdb-mcp-server/dist/index.js"],
      "env": {
        "TMDB_API_KEY": "your-api-key-here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

your-api-key-here TMDB API 키로 바꾸고 /path/to/ 실제 경로로 바꾸세요.

사용 가능한 도구

영화 검색

Movie Database API를 사용하여 영화를 검색하세요.

매개변수:

  • query (필수): 검색 쿼리 문자열

  • year (선택 사항): 출시 연도로 필터링

  • page (선택 사항): 페이지 번호(기본값: 1)

예:

{
  "query": "Inception",
  "year": 2010,
  "page": 1
}

개발

  1. src 디렉토리에서 변경하세요

  2. 프로젝트를 빌드하세요:

npm run build
  1. 설정에서 MCP 서버를 구성하여 변경 사항을 테스트하세요.

기여하다

  1. 저장소를 포크하세요

  2. 기능 브랜치를 생성합니다( git checkout -b feature/amazing-feature )

  3. 변경 사항을 커밋합니다( git commit -am 'Add some amazing feature' )

  4. 브랜치에 푸시( git push origin feature/amazing-feature )

  5. 풀 리퀘스트 열기

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

감사의 말

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with The Movie Database (TMDB) API, providing capabilities for searching movies, retrieving movie details, and generating customized movie reviews and recommendations.
    4
    255
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An implementation of the Model Context Protocol that provides tools to interact with The Movie Database (TMDB), allowing users to search for movie collaborations, actor filmographies, and other film industry data.
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.
    20
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides access to IMDB movie and person data, including searches, cast details, and top-rated lists through the Model Context Protocol. It enables LLMs to fetch structured cinematic metadata and filmographies using the Cinemagoer backend.
    1

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rakeshgangwar/tmdb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server