npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@dennisk2025/random-artwork-finder

v1.0.0

Published

Fetches information and images of random artworks from global art museums, providing art inspiration, facts, and artwork details.

Readme

Random Artwork Finder MCP Server\n\nFetches information and images of random artworks from global art museums, providing art inspiration, facts, and artwork details. This MCP server uses The Metropolitan Museum of Art (the Met) open API and exposes two tools: get a random artwork or search for artworks by keyword.\n\n## Installation\n\nInstall globally or run instantly with NPX:\n\n- Install:\n npm install -g @dennisk2025/random-artwork-finder\n\n- Or run with NPX:\n npx @dennisk2025/random-artwork-finder\n\n## Adding to Claude Desktop\n\nTo integrate this MCP server with Claude Desktop, add the following configuration to your Claude Desktop config file.\n\nConfig JSON:\n\njson\n{\n "mcpServers": {\n "random-artwork-finder": {\n "command": "npx",\n "args": ["@dennisk2025/random-artwork-finder"]\n }\n }\n}\n\n\nLocation:\n- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json\n- Windows: %APPDATA%\Claude\claude_desktop_config.json\n\nAdd this block under the "mcpServers" key (create it if missing) and restart Claude Desktop.\n\n## Usage\n\nThis MCP server provides the following tools:\n\n### 1. get_random_artwork\n- Description: Returns metadata and an image link for a randomly selected piece of artwork from the Metropolitan Museum of Art's collection.\n- Parameters: None\n\n#### Example call\njson\n{\n "tool": "get_random_artwork",\n "parameters": {}\n}\n\n\n### 2. search_artworks_by_keyword\n- Description: Searches for artworks whose titles or artist names match a given keyword, returning details on the top results.\n- Parameters:\n - keyword (string, required): The search term (e.g., "Monet", "sunflowers").\n\n#### Example call\njson\n{\n "tool": "search_artworks_by_keyword",\n "parameters": {\n "keyword": "van Gogh"\n }\n}\n\n\n## Tool Reference\n\n| Tool | Parameters | Description |

|-----------------------------|--------------------------------|-----------------------------------------------------------------------------| | get_random_artwork | none | Random artwork, with metadata and image | | search_artworks_by_keyword | keyword (string, required) | Search the Met's collection by keyword/title/artist (top results returned) | \nThe returned artwork metadata includes title, artist, year, medium, department, dimensions, repository, and direct image URLs when available.\n\n---\n\nHave fun exploring inspiring artworks from the Met!\n