pipeworx-io/mcp-art
MCP server for art data from public museum APIs
Platform-specific configuration:
{
"mcpServers": {
"mcp-art": {
"command": "npx",
"args": [
"-y",
"mcp-art"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Art MCP — Metropolitan Museum of Art Collection API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_departments | Get the list of all departments in the Metropolitan Museum of Art. |
Add to your MCP client config:
{
"mcpServers": {
"art": {
"url": "https://gateway.pipeworx.io/art/mcp"
}
}
}Or use the CLI:
npx pipeworx use artMIT
Loading reviews...