LogoSTMCP
Download
Met Museum MCP Server

Met Museum MCP Server

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.

Tools

1. list-departments

Lists all the valid departments at The Metropolitan Museum of Art with their department IDs and display names.

2. search-museum-objects

Search for various objects in The Met based on search terms, with options to filter by images availability, title matching, and specific departments.

3. get-museum-object

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.

JSON Config

{
  "mcp-servers": {
    "met-museum": {
      "command": "npx",
      "args": [
        "-y",
        "metmuseum-mcp"
      ]
    }
  }
}

Useful Links

Information

Categories