Token导航 LogoToken导航TokenDH.com
Artic MCP logo
搜索检索stdio官方级别未说明来源级核验

Artic MCP

MCP Server

@smithery/cli

A Model Context Protocol (MCP) server that provides access to the Art Institute of Chicago Collection through natural language interactions. This server allows AI models to search the Art Institute of Chicago Collection and have art works available as a Resource.

工具数

7

提示词数

0

GitHub Stars

2

资源数

0
TypeScriptClaude搜索Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

mikechao

提供方

mikechao

最后核验

2026/5/18 02:20

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @mikechao/artic-mcp --client claude

详细介绍

![artic-logo](https://www.artic.edu/)

](https://smithery.ai/server/@mikechao/artic-mcp)

](https://mseep.ai/app/mikechao-artic-mcp) ![Verified on MseeP](https://mseep.ai/app/d10632ad-6dcb-4f97-a3ca-eae970713956)

芝加哥艺术学院MCP服务器

一种模型上下文协议(MCP)服务器,提供对 芝加哥艺术学院收藏 通过自然语言互动。该服务器允许AI模型搜索芝加哥艺术学院的艺术收藏,并将艺术品作为资源提供。

特性

该服务器为AI模型提供以下工具,用于与艺术收藏进行交互。 服务器还包括提示, 美术馆 这将为特定艺术家生成一个互动艺术画廊。

1.按标题搜索(按标题搜索)

在芝加哥艺术学院按标题搜索艺术品

  • 输入:

- title (string)要搜索的艺术品的标题。 - limit (number,可选,默认值10)每页返回的资源数。 - page (number,可选,默认值1)要返回的结果页面。用于分页。

  • 输出:
  Title: Nighthawks
  Artwork ID: 111628
  Thumbnail alt text: Scene in a diner, viewed through wrap-around glass windows, at night on an empty urban street. A light-skinned man and woman, he in a suit and she in a red dress, sit together at a triangular wood bar, eyes downcast. At left sits another man, his back to the viewer. Behind the counter is a light-skinned man in a white uniform. The interior lights cast a yellow glow that spills onto the street in pale green. Above the diner a sign reads, "Phillies."
  Score: 1055.3839

  -----
  Title: Nighthawks
  Artwork ID: 118165
  Thumbnail alt text: A work made of chromogenic print.
  Score: 57.28689

  Pagination Info
  Total: 2
  Total Pages: 1
  Current Page: 1

2.获取特定的艺术品(通过id获取艺术品)

根据艺术品的id获取艺术品的其他信息,包括图像(如果可用)。

  • 输入:

- id (number)要检索的艺术品的ID。 - includeImage (布尔值,可选,默认为true)是否在响应中包含艺术品图像。

  • 输出:
  Title: Nighthawks
  Artist: Edward Hopper (American, 1882–1967)
  Artist ID: 34996
  Description: 
About Nighthawks Edward Hopper recollected, “unconsciously, probably, I was painting the loneliness of a large city.” In an all-night diner, three customers sit at the counter opposite a server, each appear to be lost in thought and disengaged from one another. The composition is tightly organized and spare in details: there is no entrance to the establishment, no debris on the streets. Through harmonious geometric forms and the glow of the diner’s electric lighting, Hopper created a serene, beautiful, yet enigmatic scene. Although inspired by a restaurant Hopper had seen on Greenwich Avenue in New York, the painting is not a realistic transcription of an actual place. As viewers, we are left to wonder about the figures, their relationships, and this imagined world.

  Image ID: 831a05de-d3f6-f4fa-a460-23008dd58dda
  Place of Origin: United States
  Dimensions: 84.1 × 152.4 cm (33 1/8 × 60 in.)
  Medium: Oil on canvas
  Credit Line: Friends of American Art Collection
  Department: Arts of the Americas
  Is On View: Yes
  Main Reference Number: 1942.51
  Has not been viewed much: No
  Date Start: 1942
  Date End: 1942
  Date: 1942
  Fiscal Year: 1942
  Is Public Domain: No
  Gallery: Gallery 262
  Artwork Type: Painting
  Artist Title: Edward Hopper
  Artist Titles: Edward Hopper
  Style Title: Modernism
  **image encoded in base64 if available and includeImage is true

3.全文搜索(全文搜索)

对元数据包含搜索查询的艺术品执行全文搜索。

  • 输入:

- query (string)用于搜索元数据的术语。 - limit (number,可选,默认值10)每页返回的资源数。 - page (number,可选,默认值1)要返回的结果页面。用于分页。

  • 输出:
  Title: Untitled
  Artwork ID: 62290
  Thumbnail alt text: A work made of oil and enamel on paper, mounted on composition board.
  Score: 108.70728

  -----
  ...
  ...
  -----
  Title: Homage to the Square: Light Passage
  Artwork ID: 5569
  Thumbnail alt text: Painting of overlapping squares in grey, yellow, gold, and orange.
  Score: 104.18398

  Pagination Info
  Total: 8399
  Total Pages: 840
  Current Page: 1

4.艺术家搜索(搜索艺术家)

搜索特定艺术家

  • 输入:

- name (string)要搜索的艺术家的名称。 - limit (number,可选,默认值10)每页返回的资源数。 - page (number,可选,默认值1)要返回的结果页面。用于分页。

  • 输出:
  Title: Vincent van Gogh
  Artist ID: 40610
  Score: 55.865852

  -----
  Title: Imitator of Vincent van Gogh
  Artist ID: 47301
  Score: 48.782307

  Pagination Info
  Total: 2
  Total Pages: 1
  Current Page: 1

5.按艺术家查找艺术品(按艺术家获取艺术品)

查找艺术家的艺术作品

  • 输入:

- id (number)用于搜索艺术品的艺术家的id。应该是艺术家ID search-for-artist 工具。 - limit (number,可选,默认值10)每页返回的资源数。 - page (number,可选,默认值1)要返回的结果页面。用于分页。

  • 输出:
  Title: The Bedroom
  Artwork ID: 28560
  Thumbnail alt text: Painting of bedroom, blue walls, green window, tan bed, red bedding.
  Score: 11473.843

  -----
  .
  .
  .
  -----
  Title: Weeping Tree
  Artwork ID: 52733
  Thumbnail alt text: A work made of reed pen and black-brown ink, with black chalk on off-white wove paper.
  Score: 11.8061

  Pagination Info
  Total: 18
  Total Pages: 2
  Current Page: 1

6.按媒介查找艺术品(按媒介搜索)

在芝加哥艺术学院按媒介搜索艺术品

  • 输入

- medium (string)要搜索的媒介(例如,“画布上的油画”、“面板上的丙烯酸”、“纸上的水彩”)。 - limit (number,可选,默认值10)每页返回的资源数。 - page (number,可选,默认值1)要返回的结果页面。用于分页。

  • 输出:
  Title: The Bedroom
  Artwork ID: 28560
  Thumbnail alt text: Painting of bedroom, blue walls, green window, tan bed, red bedding.
  Score: 56644.137

  -----
  Title: Starry Night and the Astronauts
  Artwork ID: 129884
  Thumbnail alt text: Abstract painting composed of small vertical dabs of multiple shades of blue with a small area of similar strokes of red, orange, and yellow in the upper right.
  Score: 44797.906

  -----

7.美术馆提示(美术馆)

在Claude Desktop应用程序中,使用此提示以及您选择的艺术家姓名,生成一个展示他们作品的交互式HTML艺术画廊。

由于安全原因,图像不会显示在Claude Desktop应用程序中。您可以从Claude Desktop下载HTML并在浏览器中查看图像。

Claude桌面示例

浏览器中生成的图库

用法

使用Claude Desktop

将此添加到您的 claude_desktop_config.json:

{
  "mcp-servers": {
    "artic-museum": {
      "command": "npx",
      "args": [
        "-y",
        "artic-mcp"
      ]
    }
  }
}

通过Smithery安装

通过以下方式自动安装Claude Desktop的artic-mcp 史密瑟里:

npx -y @smithery/cli install @mikechao/artic-mcp --client claude

查询示例

当此服务器连接时,您可以向AI模型提出以下问题:

Can you show me the painting titled "Nighthawks"?
Can you find art done by Vincent van Gogh in 1890 that is on display?
Can you find art by the artist Jackson Pollock?

贡献

欢迎投稿!请随时提交拉取请求。

许可证

此MCP服务器根据MIT许可证获得许可。这意味着您可以根据MIT许可证的条款和条件自由使用、修改和分发软件。有关更多详细信息,请参阅项目存储库中的LICENSE文件。

免责声明

此MCP服务器与芝加哥艺术学院没有正式关联。它是第三方实现的 芝加哥艺术学院API 使用MCP服务器。

目录标签

目录标签

TypeScriptClaude搜索research-and-dataartmcpart-institue-of-chicagomodel-context-protocol艺术搜索本地部署博物馆API自然语言处理艺术品数据库文化资源

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

7

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP