streamable-httpMITupdated 3mo ago
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.
Curio — design style library で何ができる?
Curio MCP
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.
- Endpoint:
https://mcp.designbycurio.com/mcp(streamable HTTP) - Auth: OAuth sign-in — no API key. Free accounts fetch free styles; Pro unlocks the whole library.
- Docs: 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
gemini extensions install https://github.com/voltwake/curio-mcp-extension
Claude Code
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
Or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"curio": { "url": "https://mcp.designbycurio.com/mcp" }
}
}
Codex (CLI / IDE extension)
codex mcp add curio --url https://mcp.designbycurio.com/mcp
Kimi Code CLI
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 · Gallery · Pricing · Docs · Privacy · Terms · support@designbycurio.com
インストール
Curio — design style library をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http curio-design-style-library https://mcp.designbycurio.com/mcpcodex mcp add curio-design-style-library --url https://mcp.designbycurio.com/mcp{
"mcpServers": {
"curio-design-style-library": {
"url": "https://mcp.designbycurio.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"curio-design-style-library": {
"type": "http",
"url": "https://mcp.designbycurio.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"curio-design-style-library": {
"url": "https://mcp.designbycurio.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"curio-design-style-library": {
"serverUrl": "https://mcp.designbycurio.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 個のツール
Curio — design style library は接続したエージェントに 5 個のツールを提供します。
- 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
スコア
69 / 100
良好
- ドキュメント22/25
- メンテナンス16/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 83 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.1最新 | 2026年6月10日 |
| 0.2.0 | 2026年6月5日 |