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.
The Wix MCP supports both building and managing. Its capabilities fall into a few groups:
Watch a demo of setting up the Wix MCP:
Install Node.js version 19.9.0 or higher.
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.
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.
The Wix MCP provides the following tools, all enabled by default:
If you get errors running the MCP server, try the following:
Check the agent or IDE logs.
Make sure the latest Node version is the default on your path.
Check that the npx arguments are correct, including -y and the correct npm registry.
Include the full path to Node.
Restart the agent or IDE.
In your agent's MCP settings, log out and back in to reconnect to the server.
Run the MCP server directly on the command line:
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.
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.
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:
Last updated: 2 August 2026