mcp for Claude Desktop
io.github.swebsy/mcp
Build and edit real websites in Swebsy Studio from your coding agent — no per-token AI fees.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@swebsy/mcp"
],
"env": {
"SWEBSY_AGENT_PORT": "<SWEBSY_AGENT_PORT>",
"SWEBSY_AGENT_DIR": "<SWEBSY_AGENT_DIR>",
"SWEBSY_APP_URL": "<SWEBSY_APP_URL>",
"SWEBSY_NO_OPEN": "<SWEBSY_NO_OPEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs