The Official Wix MCP Server | Wix Studio
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
Generate production-ready code in minutes
Here’s how it works:
1. Configure the Wix MCP Server
Paste this code in your preferred LLM to set up the Wix MCP Server.
{
"mcpServers": {
"wix-mcp-remote": {
"type": "http",
"url": "[https://mcp.wix.com/mcp](https://mcp.wix.com/mcp)"
}
}
}
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
- Bookings
- Payments
- Events
- Pricing Plans
- Blog
- CMS
- CRM
- Restaurants
eCommerce
Set users up to sell smoothly and securely with centralized management for orders, inventory, shipping and finance.
Bookings
Add functionality that lets users sell services, offer appointments, manage staff calendars and meet just about any scheduling need.
Payments
Integrate secure payment solutions on booking sites with the ability to accept payments from debit and credit cards or Apple Pay, add shipping and tax or provide users with the option to pay in installments.
Events
Give users what they need to run events like clockwork with ticket sales, customizable registration pages & invites, seating plans and attendee tracking.
Pricing Plans
Create customized pricing plans that let users sell memberships or subscriptions.
Blog
Add blogs to sites that let your users improve SEO performance and create communities. They can keep content organized with tags and categories and control editorial processes with assigned roles for writers. Plus there’s a pathway to monetization with subscription pricing plans.
CMS
Simplify content management for users with a decoupled CMS. Content can be managed via collections connected to the UI in the backend, without touching the editor.
CRM
Let users generate more leads with integrated CRM tools like forms for capturing contact info and live chat.
Restaurants
Build restaurant sites with a robust online ordering and reservation system built-in. Design custom menus and help clients reach customers with automated marketing campaigns, gift cards, loyalty programs and more.
Get some prompt inspiration
Not sure where to start with prompting? Browse these examples for some guidance on how to get going.
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
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.
{
"mcpServers": {
"wix-mcp-remote": {
"command": "npx",
"args": [
"-y",
"@wix/mcp-remote",
"[https://mcp.wix.com/sse](https://mcp.wix.com/sse)"
]
}
}
}