Loading...
npx -y metmuseum-mcp --http{
"mcpServers": {
"met-museum": {
"command": "npx",
"args": [
"-y",
"metmuseum-mcp"
]
}
}
}list-departmentsLists all valid departments at The Met.
Read-only operation, no side effects.
search-museum-objectsSearches for objects in The Met based on search terms and filters.
Read-only operation, no side effects.
get-museum-objectRetrieves a specific object from The Met with all open access data and its image.
Read-only operation, no side effects.
open-met-explorerLaunches an interactive MCP App for searching and filtering objects from The Met.
Launches a UI, no direct data modification.
This MCP server is generally safe due to its read-only nature and lack of sensitive operations. Risks are primarily related to API usage costs and reliance on the external Met Museum API. It is safe to use in most contexts, but be mindful of potential biases in the underlying data.