BeClaude

wix

Official PluginDevelopmentby Anthropic

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.

First seen 4/17/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "wix": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/wix create extension --type dashboard --name MyDashboard

2

Deploy my Wix backend API to production using the CLI.

3

Add a weather widget to my Wix site that shows live data.

View source on GitHub
deploymentapidesignmcpplugin

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..