pipeworx-io/mcp-artic
MCP server for the Art Institute of Chicago API — search artworks, artists, and exhibitions
Platform-specific configuration:
{
"mcpServers": {
"mcp-artic": {
"command": "npx",
"args": [
"-y",
"mcp-artic"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for the Art Institute of Chicago API — search artworks, get artwork and artist details, and browse exhibitions. Free, no auth required.
| Tool | Description | |------|-------------| | search_artworks | Full-text search across the collection | | get_artwork | Detailed record for a single artwork by ID | | get_artist | Artist record by ID | | get_exhibitions | Current and recent exhibitions |
Add to your MCP client config:
{
"mcpServers": {
"artic": {
"type": "url",
"url": "https://gateway.pipeworx.io/artic"
}
}
}npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/articMIT
Loading reviews...