← Back to browse

pudge-ui

Indexed by io.github.pudge-studio

About

Query pudge-ui — 93 skeuomorphic 2000s-era UI component specs — for coding-agent context.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add pudge-ui -- npx @pudge-ui/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pudge-ui","command":"npx","args":["@pudge-ui/mcp-server"]}'
JSON
{
  "mcpServers": {
    "pudge-ui": {
      "command": "npx",
      "args": [
        "@pudge-ui/mcp-server"
      ]
    }
  }
}