Integrations
Accesses the Metropolitan Museum of Art's Open Access data, including images available under Open Access which can be added to the server's resources and displayed to users.
메트로폴리탄 박물관 MCP 서버
자연어 상호작용을 통해 메트로폴리탄 미술관 소장품에 접근할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 모델은 메트로폴리탄 미술관 소장품을 검색하고, 해당 작품을 리소스로 이용할 수 있습니다.
특징
이 서버는 AI 모델에 The Met의 미술 컬렉션과 상호 작용할 수 있는 다음 도구를 제공합니다.
1. 부서 목록(list-departments)
The Met의 모든 유효한 부서를 나열합니다.
- 입력:
- 없음
- 산출:지엑스피1
2. 박물관 유물 검색(search-museum-objects)
입력 내용을 바탕으로 The Met에서 다양한 물건을 검색해 보세요.
- 입력:
q
(문자열): 검색어 예: 해바라기hasImages
(부울, 선택 사항, 기본값: false): 이미지가 있는 객체만 검색합니다.title
(부울, 선택 사항, 기본값: false): 쿼리와 일치하는 객체를 반환하며, 특히 title 필드에서 객체를 검색합니다.departmentId
(숫자, 선택 사항): 특정 부서에 속하는 객체를 반환합니다.
- 출력:
3. 박물관 물건 가져오기(get-museum-object)
The Met에서 해당 객체에 대한 모든 오픈 액세스 데이터와 객체의 이미지(이미지가 오픈 액세스로 제공되는 경우)를 포함하는 특정 객체를 가져옵니다.
이미지가 있는 경우 객체의 제목을 통해 서버의 리소스에 추가됩니다.
- 입력:
objectId
(숫자): 검색할 객체의 IDreturnImage
(boolean, 선택 사항, 기본값: true): 객체의 이미지(사용 가능한 경우)를 반환하고 서버 리소스에 추가할지 여부
- 출력:returnImage가 true이면
Claude Desktop과 함께 사용
claude_desktop_config.json
에 다음을 추가하세요:
LibreChat과 함께 사용
librechat.yaml
에 다음을 추가하세요.
예제 쿼리
이 서버가 연결되면 AI 모델에 다음과 같은 질문을 할 수 있습니다.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
부인 성명
이 라이브러리는 뉴욕 메트로폴리탄 미술관과 공식적으로 제휴 관계가 없습니다. 메트로폴리탄 미술관 컬렉션 API를 MCP 서버와 함께 제3자가 구현한 것입니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that enables AI models to discover, search, and analyze data stored in Typesense collections through tools for querying documents, retrieving specific items, and accessing collection statistics.Last updated 18 days ago217TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that generates 2D and 3D game assets from text prompts using AI models from Hugging Face Spaces, allowing developers to easily create game art through Claude Desktop or other MCP clients.Last updated 2 months ago34JavaScriptMIT License
- -securityAlicense-qualityAn MCP server that connects to Pollinations.ai API, enabling AI models to generate and download images and text through natural language commands.Last updated 2 months ago2JavaScriptApache 2.0
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated a month ago5TypeScript