@pipeworx/mcp-artic
v0.1.0
Published
MCP server for the [Art Institute of Chicago API](https://api.artic.edu) — search artworks, get artwork and artist details, and browse exhibitions. Free, no auth required.
Downloads
28
Maintainers
Readme
@pipeworx/mcp-artic
MCP server for the Art Institute of Chicago API — search artworks, get artwork and artist details, and browse exhibitions. Free, no auth required.
Tools
| 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 |
Quick Start
Add to your MCP client config:
{
"mcpServers": {
"artic": {
"type": "url",
"url": "https://gateway.pipeworx.io/artic"
}
}
}CLI Usage
npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/articLicense
MIT
