AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Ai Architect

mcp-fullydigital-design-ai-architect · by fullydigital-design

ComfyUI workflow generator from natural language. ReactFlow canvas, Claude + Gemini + GPT backends, Tauri v2 desktop app.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add mcp-fullydigital-design-ai-architect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-fullydigital-design-ai-architect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ai Architect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI Architect

Natural language → valid ComfyUI workflow JSON


Screenshots


What it does

Describe an image generation pipeline in plain English; AI Architect produces a valid ComfyUI workflow JSON you can load or execute immediately. It supports multiple AI providers (Claude, GPT-4o, Gemini, OpenRouter) and builds context-aware prompts from the live node registry of your running ComfyUI instance. Generated workflows go through multi-stage validation and are automatically corrected when the model produces invalid node connections or missing inputs.


Features

  • Multi-provider AI — 12+ models across Anthropic, OpenAI, Google, and OpenRouter; per-model token budgeting
  • Visual node graph — ReactFlow canvas with auto-layout, type-checked edge connections, and inline editing
  • Live ComfyUI integration/object_info sync for node discovery, WebSocket execution pipeline, error auto-correction loop
  • Context-aware prompting — system prompt assembled from live node registry + installed checkpoints/LoRAs at generation time
  • MCP server — exposes ComfyUI operations as tools consumable by any MCP-compatible AI client
  • Zero-backend architecture — fully client-side; AI calls go browser-direct, state persisted in localStorage

Stack


Status

| Component | Status | |---|---| | Frontend (browser) | Complete — functional in browser dev mode | | Electron desktop shell | Complete — window opens with full API access | | Test suite | Not present |


Setup

Prerequisites: Node 20+, pnpm, a running ComfyUI instance

cd webapp
pnpm install
cp .env.example .env          # fill in your AI provider keys
pnpm dev                      # browser — http://localhost:5173
pnpm electron:dev             # desktop (Electron)

Set VITE_COMFYUI_URL in .env to point at your ComfyUI instance (default http://127.0.0.1:8188).

For local path overrides (ComfyUI root, Python exe, etc.):

cp .env.secret.example .env.secret   # fill in absolute paths, never committed

MCP Server

cd mcp-server
pnpm install
pnpm start

Add the server to your MCP client config (e.g. .mcp.json) to expose ComfyUI tools (queue_prompt, get_history, get_models, etc.) to your AI client.


Project Layout

webapp/          React + Vite frontend + Electron shell
mcp-server/      TypeScript MCP server
scripts/         Bootstrap and check scripts (PowerShell)
docs/            Screenshots and internal docs

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.