Met Museum MCP Server
@mikechao
About Met Museum MCP Server
Met Museum MCP integration to discover the art collection at The Metropolitan Museum of Art in New York
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"metmuseum-mcp": {
"command": "npx",
"args": [
"-y",
"metmuseum-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Met Museum MCP Server?
A Model Context Protocol (MCP) server that provides AI models access to the Metropolitan Museum of Art Collection through natural language interactions. It enables searching The Met's art collection and retrieving artwork details, including images, via tool results.
How to use Met Museum MCP Server?
Run directly with npx -y metmuseum-mcp to start the server using stdio transport (default for desktop clients). For ChatGPT, use the --http flag and expose the server via a tunnel like ngrok. Client-specific setup instructions are provided for Claude Desktop, ChatGPT, and LibreChat.
Key features of Met Museum MCP Server
- List all valid departments at The Met
- Search museum objects with filters (query, images, title, department, pagination)
- Retrieve full object details including Open Access images (base64 JPEG)
- Launch an interactive Met Explorer app from MCP clients
- Supports both stdio and Streamable HTTP transports
Use cases of Met Museum MCP Server
- Explore works of a specific artist like Vincent van Gogh
- Find paintings from a specific department (e.g., Asian Art)
- Look up detailed information about a specific artwork by title or ID
- Browse the Met collection interactively through an in-client app
- Search for objects matching keywords like "cat" or "sunflowers"
FAQ from Met Museum MCP Server
What data does it access?
It uses the Metropolitan Museum of Art Collection API to retrieve department lists, search results, and full object records including images under Open Access. It is a third-party implementation, not officially associated with The Met.
What are the runtime requirements?
Node.js v18 or later is required. The server can run directly via npx with no local installation needed.
What transports are available?
Two transports are supported: stdio (default, for desktop clients like Claude Desktop) and Streamable HTTP (enable with --http, for ChatGPT and other web clients).
How are images returned?
When retrieving an object and returnImage is true (default), the Open Access image is included in the tool result as a base64-encoded JPEG. Otherwise, the primary image URL is provided.
Is authentication required?
No authentication is mentioned for the MCP server itself. When using with ChatGPT, "No Auth" is selected as the authentication type for the connector.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments