Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-wix-mcp": {
"args": [
"mcp-remote",
"https://mcp.wix.com/sse"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Wix now provides a Model Context Protocol (MCP) server that allows you to work with Wix tools and services in your chosen AI client. By configuring the Wix MCP server, you enable your client to search the Wix documentation, write code for the Wix platform, and make API calls on Wix sites. This saves you the time and effort of finding and applying the information in the documentation yourself.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'arguments' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked arguments against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce / developer-tools
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for com.wix/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Wix now provides a Model Context Protocol (MCP) server that allows you to work with Wix tools and services in your chosen AI client. By configuring the Wix MCP server, you enable your client to search the Wix documentation, write code for the Wix platform, and make API calls on Wix sites. This saves you the time and effort of finding and applying the information in the documentation yourself.
For examples on how to use the Wix MCP server, see our sample prompts.
This section shows you the basic configuration you need to add to your AI tool to use the Wix MCP server.
To add the Wix MCP server to your agent, include the following JSON object in your MCP server configuration:
{
"mcpServers": {
"wix-mcp-remote": {
"type": "http",
"url": "https://mcp.wix.com/mcp"
}
}
}
Depending on your client, you may be able to configure the MCP server through the client settings, or even ask the client itself to add the configuration. See instructions on adding MCP servers for common AI tools:
The Wix MCP server provides the following tools in the table below. All of these tools are enabled by default.
| Tool | Description |
| 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. |
If you’r