大都会博物馆 MCP 服务器
一个模型上下文协议 (MCP) 服务器,可通过自然语言交互访问大都会艺术博物馆的藏品。该服务器允许 AI 模型搜索大都会艺术博物馆的艺术藏品,并将艺术品作为资源提供。
特征
该服务器为 AI 模型提供以下工具,以便与大都会艺术博物馆的艺术收藏进行互动
1.列出部门(list-departments)
列出大都会博物馆所有有效部门
- 输入:
- 没有任何
- 输出:
2. 搜索博物馆物品(search-museum-objects)
根据输入在大都会博物馆中搜索各种物体。
- 输入:
q
(字符串):搜索词,例如向日葵hasImages
(布尔值,可选,默认值:false):仅搜索带有图像的对象title
(布尔值,可选,默认值:false):返回与查询匹配的对象,具体来说是根据标题字段搜索对象。departmentId
(数字,可选):返回属于特定部门的对象。
- 输出:
3. 获取博物馆物品(get-museum-object)
从大都会博物馆获取特定对象,其中包含有关该对象的所有开放访问数据,包括其图像(如果该图像可在开放访问下获得)。
如果有图像,则会通过对象的标题将其添加到服务器的资源中。
- 输入:
objectId
(数字):要检索的对象的 idreturnImage
(布尔值,可选,默认值:true):是否返回对象的图像(如果可用)并将其添加到服务器资源
- 输出:如果 returnImage 为 true
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json
中:
与 LibreChat 一起使用
在你的librechat.yaml
中添加以下内容
示例查询
当此服务器连接时,您可以向 AI 模型询问以下一些问题:
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
免责声明
该图书馆与纽约大都会艺术博物馆并无正式合作关系。它是大都会艺术博物馆藏品 API的第三方实现,并带有 MCP 服务器。
Related MCP Servers
- AsecurityAlicenseAqualityThe ArXiv MCP Server bridges the gap between AI models and academic research by providing a sophisticated interface to arXiv's extensive research repository. This server enables AI assistants to perform precise paper searches and access full paper content, enhancing their ability to engage with scientific literature.Last updated -41,465PythonApache 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 -79TypeScript
- AsecurityAlicenseAqualityEnables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.Last updated -4283JavaScriptAGPL 3.0
- -securityAlicense-qualityA collection of custom MCP servers providing various AI-powered capabilities including web search, YouTube video analysis, GitHub repository analysis, reasoning, code generation/execution, and web crawling.Last updated -2PythonMIT License