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)

入力に基づいて、The Met 内のさまざまなオブジェクトを検索します。

  • 入力:
    • q (文字列): 検索語(例:ひまわり)
    • hasImages (ブール値、オプション、デフォルト:false):画像のあるオブジェクトのみを検索します
    • title (ブール値、オプション、デフォルト: false): クエリに一致するオブジェクトを返します。具体的には、オブジェクトのタイトル フィールドを検索します。
    • departmentId (数値、オプション): 特定の部門に属するオブジェクトを返します。
  • 出力:
    Total objects found: 54 Object IDs: 436532, 789578, 436840, 438722,...

3. 博物館のオブジェクトを取得する (get-museum-object)

The Met から特定のオブジェクトを取得します。これには、そのオブジェクトに関するすべてのオープン アクセス データ(その画像を含む)が含まれます (画像がオープン アクセスで利用できる場合)。

画像がある場合は、オブジェクトのタイトルを介してサーバーのリソースに追加されます。

  • 入力:
    • 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"?

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

免責事項

このライブラリは、ニューヨークのメトロポリタン美術館と公式に提携しているものではありません。MCPサーバーを利用したメトロポリタン美術館コレクションAPIのサードパーティ実装です。

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.

AIモデルにメトロポリタン美術館のコレクションを発見させるMCPサーバー。発見された作品はリソースとしてサーバーに追加されます。

  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