# Met Museum Server

Access the Metropolitan Museum of Art's collection through natural language queries. Search for artworks, retrieve detailed information, and explore various departments effortlessly. Enhance your AI'…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mikechao/metmuseum-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list mikechao/metmuseum-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mikechao/metmuseum-mcp list-departments

# Call a tool
npx -y @smithery/cli@latest tool call mikechao/metmuseum-mcp list-departments '{}'
```

## Tools (3)

- `list-departments` — List all departments in the Metropolitan Museum of Art (Met Museum)
- `search-museum-objects` — Search for objects in the Metropolitan Museum of Art (Met Museum). Will return Total objects found, followed by a list …
- `get-museum-object` — Get a museum object by its ID, from the Metropolitan Museum of Art Collection

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mikechao/metmuseum-mcp <tool-name>
```

---

Source: https://github.com/mikechao/metmuseum-mcp | License: MIT
