From wix
Connects remotely to Wix MCP server at https://mcp.wix.com/mcp for integration with the Wix website builder platform tools and services.
npx claudepluginhub wix/skills --plugin wixAdd to your .mcp.json:
{
"mcpServers": {
"wix-mcp": {
"command": "npx",
"args": [
"-y",
"@wix/mcp-remote@latest",
"https://mcp.wix.com/mcp"
],
"url": "https://mcp.wix.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://mcp.wix.com/mcp