TMDB MCP Server
TMDB MCP 서버
영화 데이터베이스(TMDB) API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 비서가 MCP 인터페이스를 통해 영화 정보를 검색하고 불러올 수 있습니다.
특징
제목, 연도 및 기타 기준으로 영화 검색
자세한 영화 정보 검색
MCP 호환 AI 어시스턴트와의 간편한 통합
Related MCP server: MCP TMDB
필수 조건
노드.js >= 18
TMDB API 키( TMDB 에서 하나 받음)
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
npm install서버를 빌드하세요:
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
}개발
src디렉토리에서 변경하세요프로젝트를 빌드하세요:
npm run build설정에서 MCP 서버를 구성하여 변경 사항을 테스트하세요.
기여하다
저장소를 포크하세요
기능 브랜치를 생성합니다(
git checkout -b feature/amazing-feature)변경 사항을 커밋합니다(
git commit -am 'Add some amazing feature')브랜치에 푸시(
git push origin feature/amazing-feature)풀 리퀘스트 열기
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
감사의 말
영화 데이터베이스 API를 제공하는 TMDB API
MCP SDK를 위한 모델 컨텍스트 프로토콜
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceEnables 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.42553MIT
- AlicenseNot gradedqualityDmaintenanceAn 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.5MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.201MIT
- FlicenseNot gradedqualityDmaintenanceProvides 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
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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