Met Museum MCP Server
@mikechao
Met Museum MCP Server について
Met Museum MCP integration to discover the art collection at The Metropolitan Museum of Art in New York
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"metmuseum-mcp": {
"command": "npx",
"args": [
"-y",
"metmuseum-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント