The Wix MCP Server
Build and manage projects with our business solutions like eCommerce, Bookings and Payments in a few prompts. Do it with AI tools like Cursor or Claude thanks to the Wix Model Context Protocol (MCP) Server.


Getting started
1
Configure the Wix MCP Server
Paste the configuration in your preferred AI assistant to set up the Wix MCP Server.
2
Tell it about your task or project
Enter your prompt or use one of these examples to generate code.
3
Finalize the creation process and action updates
Run code to launch and manage your website from your AI assistant.
Business solutions
Deploy functionality for a range of business needs

eCommerce
Set users up to sell smoothly and securely with centralized management for orders, inventory, shipping and finance.
Security & reliability
Infrastructure you can trust
When you build on Wix, you’re building on a platform with security, privacy and reliability at its core.
Fully managed security
We factor security into every step of our own design and development processes. Our experts in the Security Operations Center work 24/7/365 to identify threats and respond to them.
Privacy
Wix website security certificates include PCI DSS Level 1, SOC 2 Type 2, SOC 3 and several ISOs. Plus, we’re compliant with GDPR, CCPA and LGPD.
Reliability
Thanks to an industry-leading uptime, multi-cloud hosting, global CDN coverage and multiple layers of DDoS protection your assets stay up and running. No matter what.
FAQ
FAQ
What is an MCP Server?
The Model Context Protocol (MCP) is an open standard for creating connections between data sources and AI-powered tools. MCP servers provide AI-powered tools with resources such as documentation, API access, and other functionality. The AI tool can then access these resources while it executes tasks, expediting workflows.
What can I build with the Wix MCP Server?
You can build websites, web apps and custom Wix apps with the following functionality:
-
eCommerce
-
Bookings
-
Payments
-
Events
-
Pricing Plans
-
Blog
-
CMS
-
CRM
-
Any other Wix business solution with open APIs
Is the Wix MCP Server compatible with all LLMs?
The Wix MCP Server is compatible with all MCP-compatible AI tools like Claude and Cursor.ai. Version 19.9 Node.js is required to use the Wix MCP Server.
Do I need a Wix account?
Yes, if you don’t have a Wix account you’ll be prompted to create one as you chat with your preferred LLM about your project.
How secure is the Wix MCP Server?
The Wix MCP Server is monitored 24/7/365 by our team of experts in the Security Operations Center and meets all of Wix's security standards which are factored into the design process of our products.
How is the generated code validated?
Most LLMs and AI clients will validate the generated code, however as this step is dependent upon the capabilities of individual LLMs, we strongly recommend that you perform all the necessary checks on your code before going live.
Copied!
1 {
2 "mcpServers": {
3 "wix-mcp-remote": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "@wix/mcp-remote",
9 ]
10 }
11 }
12 }