Use TypeUI with Cline
Follow this guide to connect Cline to TypeUI while it edits UI in your project.
Open Cline
Open the project where you want Cline to build UI.
Add TypeUI to Cline
Run the Cline MCP wizard from your terminal:
cline mcp
Choose Add server, then use:
- Server name:
typeui - Transport type:
Streamable HTTP - Server URL:
https://mcp.typeui.sh/mcp
If you prefer editing the Cline MCP config directly, add:
{
"mcpServers": {
"typeui": {
"url": "https://mcp.typeui.sh/mcp",
"type": "streamableHttp",
"disabled": false,
"autoApprove": []
}
}
}
Sign in with TypeUI if Cline asks you to authorize the connection.
Choose a theme
Browse the Design Skills page to compare available themes.
After you choose a theme, ask Cline to use it:
I like the Bento style. Let's use it.
Start building UI
Build me a landing page.
Tell Cline what to build. TypeUI helps it choose the right style and layout.
Review and refine
Run your app and review the changes. Ask Cline for targeted improvements:
I don't like this pricing section, give me more variations.
TypeUI will now create three pricing variations so you can compare different layouts before choosing one.
After you choose a direction, tell Cline which one to use:
I like the comparison one. Let's use it.
Once Cline is connected to TypeUI, you can keep working in the same flow: choose a theme, ask for the interface you need, review the generated variations, and tell Cline which direction to continue with.









