The Wix MCP

The Wix MCP is a Model Context Protocol server that lets you work with Wix from your AI agent. Once you connect it, your agent can search the Wix documentation, write code for the Wix platform, and make API calls on Wix sites.

The Wix MCP is also available as a built-in connector in Claude, so you can use it there without any configuration.

Note: The Wix MCP connects your AI agent to Wix. The Wix Site MCP goes the other direction, connecting visitors' AI agents to a single Wix site.

What you can do with the Wix MCP

The Wix MCP supports both building and managing. Its capabilities fall into a few groups:

  • Search and read the docs: Your agent can search across Wix's developer documentation, and pull the full text of an article or the schema of an API method, like checking the exact parameters of a method before writing a call.
  • Write code for the Wix platform: Your agent can generate correct REST or SDK code and build features against Wix APIs, like writing the code to register visitors for an event in a headless project.
  • Call APIs on sites: Your agent can perform real actions on a site, like applying a discount to all store products, adding a bookings staff member, or sending an email to a contact.
  • Manage sites, apps, and projects: Your agent can perform account-level actions, like creating and publishing a site, installing a business solution, or scaffolding a new headless project.

Set up the Wix MCP

Watch a demo of setting up the Wix MCP:

Before you begin

Install Node.js version 19.9.0 or higher.

Add the Wix MCP to your agent

Add one of the following configurations to your agent's MCP configuration file. Agents that support remote MCP, such as Claude, Cursor, Copilot, and Windsurf, connect over HTTP. Other agents connect through a local npx proxy.

Depending on your agent, you might add this through the agent's settings, or ask the agent itself to add the configuration. See the instructions for common agents:

If you're using Cursor without an API key, you don't need to configure the MCP manually. Install it from the Cursor MCP library.

Authenticate with an API key

By default, your agent authenticates through your Wix account. For tools that run without an interactive login, such as n8n or A2A, authenticate with an API key and your Wix account ID instead.

Available tools

The Wix MCP provides the following tools, all enabled by default:

  • SearchWixWDSDocumentation: Search the Wix Design System documentation.
  • SearchWixRESTDocumentation: Search the Wix REST documentation.
  • SearchWixSDKDocumentation: Search the Wix SDK documentation.
  • SearchBuildAppsDocumentation: Search the Build Apps documentation.
  • SearchWixHeadlessDocumentation: Search the Wix Headless documentation.
  • WixBusinessFlowsDocumentation: Get complete step-by-step instructions for multi-step sample flows.
  • ReadFullDocsArticle: Fetch the full content of an article by its URL.
  • ReadFullDocsMethodSchema: Get the full request and response schema of an API method.
  • ListWixSites: Query the sites in a Wix account.
  • CallWixSiteAPI: Perform an action or query on a selected site.
  • ManageWixSite: Perform a site-level action, such as creating a site.
  • SupportAndFeedback: Prompt you for feedback and send it to Wix.

Common issues

If you get errors running the MCP server, try the following:

  1. Check the agent or IDE logs.

  2. Make sure the latest Node version is the default on your path.

  3. Check that the npx arguments are correct, including -y and the correct npm registry.

  4. Include the full path to Node.

  5. Restart the agent or IDE.

  6. In your agent's MCP settings, log out and back in to reconnect to the server.

  7. Run the MCP server directly on the command line:

    Copy
  8. If the connection drops after a long period of inactivity or after you switch Wix accounts, delete ~/.mcp-auth on Mac or C:\Users\<username>\.mcp-auth on Windows, then reconnect.

  9. For more help, see the MCP debugging guide.

Tip: To send feedback about your MCP experience, tell your agent to submit feedback to Wix. It prompts you for a message and sends it directly to the Wix team.

Sample prompts across development paths

Each development path has its own collection of sample prompts showing what an AI agent can do with the Wix MCP. Start with the set that matches what you're building:

See also

  • The Wix Plugin: Bundles the Wix MCP together with Wix Skills in one install.
  • Wix Skills: Instruction sets that pair with the MCP to guide your agent through Wix tasks.
  • AI-Friendly Docs: The other ways AI agents reach the Wix documentation.

Last updated: 2 August 2026

Did this help?