Use TypeUI with Zed
Follow this guide to connect Zed's Agent Panel to TypeUI while it edits UI in your project.
Open Zed
Open the project where you want Zed's agent to build UI.
Add TypeUI MCP
Until the TypeUI Zed extension is approved in the Zed extensions registry, add TypeUI as a custom MCP server in Zed settings. Open your Zed settings JSON and add:
{
"context_servers": {
"typeui": {
"url": "https://mcp.typeui.sh/mcp"
}
}
}
You can also open the Agent Panel settings view and add the same remote server through the custom server modal. If Zed asks you to authenticate, sign in with TypeUI through the MCP OAuth flow.
Choose a theme
Browse the Design Skills page to compare available themes.
After you choose a theme, ask Zed to use it:
I like the Bento style. Let's use it.
Start building UI
Build me a landing page.
Tell Zed what to build. TypeUI helps it choose the right style and layout.
Review and refine
Run your app and review the changes. Ask Zed 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 Zed which one to use:
I like the comparison one. Let's use it.
Once Zed 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 Zed which direction to continue with.









