Search the Metropolitan Museum of Art collection, fetch full artwork records and open-access images via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"met-museum-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/met-museum-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add met-museum-mcp-serve npx -y cyanheads/met-museum-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"met-museum-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/met-museum-mcp-server"
]
}
}
}