home / mcp / wix mcp server

Wix MCP Server

Wix MCP Server public repo

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "wix-wix-mcp": {
      "url": "https://mcp.wix.com/mcp"
    }
  }
}

You can access Wix tools and services from your AI client by using the Wix MCP server. It lets you search Wix documentation, write code for the Wix platform, and perform API calls on Wix sites, saving you time and effort when building with Wix resources.

How to use

To use the Wix MCP server, configure your MCP client to connect to the Wix MCP endpoint. Once connected, you can search Wix documentation across multiple sources, fetch complete article content, query Wix site data, and perform actions against Wix sites. Use this setup to streamline building, integrating, and querying Wix capabilities directly from your AI workflow.

How to install

Prerequisites include Node.js version 19.9.0 or higher.

{
  "mcpServers": {
    "wix-mcp-remote": {
      "type": "http",
      "url": "https://mcp.wix.com/mcp"
    }
  }
}

Additional sections

Configure your client by adding the Wix MCP server configuration shown above. If your client supports updating MCP servers through its settings or through a guided setup flow, follow those prompts to add this configuration.

Troubleshooting

If you encounter errors while using the Wix MCP server, try these steps: verify IDE logs for details, ensure your Node.js version is current, double-check the MCP configuration for accuracy, and include the full path to Node if needed. If problems persist, start the MCP server manually with the following command and monitor for output.

npx -y @wix/mcp-remote https://mcp.wix.com/sse

Available tools

SearchWixWDSDocumentation

Search the Wix Design System documentation.

SearchWixRESTDocumentation

Search the Wix REST documentation.

SearchWixSDKDocumentation

Search the Wix SDK documentation.

SearchBuildAppsDocumentation

Search the Wix Build Apps documentation.

SearchWixHeadlessDocumentation

Search the Wix Headless documentation.

WixBusinessFlowsDocumentation

Include complete step-by-step instructions for multi-step sample flows.

ReadFullDocsArticle

Fetch the full content of an article by article URL.

ReadFullDocsMethodSchema

Get the full request and response schema of an API method.

ListWixSites

Query the sites for a Wix account.

CallWixSiteAPI

Perform an action or query for a given account and selected site.

ManageWixSite

Perform a site-level action, such as creating a site.

SupportAndFeedback

Prompt the user for feedback and send it to Wix.

Wix MCP Server - wix/wix-mcp