Cooper Hewitt
STDIOMCP server for searching and retrieving Cooper Hewitt Museum collection data.
MCP server for searching and retrieving Cooper Hewitt Museum collection data.
A Model Context Protocol (MCP) server for interacting with the Cooper Hewitt Museum's collection API. This tool allows searching and retrieving detailed information about museum objects programmatically.
git clone https://github.com/behole/cooper-hewitt-mcp.git cd cooper-hewitt-mcp
npm install
.env file in the project root.env file:COOPER_HEWITT_API_TOKEN=your_api_token_here
"cooper-hewitt": { "command": "node", "args": ["path to your index.js"] }
search-objectsquery (string, required): Search termspage (number, optional): Page number of resultsperPage (number, optional): Number of results per pageget-objectid (string, required): Unique identifier of the museum objectnode index.js
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Specify your license - e.g., MIT, Apache 2.0
[]