# Cleveland Museum of Art MCP for AI Agents AI Agent Connect

> Cleveland Museum of Art MCP. Explore over 60,000 artworks, creator biographies, and exhibition histories directly through your AI client. Search by keyword, technique, or demographics like African American or LGBTQ artists, and use image similarity to find visual inspiration in one of the world's top art museums.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8jxmIWuoXuQpcNwGKzYzRysZr7Ub9NMJhYRKmtzz/ai-agent-connect
- **Tags:** art-history, museum-collection, open-access, curation, cultural-heritage

## Description

The Cleveland Museum of Art MCP lets you explore over 60,000 artworks and museum records through your AI client. Imagine you're researching a specific movement in 19th-century sculpture. Instead of opening dozens of tabs to sift through museum websites, you just ask your AI client to pull up every piece from the collection that fits your criteria. This Connector puts that massive archive at your fingertips. You can dig into the specifics of a single piece, like its exact dimensions or copyright status, or pull up a full biography of a creator to see their entire body of work held by the museum. If you're looking for visual vibes, you can even find pieces that look similar to a specific image you have in mind. It makes the museum's vast archives feel like a personal library. You can connect this to your setup through Vinkius and start querying the public records without worrying about keys or complex authentication. It turns a massive, static database into a conversational research tool for anyone who needs to move fast.

## Tools

### get_exhibition
Retrieve a specific exhibition by its ID. Use this to get full details on a single museum show.

### get_may_show_creator
Get details for a specific creator from the museum's May Show. This is useful for finding specific participants.

### search_artworks
Search the collection for artworks and their associated metadata. Use this for broad queries about style or subject.

### search_creators
Find specific creators and artists within the museum's archives. This helps you build out a list of relevant artists.

### search_exhibitions
Look up past and current museum exhibitions by keyword. Use this to see what the museum has showcased over time.

### search_may_show_creators
Find artists who participated in the Cleveland Museum of Art May Shows. This is great for looking up specific event participants.

### search_similar_artworks
Find visually related pieces within the collection using image similarity. This helps you find art with a similar mood.

### get_artwork
Retrieve a specific artwork using its Athena ID or accession number. This provides the most granular data for a single item.

### get_creator
Get a full creator record by searching for a specific ID. Use this to see everything the museum holds for one person.

## Prompt Examples

**Prompt:** 
```
Find some African American artists in the collection.
```

**Response:** 
```
I've searched the collection and found several notable African American artists. Here are a few highlights:

| Artist | Notable Work |
| :--- | :--- |
| **Elizabeth Catlett** | *The Woman* |
| **Jacob Lawrence** | *Migration Series* |

Would you like to see more details on any of these, or should I look for a specific style?
```

**Prompt:** 
```
What's the metadata for accession number 1953.424?
```

**Response:** 
```
I've retrieved the record for **The Crucifixion** (Accession #1953.424):

*   **Medium:** 14th-century tempera on wood
*   **Artist:** Unknown Florentine artist
*   **Location:** Currently located in Gallery 204a
*   **Dimensions:** [Specific dimensions available in full record]
```

**Prompt:** 
```
List some recent exhibitions at the museum.
```

**Response:** 
```
The museum has hosted several notable exhibitions recently. Here are a few you might find interesting:

*   **Modernist Sculpture Gallery**
*   **The May Show: Contemporary Voices**
*   **Historical Portraits Series**

Would you like me to pull up the specific creator list for the May Show?
```

## Capabilities

### Filter by demographics and techniques
Find specific pieces of art based on artist demographics or artistic methods.

### Search for visual similarities
Discover artworks that share a similar aesthetic to a piece you already like.

### Access creator biographies
Get detailed life stories and associated works for thousands of artists.

### Review exhibition history
Look up past and current shows held at the museum.

### Get precise metadata
Retrieve exact dimensions, accession numbers, and copyright statuses.

## Use Cases

### Researching a specific era
An art historian asks the agent to find all Impressionist paintings in the collection to see what's available for their thesis.

### Building a lesson plan
An educator finds biographies for 10 different creators to create a diverse art history curriculum for their students.

### Visual mood boarding
A designer uses the similarity search to find historical pieces that match the color palette of a new project.

### Fact-checking metadata
A curator uses the tool to get the exact accession number and dimensions for a piece they saw in a catalog.

## Benefits

- Save hours of manual searching by using `search_artworks` to find specific pieces by technique or demographic.
- Get instant access to high-quality CC0 images and biographies using `search_creators` for educational materials.
- Find visual inspiration quickly with `search_similar_artworks` to see pieces with similar aesthetics.
- Cross-reference detailed metadata like dimensions and copyright status using `get_artwork` for accurate research.
- Explore the museum's history by pulling up past and current shows with `search_exhibitions`.

## How It Works

The bottom line is you get instant, conversational access to a massive public art archive without leaving your chat interface.

1. Subscribe to the Cleveland Museum of Art MCP on Vinkius.
2. Connect the Connector to your AI client like Claude or Cursor.
3. Ask your agent to find specific artworks, creators, or museum records.

## Frequently Asked Questions

**Can I use the Cleveland Museum of Art MCP for my research?**
Yes, it is built for research. You can pull metadata, creator biographies, and exhibition histories directly into your chat to help with your projects.

**Does the Cleveland Museum of Art MCP require an API key?**
No, it uses the museum's public Open Access records, so you don't need to manage any keys or complex authentication.

**Can I find CC0 images with the Cleveland Museum of Art MCP?**
Yes, it helps you find works in the public domain, making it easy to find high-quality images for educational use.

**How can I find visually similar art with the Cleveland Museum of Art MCP?**
You can ask your agent to find pieces that look similar to a specific work. It uses image similarity to surface related items for inspiration.

**Can I see who participated in the May Shows with the Cleveland Museum of Art MCP?**
Yes, there is a specific tool to look up artists who participated in the museum's May Shows, which is great for checking specific event history.

**Does the Cleveland Museum of Art MCP provide dimensions for artworks?**
Yes, it pulls precise metadata for individual pieces, including their physical dimensions and copyright status.

**How can I find artworks that are currently on view in the museum galleries?**
You can use the `search_artworks` tool and set the `currently_on_view` parameter to true. This will filter the results to show only pieces you can see in person at the museum.

**Can I find visually similar artworks using an image file?**
Yes! The `search_similar_artworks` tool allows you to provide a local file path to an image. The server will then return artworks from the collection that share visual characteristics.

**How do I get the full biography and details of a specific artist?**
Use the `get_creator` tool with the specific creator's ID. It will return their full biographical record, nationality, birth/death dates, and associated artworks.