A Model Context Protocol (MCP) server that provides access to the Metropolitan Museum of Art Collection through natural language interactions. This server allows AI models to search The Met's art collection and have art works available as a Resource.
Lists all the valid departments at The Metropolitan Museum of Art with their department IDs and display names.
Search for various objects in The Met based on search terms, with options to filter by images availability, title matching, and specific departments.
Get a specific object from The Met containing all open access data about that object, including its image if available under Open Access, and optionally add the image to server resources.
{
"mcp-servers": {
"met-museum": {
"command": "npx",
"args": [
"-y",
"metmuseum-mcp"
]
}
}
}