io.github.cyanheads/met-museum-mcp-server
io.github.cyanheads/met-museum-mcp-serverMET Museum collection via MCP — 500K+ artworks, metadata, provenance, open-access images.
Tools · 3
Return the 19 curatorial departments at The Metropolitan Museum of Art, each with its numeric departmentId and display name — the valid values for the met_search_collections departmentId filter.
Search the Metropolitan Museum of Art collection by keyword and optional filters. Returns the total match count and a page of matching object IDs, which met_get_object resolves to full records. Releva…
Fetch full records for one or more Met Museum object IDs. Accepts up to 20 IDs per call and returns partial success — a single 404 does not fail the whole batch; per-ID failures are reported separatel…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cyanheads/met-museum-mcp-server": {
"url": "https://met-museum.caseyjhand.com/mcp",
"transport": "streamable-http"
}
}
}