芝加哥艺术学院 MCP 服务器
一个模型上下文协议 (MCP) 服务器,可通过自然语言交互访问芝加哥艺术学院的藏品。该服务器允许 AI 模型搜索芝加哥艺术学院的艺术藏品,并将艺术品作为资源提供。
特征
该服务器为 AI 模型提供了以下与艺术藏品互动的工具。此外,它还包含一个提示符**“art-gallery”** ,用于为特定艺术家生成一个交互式艺术画廊。
1. 按标题搜索(search-by-title)
在芝加哥艺术学院按标题搜索艺术品
- 输入:
title
(字符串)要搜索的艺术品的标题。limit
(数字,可选,默认为 10)每页返回的资源数量。page
(数字,可选,默认为 1)返回结果的页码。用于分页。
- 输出:
2. 获取特定艺术品(get-artwork-by-id)
根据艺术品的 ID 获取其附加信息(包括可用的图像)。
- 输入:
id
(数字)要检索的艺术品的 ID。includeImage
(布尔值,可选,默认 true)是否在响应中包含艺术品图像。
- 输出:
3.全文搜索(full-text-search)
对元数据包含搜索查询的艺术品执行全文搜索。
- 输入:
query
(字符串)用于搜索元数据的术语。limit
(数字,可选,默认为 10)每页返回的资源数量。page
(数字,可选,默认为 1)返回结果的页码。用于分页。
- 输出:
4. 艺术家搜索(search-for-artist)
搜索特定艺术家
- 输入:
name
(字符串)要搜索的艺术家的姓名。limit
(数字,可选,默认为 10)每页返回的资源数量。page
(数字,可选,默认为 1)返回结果的页码。用于分页。
- 输出:
5. 按艺术家查找艺术品(get-artwork-by-artist)
查找艺术家的艺术作品
- 输入:
id
(数字)用于搜索作品的艺术家 ID。应为search-for-artist
工具的艺术家 ID。limit
(数字,可选,默认为 10)每页返回的资源数量。page
(数字,可选,默认为 1)返回结果的页码。用于分页。
- 输出:
6. 艺术画廊提示(art-gallery)
在 Claude Desktop 应用程序中,使用此提示(以及您选择的艺术家的姓名)来生成一个展示其作品的交互式 HTML 艺术画廊。
由于安全原因,Claude Desktop 应用程序中不显示图片。您可以从 Claude Desktop 下载 HTML 文件,并在浏览器中查看图片。
Claude 桌面示例
浏览器中生成的图库
用法
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json
中:
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 artic-mcp:
示例查询
当此服务器连接时,您可以向 AI 模型询问以下一些问题:
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
免责声明
此 MCP 服务器与芝加哥艺术学院并无正式关联。它是芝加哥艺术学院 API与 MCP 服务器的第三方实现。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
一个通过自然语言交互提供芝加哥艺术学院藏品访问权限的服务器。该服务器允许 AI 模型搜索芝加哥艺术学院藏品,并将艺术品作为资源提供。
Related MCP Servers
- -securityAlicense-qualityA server that allows AI assistants to search for research papers, read their content, and access related code repositories through the PapersWithCode API.Last updated -9PythonMIT License
- -securityFlicense-qualityA server that enables AI systems to browse, retrieve content from, and interact with web pages through the Model Context Protocol.Last updated -
- -securityAlicense-qualityA server implementation that enables natural language interactions with UniFi network devices by wrapping the UniFi Network API for AI agents like Goose and Claude.Last updated -PythonMIT License
- AsecurityAlicenseAqualityA MCP Server that lets user ask AI models to discover the collection of the Metropolitan Museum of Art. Adds the discovered art works as Resources on the server.Last updated -3473TypeScriptMIT License