Met Museum MCP
Searches the Metropolitan Museum of Art open-access collection for objects, departments, and image assets.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
This MCP server provides read-only access to the Metropolitan Museum of Art's public API, searching 470,000 open-access objects and retrieving metadata and images. The permissions profile is excellent: pure data fetching with no writes, no authentication, and no sensitive operations. Supply chain is standard npm with npx install, though the package appears relatively new. The maintainer is a solo developer (Mike Chao) with limited public track record, which raises the bus factor concern. Transparency is moderate: the repository exists and the code is open source, but documentation and maintenance activity appear light. No security incidents are known. The narrow scope (read-only museum API) and zero credential requirements significantly limit attack surface. Suitable for educational and reference use cases where the worst-case scenario is API downtime rather than data compromise.
Green flags
- Read-only access to public API with zero authentication requirements
- Narrow, well-scoped functionality limited to museum data retrieval
- Uses official Met Museum API with no intermediary services
- Standard npm distribution with straightforward npx install
- No environment variables or secrets required
Red flags
- Solo maintainer with limited public track record or maintenance history
- Relatively new package with unclear long-term support commitment
- Thin documentation beyond basic setup and API endpoint descriptions
Permissions requested
Install
npx -y metmuseum-mcp
Review
Install this if you're building anything educational, reference-heavy, or visually driven that benefits from authoritative art data. Skip it if you need multi-institution coverage or contemporary works. It does one thing cleanly and stays out of your way.
Good at
- Zero configuration—no API keys, no auth, just install and run.
- High-resolution images with stable CDN URLs for open-access works.
- Rich metadata including provenance, dimensions, and accession numbers.
- Fast responses and reliable uptime backed by the Met's infrastructure.
- Perfect for educational content, art research, and visual reference workflows.
Watch out
- Search results cap at 80 objects, so broad queries truncate without warning.
- No date range or medium filters in the search tool—you refine by trial and error.
- Limited to one institution, so coverage gaps exist for non-Western and contemporary art.
- Some open-access objects lack images because digitisation is still in progress.
- Image URLs aren't guaranteed permanent, so cache locally for long-term projects.
Use cases
- art research
- museum object browsing
- curriculum content
- reference image sourcing
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.