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.
Art Institute of Chicago MCP Server
A Model Context Protocol (MCP) server that provides access to the Art Institute of Chicago Collection through natural language interactions. This server allows AI models to search the art collection at the Art Institute of Chicago and have artworks available as a Resource.
Features
This server provides AI models with the following tools for interacting with the art collection.
1. Search By Title (search-by-title)
Search for artworks by title in the Art Institute of Chicago
- Inputs:
title
(string) The title of the artwork to search for.limit
(number, optional, default 10) The number of resources to return per page.page
(number, optional, default 1) The page of results to return. Used for pagination.
- Outputs:Copy
2. Get a specific artwork (get-artwork-by-id)
Gets additional information, including the image if available, for a piece of art based on it's id.
- Inputs:
id
(number) The ID of the artwork to retrieve.
- Outputs:CopyCopy
3. Full text search (full-text-search)
Performs a full text search of artworks whose metadata contains the search query.
- Inputs:
query
(string) The term to search the metadata for.limit
(number, optional, default 10) The number of resources to return per page.page
(number, optional, default 1) The page of results to return. Used for pagination.
- Outputs:Copy
4. Artist search (search-for-artist)
Search for a specific artist
- Inputs:
name
(string) The name of the artist to search for.limit
(number, optional, default 10) The number of resources to return per page.page
(number, optional, default 1) The page of results to return. Used for pagination.
- Outputs:Copy
5. Find artwork by artist (get-artwork-by-artist)
Find works fo art by an artist
- Inputs:
id
(number) The id of the artist to search for artworks. Should be the Artist ID of thesearch-for-artist
tool.limit
(number, optional, default 10) The number of resources to return per page.page
(number, optional, default 1) The page of results to return. Used for pagination.
- Outputs:Copy
Usage
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
Installing via Smithery
To install artic-mcp for Claude Desktop automatically via Smithery:
Example queries
Here some questions you can ask the AI model when this server in connected:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Disclaimer
This MCP Server is not officially associated with The Art Institute of Chicago. It is a third-party implementation of the The Art Institute of Chicago's API with a MCP Server.
You must be authenticated.
A server that provides access to the Art Institute of Chicago Collection through natural language interactions. This server allows AI models to search the Art Institute of Chicago Collection and have art works available as a Resource.