# met-museum-mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-cyanheads-met-museum-mcp-server
- Repository: https://github.com/cyanheads/met-museum-mcp-server

## Install
- Command: `npx -y @cyanheads/met-museum-mcp-server`
- Endpoint: https://met-museum.caseyjhand.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @cyanheads/met-museum-mcp-server v0.1.3
- Environment variable: MCP_LOG_LEVEL (default info)
- Package: Npm @cyanheads/met-museum-mcp-server v0.1.3
- Environment variable: MCP_HTTP_HOST (default 127.0.0.1)
- Environment variable: MCP_HTTP_PORT (default 3010)
- Environment variable: MCP_HTTP_ENDPOINT_PATH (default /mcp)
- Environment variable: MCP_AUTH_MODE (default none)
- Environment variable: MCP_LOG_LEVEL (default info)
- Remote endpoint: https://met-museum.caseyjhand.com/mcp

## Tools
- met_list_departments (List Met 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. Endpoint: https://met-museum.caseyjhand.com/mcp
- met_search_collections (Search Met Collection) - 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. Relevance is keyword-based, not semantic; department and geographic filters narrow results more than a longer query. The medium parameter maps to the classification field (pass "Paintings", "Drawings", etc., not material descriptions like "Oil on canvas"). isPublicDomain guarantees CC0-licensed images; hasImages also includes copyrighted works. isOnView restricts results to works currently on display in a Met gallery. Endpoint: https://met-museum.caseyjhand.com/mcp
- met_get_object (Get Met Objects) - 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 separately. Object IDs come from met_search_collections. Non-public-domain objects return empty image URLs. The constituents array is null for anonymous or unattributed works; tags is null for untagged objects. Endpoint: https://met-museum.caseyjhand.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.cyanheads
- Version: 0.1.3
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 4, 2026
- Source: https://registry.modelcontextprotocol.io
