Rijksmuseum MCP
Browses and analyses artworks from the Rijksmuseum collection, including high-resolution image access and artist metadata.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-18
This MCP server provides read-only access to the Rijksmuseum's public API for artwork metadata and images. It's maintained by a solo developer (Rick Huijts) with a clean GitHub repository and standard npm distribution. The permissions model is excellent: it only reads from a public API and requires a free API key from the museum. No filesystem access, no shell execution, no writes anywhere. The supply chain is straightforward via npx, though it's a community package without the review depth of official releases. Documentation appears adequate based on the repository structure. The main risk is maintainer bus factor - if Rick stops maintaining it, users would need to fork or find alternatives. No security incidents are known. The API key requirement is appropriate for rate limiting but represents a minor setup friction point.
Green flags
- Read-only access to public museum API only
- No filesystem, shell, or sensitive system access
- Standard npm distribution via npx
- Clear purpose: educational/cultural data access
- Uses official Rijksmuseum public API
Red flags
- Solo maintainer with potential bus factor risk
- Community package without extensive peer review
- Requires external API key setup (friction, not security risk)
- Limited information about maintainer's security practices
Permissions requested
Install
npx -y mcp-server-rijksmuseum
RIJKSMUSEUM_API_KEYReview
Install this if you're building anything around art history, design research, or cultural education and need access to a major museum collection. Skip it if you're not working in those domains, because the Rijksmuseum's focus is narrow. For its niche, it's well-executed and genuinely useful.
Good at
- High-resolution image access paired with structured metadata makes this genuinely useful for visual analysis and research.
- Free API key with no meaningful rate limits for typical use cases.
- Covers a significant collection with strong Dutch Golden Age and European art holdings.
- Straightforward setup with clear environment variable configuration.
Watch out
- Collection focus is narrow, heavily European and Dutch, so limited use outside those areas.
- Image availability is inconsistent, with some objects returning metadata but no downloadable images.
- No caching means repeated queries for the same artwork hit the API every time.
- Search results can be sparse on metadata for less prominent objects in the collection.
Use cases
- art history research
- museum collection exploration
- image lookups for design
- teaching resources
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.