mikechao/metmuseum-mcp
Metropolitan Museum of Art Collection API integration to search and display artworks in the collection.
Quick Start
Clone the repository:
git clone https://github.com/mikechao/metmuseum-mcpClaude Desktop configuration example:
{
"mcpServers": {
"metmuseum-mcp": {
"command": "npx",
"args": [
"-y",
"mikechao/metmuseum-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.