Cooper Hewitt Collection
STDIOMCP server for interacting with Cooper Hewitt Museum's collection API.
MCP server for interacting with Cooper Hewitt Museum's collection API.
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-objects
query
(string, required): Search termspage
(number, optional): Page number of resultsperPage
(number, optional): Number of results per pageget-object
id
(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
[]