wix
Build, manage, and deploy Wix sites and apps. CLI development skills for dashboard extensions, backend APIs, site widgets, and service plugins with the Wix Design System, plus MCP server for site management.
Summary
This skill enables developers to build, manage, and deploy Wix sites and apps directly from Claude Code.
- It provides CLI tools for creating dashboard extensions, backend APIs, site widgets, and service plugins using the Wix Design System, plus an MCP server for site management tasks.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "wix": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/wix create extension --type dashboard --name MyDashboard
Deploy my Wix backend API to production using the CLI.
Add a weather widget to my Wix site that shows live data.
Security Audits
Frequently Asked Questions
What is wix?
This skill enables developers to build, manage, and deploy Wix sites and apps directly from Claude Code. It provides CLI tools for creating dashboard extensions, backend APIs, site widgets, and service plugins using the Wix Design System, plus an MCP server for site management tasks.
How to install wix?
To install wix: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "wix": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is wix best for?
wix is a mcp categorized under Development. It is designed for: deployment, api, design, mcp, plugin. Created by Anthropic.
What can I use wix for?
wix is useful for: Create a new Wix dashboard extension with a custom UI component using the Wix Design System.; Deploy a backend API endpoint for a Wix site that handles form submissions and integrates with external services.; Add a site widget to display dynamic content from a third-party data source on a Wix page.; Manage site settings, such as updating metadata or enabling features, via the MCP server.; Develop a service plugin that extends Wix functionality with custom business logic.; Automate the deployment of Wix app updates across multiple sites from the command line..