rijksmuseum-mcp
Author: r-huijts
Description: Rijksmuseum MCP integration for artwork exploration and analysis
Stars: 54
Forks: 11
License: MIT License
Category: Specialized
Overview
Installation
git clone https://github.com/r-huijts/rijksmuseum-mcp.git && cd rijksmuseum-mcpnpm install # or yarn install# Required by Rijksmuseum open-data API
RIJKSMUSEUM_API_KEY=<your-api-key>
# Optional server options
PORT=3000npm start # production
npm run dev # if a nodemon/dev script is presentsearch_artwork
Search and filter artworks using text, artist, type, materials, period, color and other criteria.
get_artwork_details
Retrieve comprehensive information about a specific artwork, including metadata, physical properties, context and exhibition history.
get_artwork_image
Access high-resolution, deep-zoom images of artworks with multiple zoom levels and tile-based loading.
get_user_sets
List user-created collections to browse curated or thematic sets and analyze collection patterns.
get_user_set_details
Fetch detailed information about a specific user-created collection.
open_image_in_browser
Open an artwork’s image directly in the browser for detailed viewing.
get_artist_timeline
Generate a chronological timeline of an artist’s works to study development, periods and styles.