Back to MCP Servers
Metmuseum
Metropolitan Museum of Art Collection API integration to search and display artworks in the collection.
art-cultureapi
By mikechao
Installation
npx -y metmuseum-mcpConfiguration
{
"mcpServers": {
"metmuseum-mcp": {
"command": "npx",
"args": ["-y", "metmuseum-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes