
Wix
OfficialBuild, customize, and scale full-featured web experiences with powerful tools and infrastructure.
Provider:Wix
Category:Development
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"wix": {
"command": "npx",
"args": [
"-y",
"wix-mcp-server"
],
"env": {
"WIX_API_KEY": "<your-wix-api-key>",
"WIX_SITE_ID": "<your-wix-site-id>"
}
}
}
}