Skip to main content
Glama

Met Museum MCP Server

MIT License
47
3
  • Apple
  • Linux

大都会博物馆 MCP 服务器

一个模型上下文协议 (MCP) 服务器,可通过自然语言交互访问大都会艺术博物馆的藏品。该服务器允许 AI 模型搜索大都会艺术博物馆的艺术藏品,并将艺术品作为资源提供。

特征

该服务器为 AI 模型提供以下工具,以便与大都会艺术博物馆的艺术收藏进行互动

1.列出部门(list-departments)

列出大都会博物馆所有有效部门

  • 输入:
    • 没有任何
  • 输出:
    Department ID: 1, Display Name: American Decorative Arts Department ID: 3, Display Name: Ancient Near Eastern Art ...

2. 搜索博物馆物品(search-museum-objects)

根据输入在大都会博物馆中搜索各种物体。

  • 输入:
    • q (字符串):搜索词,例如向日葵
    • hasImages (布尔值,可选,默认值:false):仅搜索带有图像的对象
    • title (布尔值,可选,默认值:false):返回与查询匹配的对象,具体来说是根据标题字段搜索对象。
    • departmentId (数字,可选):返回属于特定部门的对象。
  • 输出:
    Total objects found: 54 Object IDs: 436532, 789578, 436840, 438722,...

3. 获取博物馆物品(get-museum-object)

从大都会博物馆获取特定对象,其中包含有关该对象的所有开放访问数据,包括其图像(如果该图像可在开放访问下获得)。

如果有图像,则会通过对象的标题将其添加到服务器的资源中。

  • 输入:
    • objectId (数字):要检索的对象的 id
    • returnImage (布尔值,可选,默认值:true):是否返回对象的图像(如果可用)并将其添加到服务器资源
  • 输出:
    Title: Self-Portrait with a Straw Hat (obverse: The Potato Peeler) Artist: Vincent van Gogh Artist Bio: Dutch, Zundert 1853–1890 Auvers-sur-Oise Department: European Paintings Credit Line: Bequest of Miss Adelaide Milton de Groot (1876-1967), 1967 Medium: Oil on canvas Dimensions: 16 x 12 1/2 in. (40.6 x 31.8 cm) Primary Image URL: https://images.metmuseum.org/CRDImages/ep/original/DT1502_cropped2.jpg Tags: Men, Self-portraits
    如果 returnImage 为 true
    **base64 encoding of jpeg image**

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

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

与 LibreChat 一起使用

在你的librechat.yaml中添加以下内容

mcpServers: metmuseum: command: npx args: - -y - metmuseum-mcp

示例查询

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

Can you show me a few painting from the Asian Art department? Can you find the painting titled "Corridor in the Asylum"? Can you find any art that has "cat" in the title or features "cats"?

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

免责声明

该图书馆与纽约大都会艺术博物馆并无正式合作关系。它是大都会艺术博物馆藏品 API的第三方实现,并带有 MCP 服务器。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

一个 MCP 服务器,允许用户通过 AI 模型探索大都会艺术博物馆的藏品。并将发现的艺术品作为资源添加到服务器上。

  1. 特征
    1. 1.列出部门(list-departments)
    2. 搜索博物馆物品(search-museum-objects)
    3. 获取博物馆物品(get-museum-object)
    4. 与 Claude Desktop 一起使用
    5. 与 LibreChat 一起使用
  2. 示例查询
    1. 贡献
      1. 执照
        1. 免责声明

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An 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 -
            21
            7
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            An 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 -
            34
            JavaScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            An 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
            JavaScript
            Apache 2.0
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A 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 -
            5
            TypeScript

          View all related MCP servers

          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/mikechao/metmuseum-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server