シカゴ美術館 MCP サーバー
モデルコンテキストプロトコル(MCP)サーバーは、自然言語によるインタラクションを通じてシカゴ美術館コレクションへのアクセスを提供します。このサーバーにより、AIモデルはシカゴ美術館の美術コレクションを検索し、美術作品をリソースとして利用できるようになります。
特徴
このサーバーは、AIモデルにアートコレクションとインタラクションするための以下のツールを提供します。また、特定のアーティストのインタラクティブなアートギャラリーを生成するプロンプト**「アートギャラリー」**も含まれています。
1. タイトルで検索(search-by-title)
シカゴ美術館の作品をタイトルで検索
入力:
title(文字列) 検索するアートワークのタイトル。limit(数値、オプション、デフォルト 10) ページごとに返されるリソースの数。page(数値、オプション、デフォルト 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. 特定のアートワークを取得する (get-artwork-by-id)
アート作品の ID に基づいて、そのアート作品に関する追加情報 (画像がある場合はその情報も含む) を取得します。
入力:
id(数値) 取得するアートワークの ID。includeImage(ブール値、オプション、デフォルトは true) レスポンスにアートワーク画像を含めるかどうか。
出力:
Title: Nighthawks Artist: Edward Hopper (American, 1882–1967) Artist ID: 34996 Description: <p>About <em>Nighthawks</em> 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.</p> 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. 全文検索(full-text-search)
メタデータに検索クエリが含まれているアートワークの全文検索を実行します。
入力:
query(文字列) メタデータを検索する用語。limit(数値、オプション、デフォルト 10) ページごとに返されるリソースの数。page(数値、オプション、デフォルト 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. アーティスト検索(search-for-artist)
特定のアーティストを検索する
入力:
name(文字列) 検索するアーティストの名前。limit(数値、オプション、デフォルト 10) ページごとに返されるリソースの数。page(数値、オプション、デフォルト 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. アーティスト別にアートワークを探す(get-artwork-by-artist)
アーティストの作品を探す
入力:
id(数値) 作品を検索するアーティストのID。search-for-artistツールのアーティストIDと同じである必要があります。limit(数値、オプション、デフォルト 10) ページごとに返されるリソースの数。page(数値、オプション、デフォルト 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. アートギャラリープロンプト(art-gallery)
Claude デスクトップ アプリでは、このプロンプトと選択したアーティストの名前を使用して、アーティストの作品を紹介するインタラクティブな HTML アート ギャラリーを生成します。
セキュリティ上の理由により、Claude Desktopアプリでは画像は表示されません。Claude DesktopからHTMLをダウンロードし、ブラウザで画像を表示できます。
クロードデスクトップの例
ブラウザで生成されたギャラリー
使用法
Claude Desktopでの使用
これをclaude_desktop_config.jsonに追加します:
Smithery経由でインストール
Smithery経由で Claude Desktop 用の artic-mcp を自動的にインストールするには:
クエリの例
このサーバーが接続されているときに AI モデルに尋ねることができる質問をいくつか示します。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
免責事項
このMCPサーバーは、シカゴ美術館と公式には提携していません。MCPサーバーを利用したシカゴ美術館のAPIのサードパーティ実装です。
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.
Tools
自然言語によるインタラクションを通じてシカゴ美術館コレクションへのアクセスを提供するサーバー。このサーバーにより、AIモデルはシカゴ美術館コレクションを検索し、美術作品をリソースとして利用できるようになります。
Related Resources
Related MCP Servers
- -security-license-qualityA server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.Last updated -5MIT License
- -security-license-qualityA custom server implementation that allows AI assistants to interact with GitLab repositories, providing capabilities for searching, fetching files, creating/updating content, and managing issues and merge requests.Last updated -1
- -security-license-qualityA server that provides rich UI context and interaction capabilities to AI models, enabling deep understanding of user interfaces through visual analysis and precise interaction via Model Context Protocol.Last updated -60
- -security-license-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 -14MIT License