Skip to main content
Glama

북극 로고 대장간 배지

시카고 미술관 MCP 서버

자연어 상호작용을 통해 시카고 미술관 소장품 에 접근할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 모델은 시카고 미술관 소장품을 검색하고 해당 작품을 리소스로 이용할 수 있습니다.

특징

이 서버는 AI 모델이 미술 컬렉션과 상호작용할 수 있도록 다음과 같은 도구를 제공합니다. 또한, 특정 작가를 위한 인터랙티브 미술 갤러리를 생성하는 프롬프트인 '아트 갤러리' 도 포함되어 있습니다.

1. 제목으로 검색(search-by-title)

시카고 미술관에서 제목으로 작품 검색

  • 입력:

    • title (문자열) 검색할 작품의 제목입니다.

    • limit (숫자, 선택 사항, 기본값 10) 페이지당 반환할 리소스 수입니다.

    • page (숫자, 선택 사항, 기본값 1) 반환할 결과 페이지입니다. 페이지 매기기에 사용됩니다.

  • 출력:

    지엑스피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

메타데이터에 검색 쿼리가 포함된 작품에 대한 전체 텍스트 검색을 수행합니다.

  • 입력:

    • 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

Claude Desktop 앱에서 이 프롬프트를 선택한 아티스트의 이름과 함께 사용하여 해당 아티스트의 작품을 선보이는 대화형 HTML 아트 갤러리를 생성합니다.

보안상의 이유로 Claude Desktop 앱에는 이미지가 표시되지 않습니다. Claude Desktop에서 HTML을 다운로드하여 브라우저에서 이미지를 볼 수 있습니다.

클로드 데스크톱 예제

브라우저에서 생성된 갤러리

Related MCP server: Museum MCP Server

용법

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음을 추가하세요:

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

Smithery를 통해 설치

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 서버와 함께 제3자가 구현한 것입니다.

Available Tools

6 tools
get-artwork-by-artistC

Get artworks by artist id in the Art Institute of Chicago collection. Pagination is supported with the page parameter.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe id of the artist to search for artworks. Should be the Artist ID of the `search-for-artist` tool.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions pagination support, which is useful context, but doesn't describe other important behaviors like whether this is a read-only operation (implied by 'Get'), error handling, rate limits, authentication needs, or what the response format looks like. For a tool with no annotation coverage, this leaves significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences. The first sentence states the core purpose, and the second adds important behavioral context about pagination. No wasted words, though it could be slightly more structured with clearer separation of purpose versus guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is minimally adequate. It covers the basic purpose and pagination behavior, but doesn't address response format, error cases, or differentiation from sibling tools. With no output schema, the description should ideally provide more information about what gets returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema: it mentions pagination with the page parameter (already in schema) and implies the artist id comes from 'search-for-artist' (hinted in schema description). No additional syntax, format, or usage details are provided beyond what's in the structured fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get artworks by artist id in the Art Institute of Chicago collection.' It specifies the verb ('Get'), resource ('artworks'), and scope ('Art Institute of Chicago collection'), but doesn't explicitly differentiate it from sibling tools like 'get-artwork-by-id' or 'search-for-artist' beyond the artist focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal usage guidance. It mentions pagination support with the page parameter, but doesn't specify when to use this tool versus alternatives like 'search-for-artist' or 'full-text-search'. No exclusions, prerequisites, or context for tool selection are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get-artwork-by-idB

Get additional information, including an image if available, about a specific artwork by its ID from the Art Institute of Chicago. Using the value of Artwork ID from the 'search-by-title' tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the artwork to retrieve.
includeImageNoWhether to include the artwork image in the response.

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions retrieving 'additional information' and an image 'if available', which hints at data retrieval but doesn't cover aspects like rate limits, authentication needs, error handling, or response format. For a read operation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose and includes a practical note about the ID source. It avoids unnecessary details, though it could be slightly more structured by separating the workflow hint into a second sentence for better clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (simple read operation with 2 parameters), 100% schema coverage, and no output schema, the description is adequate but incomplete. It covers the basic purpose and parameter context but lacks details on behavioral traits like response format or error handling, which are important for a tool with no annotations or output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters ('id' and 'includeImage') fully. The description adds minimal value by referencing the ID from 'search-by-title' tool, but it doesn't provide additional syntax, format details, or usage examples beyond what the schema specifies. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get additional information, including an image if available') and resource ('about a specific artwork by its ID from the Art Institute of Chicago'), making the purpose understandable. However, it doesn't explicitly differentiate from sibling tools like 'get-artwork-by-artist' or 'search-by-title' beyond mentioning the ID parameter, which slightly reduces clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by referencing the 'search-by-title' tool for obtaining the ID, suggesting a workflow, but it doesn't explicitly state when to use this tool versus alternatives like 'get-artwork-by-artist' or 'search-by-medium'. It provides some context but lacks clear exclusions or direct comparisons to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-by-mediumB

Search for artworks by medium in the Art Institute of Chicago. Pagination is supported with the page parameter

ParametersJSON Schema
NameRequiredDescriptionDefault
mediumYesThe medium to search for (e.g., "oil on canvas", "acrylic on panel", "watercolor on paper").
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

