Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/met-museum-mcp-server

io.github.cyanheads/met-museum-mcp-server

MET Museum collection via MCP — 500K+ artworks, metadata, provenance, open-access images.

Uptime
100.0%
2 direct probes · 30d
Response
850ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

met_list_departments

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.

met_search_collections

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…

met_get_object

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…

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"
    }
  }
}