Blueprint Studio
MCP serverEverything elseOfficial brand context and Asset Generator tools for Blueprint Studio workspaces.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Blueprint Studio
Install Blueprint Studio
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http blueprint-studio 'https://tools.blueprintstudio.ai/api/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://tools.blueprintstudio.ai/api/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=blueprint-studio&config=eyJ1cmwiOiJodHRwczovL3Rvb2xzLmJsdWVwcmludHN0dWRpby5haS9hcGkvbWNwIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://tools.blueprintstudio.ai/api/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add blueprint-studio --url 'https://tools.blueprintstudio.ai/api/mcp'Run it once, then sign in with codex mcp login blueprint-studio if the server asks for an account.
From the project's README
As published by Blueprint-Studio-AI/claude-code-asset-generator in README.md.
One plugin for Blueprint Studio Styles, assets, and durable image generation. Additional brand-context tools expose published guides and official assets when enabled on the connected server. Workflow skills and agents are optional; tools can be used directly.
This is the existing blueprint-studio plugin, upgraded in place. Its historical repository name remains claude-code-asset-generator to preserve installs. The public Blueprint marketplace remains the discovery source. No second plugin or private brand snapshot is required.
Install
Claude Code:
/plugin marketplace add Blueprint-Studio-AI/claude-code-marketplace
/plugin install blueprint-studio@blueprint-studio-marketplace
For a local branch preview, start Claude Code with --plugin-dir /absolute/path/to/this/repo. Avoid adding a second standalone MCP connection if the plugin already supplies asset-generator.
Codex supports .codex-plugin/plugin.json; the same skills and .mcp.json are used. A local personal-marketplace installation is available during the pilot. Marketplace publication and ChatGPT/Claude hosted connector review are separate rollout steps, not implied by installing locally.
Other skill-compatible hosts can use skills/ and connect their remote MCP client to https://tools.blueprintstudio.ai/api/mcp. plugin.json and mcp.json provide the portable Agent Plugins manifest. Host transport spellings differ; compatibility manifests are intentionally retained.
Sign in through the host's MCP OAuth flow for account-wide access. Call list_brands to discover accessible organizations, then pass explicit brandId on every workspace call. Null/omitted selects personal scope, not the last-used brand. Legacy scoped credentials cannot switch workspaces. A plugin install grants no membership. If an existing connection only lists one workspace despite broader account access, renew its OAuth authorization and start a fresh client/thread. Older workspace-only grants are not silently expanded; a new API key is not the repair. Service API keys remain available for scoped automation; inference provider keys are not needed and credentials never belong in checked-in files.
Tool contract
generate_asset already returns a durable jobId immediately. Use a fresh UUID requestId for each intended generation; reuse the same ID with identical arguments only for transport retries. Poll get_generation_status in the same brandId until completed or failed. Unknown outcomes and polling timeouts never establish failed generation or refunded credits. Preserve returned asset, receipt, and Style IDs. See the MCP contract for recovery and handoff details.
| Core tools | Context and references |
|---|---|
| Account OAuth and per-call workspace selection | get_workspace_context and published guide discovery |
| Styles, categories, generated examples, Style thumbnails | list_models capability and cost catalog |
| Durable generation/status, asset reads/downloads, background removal | list_brand_assets with version-pinned generationInput for ordered inputs |
| Brand/member administration within permissions | Exact parentAssetId edits and get_generation_details |
These capabilities require the current Blueprint server. Check live discovery for both tools and fields when connecting to an older deployment. Reference-set Style authoring, tracked forks, and Portal-backed tasks/approvals are not bundled features. There is no internal client list, private repository access, or automatic brand-site/database sync.
Optional skills and agents
asset-generator: browse, generate, inspect, refine, and deliver assets.brand-manager: requested workspace and Style administration.style-gym: optional repeatable Style experiments on diverse briefs.
Claude Code also discovers two agents from agents/: blueprint-studio:asset-creator for a bounded production brief and blueprint-studio:style-evaluator for requested Style comparisons. They inherit host tools and permissions, use the same asset-generator MCP connection, and add no mandatory routing. Other hosts can use the skills directly; agent auto-discovery is host-specific. See the Claude Code plugin agent format.
Suggested handoff to an existing project agent:
Use Blueprint Studio for this project's brand context and assets. Select the intended brand from list_brands and pass its brandId on each call. Inspect available Styles and any discovered brand guides/official assets. Continue the existing brief. Use tools directly or adapt the optional workflows; save selected asset/receipt/Style IDs and any unresolved job/request IDs with the work so another session can resume.
A project .blueprint.json may set local preferences. It is not an authorization mechanism. Do not duplicate live brand files into this plugin to personalize an installation.
Development
Backend and permission services live in the private monorepo; this public repository contains packaging and optional guidance only. Do not add tokens, production fixtures, client-private notes, or internal source links. Validate compatibility manifests and each skill before release. Public directory submission needs its own OAuth, metadata, and tool-annotation review.
Installation, cachebusting, and marketplace rollout are separate release steps. For local validation, run claude plugin validate ., the plugin-creator validate_plugin.py on this directory, and skill-creator quick_validate.py on each skills/* directory. Validation requires no generation calls or credentials.
Advanced
- Delivery
- blueprint-studio MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-blueprint-studio-ai-blueprint-studio- Source
- github.com/Blueprint-Studio-AI/claude-code-asset-generator
- Hosted endpoint
https://tools.blueprintstudio.ai/api/mcp