B3.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions pagination support, which is useful context beyond basic functionality, but doesn't cover other important aspects like rate limits, authentication needs, error handling, or what the response format looks like. The description doesn't contradict any annotations (since there are none), but it's incomplete for a search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with two sentences that directly state the tool's purpose and a key feature (pagination). There's no wasted text, and it's front-loaded with the main functionality. It could be slightly improved by integrating the pagination note more seamlessly, but it's efficient overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (search with pagination), no annotations, and no output schema, the description is minimally adequate. It covers the basic purpose and pagination but lacks details on response format, error cases, or how results are structured. Without annotations or output schema, more behavioral context would be helpful for the agent to use it effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all three parameters (medium, limit, page). The description adds no additional meaning about parameters beyond what's in the schema—it mentions the 'page' parameter for pagination, but the schema already describes this. Baseline 3 is appropriate when the schema does all the work.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('search') and resource ('artworks by medium in the Art Institute of Chicago'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'search-by-title' or 'full-text-search', which would require mentioning that this tool focuses specifically on medium-based filtering rather than other search criteria.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'search-by-title' or 'full-text-search'. It mentions pagination support, which is a technical feature, but doesn't help the agent decide between this and other search tools based on use case or context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-by-titleB

Search for artworks by title in the Art Institute of Chicago. Pagination is supported with the page parameter

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the artwork to search for.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses pagination behavior ('Pagination is supported with the page parameter'), which is useful context beyond the schema. However, it doesn't cover other behavioral traits like rate limits, authentication needs, error handling, or what the search returns (e.g., partial matches, case sensitivity). The description doesn't contradict annotations since there are none.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded: the first sentence states the core purpose, and the second adds key behavioral context (pagination). Both sentences earn their place with no wasted words, making it efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (search with pagination), no annotations, and no output schema, the description is somewhat complete but has gaps. It covers the basic purpose and pagination, but lacks details on search behavior (e.g., fuzzy matching), result format, or error cases. For a search tool with 3 parameters, it's adequate but not fully comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters (title, limit, page) with descriptions and defaults. The description adds minimal value beyond this: it mentions pagination with the page parameter, which is already in the schema. No additional semantics or usage examples are provided, so it meets the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search for artworks by title in the Art Institute of Chicago.' It specifies the verb ('search'), resource ('artworks'), and scope ('by title'), distinguishing it from siblings like search-by-medium or get-artwork-by-artist. However, it doesn't explicitly differentiate from full-text-search, which might also search titles, so it's not a perfect 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like full-text-search or search-by-medium. It mentions pagination support but doesn't clarify if this is the preferred tool for title searches over other search methods. No exclusions or prerequisites are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search-for-artistC

Search for artists in the Art Institute of Chicago collection

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the artist to search for.
limitNoThe number of resources to return per page.
pageNoThe page of results to return. Used for pagination.

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the search function but doesn't mention whether it's read-only, if there are rate limits, authentication needs, or what the return format looks like (e.g., paginated results). This leaves significant gaps for a tool with three parameters and no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and wastes no space, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is insufficiently complete. It doesn't explain what the search returns (e.g., artist details, IDs), how results are structured, or any behavioral traits like pagination handling, which are critical for a search tool with three parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with clear descriptions for 'name', 'limit', and 'page' parameters. The description doesn't add any additional semantic context beyond what the schema provides, such as search behavior or result formatting, but the schema adequately covers the basics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search for artists') and the resource domain ('Art Institute of Chicago collection'), making the purpose immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'full-text-search' or 'search-by-title', which might also involve searching the same collection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like 'get-artwork-by-artist' or 'search-by-title'. It lacks any mention of prerequisites, exclusions, or comparative context with sibling tools, leaving the agent to infer usage scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 6 tool updates
    • First observedfull-text-search
    • First observedget-artwork-by-artist
    • First observedget-artwork-by-id
    • First observedsearch-by-medium
    • First observedsearch-by-title
    • First observedsearch-for-artist

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation4/5

Most tools have distinct purposes: full-text-search covers general metadata, while search-by-title, search-by-medium, and search-for-artist target specific fields. However, full-text-search and search-by-title could be confused since titles are part of metadata, but descriptions clarify the distinction. Get-artwork-by-artist and get-artwork-by-id are clearly different operations.

Naming Consistency3/5

The naming is mixed: search-by-title, search-by-medium, and search-for-artist follow a consistent verb-noun pattern, but full-text-search uses a hyphenated adjective-noun style, and get-artwork-by-artist/get-artwork-by-id use a verb-noun-by-noun pattern. This inconsistency makes the set less predictable, though all names remain readable and descriptive.

Tool Count5/5

With 6 tools, this is well-scoped for querying an art collection. It covers key search dimensions (title, medium, artist, full-text) and specific retrieval (by ID, by artist), without being overwhelming. Each tool earns its place by addressing a distinct aspect of the domain.

Completeness4/5

The toolset provides strong coverage for searching and retrieving artworks and artists, with pagination support across most tools. A minor gap is the lack of tools for filtering by other common attributes like date, genre, or location, but agents can work around this using the existing search tools. Core workflows for exploration and lookup are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A 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.
    4
    242 npm
    35
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to search and explore over 570,000 artworks from the Metropolitan Museum of Art and Art Institute of Chicago without needing an API key.
    9
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server that lets AI assistants manage an art catalogue — find paintings, post to social media, upload to galleries, schedule posts, and update metadata.
    -
  • F
    license
    A
    quality
    C
    maintenance
    This server enables AI models to access the Städel Museum's digital collection via OAI-PMH, allowing harvesting of records, retrieval of multilingual metadata, and fetching of high-resolution images.
    4
    2
    -