Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add com.wix--mcp --transport sse https://mcp.wix.com/sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"com.wix--mcp": {
"type": "sse",
"url": "https://mcp.wix.com/sse"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"com.wix--mcp": {
"type": "sse",
"url": "https://mcp.wix.com/sse"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"com.wix--mcp": {
"type": "sse",
"url": "https://mcp.wix.com/sse"
}
}
}