16 hours ago
Unshift turns Claude or ChatGPT into a website builder. Connect it over MCP, describe the site you want, and Unshift builds a real website and publishes it to a live URL. Claude's free tier is enough, so there is no token bill. Everyday edits happen in a visual editor.
Server Config
{
"mcpServers": {
"unshift": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://studio.unshift.ai/api/mcp"
]
}
}
}