Skip to content
Claude Desktop

Curio — design style library for Claude Desktop

com.designbycurio/curio

A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.

client:Claude Desktop transport:streamable-http

Install Curio — design style library in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "curio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.designbycurio.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Curio — design style library in other clients