# Curio — design style library

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/voltwake/curio-mcp-extension  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/curio-design-style-library-2

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "curio-design-style-library": {
    "command": "npx",
    "args": ["-y","curio-design-style-library-2"]
  }
}
```

## Documentation & README

# Curio MCP

Connect your AI to [Curio](https://designbycurio.com) — a design-style library
built for AI agents. Hundreds of tokenized design styles (real design
movements, brands, cultural traditions), each with a machine-readable spec
your agent can apply directly to slides, websites, and products.

- **Endpoint**: `https://mcp.designbycurio.com/mcp` (streamable HTTP)
- **Auth**: OAuth sign-in — no API key. Free accounts fetch free styles; [Pro](https://designbycurio.com/pricing) unlocks the whole library.
- **Docs**: [designbycurio.com/docs](https://designbycurio.com/docs)

## Tools

| Tool | What it does | Quota |
|---|---|---|
| `search_styles` | Keyword + facet search over the library | free |
| `list_styles` | Browse / paginate, filtered by facets | free |
| `get_style` | Metadata + preview image for one style | free |
| `get_style_spec` | Full design spec (DESIGN.md), ready to apply | 1 credit |
| `get_quota` | Remaining spec fetches for the signed-in user | free |

## Install

### Gemini CLI

```bash
gemini extensions install https://github.com/voltwake/curio-mcp-extension
```

### Claude Code

```bash
claude mcp add --transport http curio https://mcp.designbycurio.com/mcp
```

### Claude.ai / Claude Desktop

Settings → Connectors → **Add custom connector** → `https://mcp.designbycurio.com/mcp`

### Cursor

[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=curio&config=eyJ1cmwiOiJodHRwczovL21jcC5kZXNpZ25ieWN1cmlvLmNvbS9tY3AifQ==)

Or add to `~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "curio": { "url": "https://mcp.designbycurio.com/mcp" }
  }
}
```

### Codex (CLI / IDE extension)

```bash
codex mcp add curio --url https://mcp.designbycurio.com/mcp
```

### Kimi Code CLI

```bash
kimi mcp add --transport http --auth oauth curio https://mcp.designbycurio.com/mcp
```

### ChatGPT

Settings → Apps & Connectors → **Developer mode** → add `https://mcp.designbycurio.com/mcp`.

## Example prompts

- *"Find a Japanese minimal style and restyle my landing page with it."*
- *"Browse Curio for an 80s retro style that works for a dashboard."*
- *"Fetch the bauhaus-weimar spec and apply it to my slides."*

## Links

[Website](https://designbycurio.com) · [Gallery](https://designbycurio.com/gallery) · [Pricing](https://designbycurio.com/pricing) · [Docs](https://designbycurio.com/docs) · [Privacy](https://designbycurio.com/privacy) · [Terms](https://designbycurio.com/terms) · support@designbycurio.com

