PluginBench
MCP Server

art MCP Server

io.github.pipeworx-io/art

What is the art MCP server?

Art MCP — Metropolitan Museum of Art Collection API (free, no auth)

How to install art

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "art": {
      "url": "https://gateway.pipeworx.io/art/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "art": {
      "serverUrl": "https://gateway.pipeworx.io/art/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "art": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/art/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "art": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/art/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http art https://gateway.pipeworx.io/art/mcp

Related MCP servers

Pipeworx

Maintained

Live data gateway for AI — 3,300+ tools across 750+ sources, with citations

5
Dockerfile
MIT
View repository →

Czso Cz

Active

Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP.

1
TypeScript
MIT
View repository →

Dbpedia

Active

DBpedia MCP — SPARQL + Lookup over Wikipedia-derived structured data

1
TypeScript
MIT
View repository →

FCC Regulations MCP — US Federal Communications Commission rules (47 CFR).

1
TypeScript
MIT
View repository →

Gdelt

Active

GDELT MCP — Global Database of Events, Language, and Tone (free, no auth)

1
TypeScript
MIT
View repository →

iconify

Active

Iconify MCP — wraps the Iconify public API (free, no auth)

1
TypeScript
MIT
View repository →