Install in three steps.
Do these in order. The installer handles every app at once, so you only do this once per computer.
- 1
Get your API key
Your key connects the app to your account, so designs land in your projects. Open Account → API keys and click Generate key.
Generate an API keyIt's shown only once — copy it somewhere safe.
- 2
Run the installer
Open a terminal (any folder is fine), paste this command and press Enter.
$ npx @sketchxflow/mcp installWhat the installer asks- aFinds your appsLists the AI apps it found on this computer.
- bYou pickChoose which ones to connect.
- cPaste your keyFrom step 1. It writes each app's settings for you.
- a
- 3
Restart your app and try it
Fully quit and reopen the apps you connected. Then ask your agent for a design, for example:
“Use SketchXFlow to design a pricing page for my app, then give me the code.”
You're set up when your agent starts calling
sketchxflow_…tools.
Prefer to set it up by hand?.
Skip this if the installer worked. Otherwise pick your app below and follow its three steps.
Claude Code adds servers from the terminal. Run this, replacing sk_live_… with your key:
$ claude mcp add sketchxflow -s user -e SKETCHXFLOW_API_KEY=sk_live_… -- npx -y @sketchxflow/mcpThen start a new Claude Code session.
Where each app keeps its MCP settings
SketchXFlow MCP in Claude Code
Added from the terminal with
claude mcp add; no file to edit.SketchXFlow MCP in Claude Desktop
- macOS:
- ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
- %APPDATA%\Claude\claude_desktop_config.json
SketchXFlow MCP in Cursor
- macOS:
- ~/.cursor/mcp.json
- Windows:
- %USERPROFILE%\.cursor\mcp.json
SketchXFlow MCP in Windsurf
- macOS:
- ~/.codeium/windsurf/mcp_config.json
- Windows:
- %USERPROFILE%\.codeium\windsurf\mcp_config.json
SketchXFlow MCP in VS Code
- macOS:
- ~/Library/Application Support/Code/User/mcp.json
- Windows:
- %APPDATA%\Code\User\mcp.json
SketchXFlow MCP in Codex CLI
- macOS:
- ~/.codex/config.toml
- Windows:
- %USERPROFILE%\.codex\config.toml
What your agent can do.
Once connected, your agent gets these tools. A typical flow is ask → design → get the code → edit. Every design is a normal SketchXFlow project, so you can also open it on the web.
Interviews you to build the brief, then hands back a ready design prompt.
sketchxflow_clarifyA new project, or a brand-consistent page added to an existing one.
sketchxflow_design_pageChanges one section by sentence — brand-locked, so nothing else drifts.
sketchxflow_editA page's full HTML + Tailwind, for your agent to implement in your stack.
sketchxflow_get_codeStatus, preview link and page list for a project.
sketchxflow_get_projectEverything in your SketchXFlow account.
sketchxflow_list_projectsDevelopment services — SketchXFlow builds it for you
The same package also talks to our development team: your agent runs the requirements interview, gets the fixed-price proposal and the links to accept and pay. All free to call.
Opens the requirements interview with the AI consultant and returns its first question.
sketchxflow_services_startOne turn at a time — reply, next question with options, and the live estimate from the public price list.
sketchxflow_services_sayThe requirements document as it stands, and whether it's ready to finalise.
sketchxflow_services_requirementsFreezes the requirements and returns the proposal link. Accepting and paying happen on the website, signed in.
sketchxflow_services_finaliseEvery invoice on a project with its status and the page to pay it — UPI, cards, EMI, net banking, bank transfer.
sketchxflow_services_invoicesYour development-services projects and their links.
sketchxflow_services_projects