Unshift for Claude Desktop
io.github.unshift-ai/unshift
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
client:Claude Desktop
transport:streamable-http
Install Unshift in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unshift": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://studio.unshift.ai/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs