Curio — Design Style Library MCP Server

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

Remote serverstreamable-http

What is the Curio — Design Style Library MCP server?

A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec. That is what the curio — design style library mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Connect your AI to Curio — 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.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • search_styles — Keyword + facet search over the library
  • list_styles — Browse / paginate, filtered by facets
  • get_style — Metadata + preview image for one style
  • get_style_spec — Full design spec (DESIGN.md), ready to apply
  • get_quota — Remaining spec fetches for the signed-in user
  • Cursor — The Cursor tool exposed by this server
  • ChatGPT — Settings → Apps & Connectors → Developer mode → add https://mcp.designbycurio.com/mcp

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Curio — Design Style Library's toolset — search_styles, list_styles, get_style and 4 more — is a fair guide to whether it matches your workflow. It is maintained by com.designbycurio; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_stylesKeyword + facet search over the library
list_stylesBrowse / paginate, filtered by facets
get_styleMetadata + preview image for one style
get_style_specFull design spec (DESIGN.md), ready to apply
get_quotaRemaining spec fetches for the signed-in user
CursorThe Cursor tool exposed by this server.
ChatGPTSettings → Apps & Connectors → **Developer mode** → add https://mcp.designbycurio.com/mcp.

How to install the Curio — Design Style Library MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Curio — Design Style Library to search styles.
  • Use Curio — Design Style Library to list styles.
  • Use Curio — Design Style Library to get style.

Frequently asked questions

It connects Curio — Design Style Library to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_styles, list_styles, get_style, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Curio — Design Style Library directly.