Wix MCP Server public repo
Configuration
View docs{
"mcpServers": {
"wix-wix-mcp": {
"url": "https://mcp.wix.com/mcp"
}
}
}You can access Wix tools and services from your AI client by using the Wix MCP server. It lets you search Wix documentation, write code for the Wix platform, and perform API calls on Wix sites, saving you time and effort when building with Wix resources.
To use the Wix MCP server, configure your MCP client to connect to the Wix MCP endpoint. Once connected, you can search Wix documentation across multiple sources, fetch complete article content, query Wix site data, and perform actions against Wix sites. Use this setup to streamline building, integrating, and querying Wix capabilities directly from your AI workflow.
Prerequisites include Node.js version 19.9.0 or higher.
{
"mcpServers": {
"wix-mcp-remote": {
"type": "http",
"url": "https://mcp.wix.com/mcp"
}
}
}Configure your client by adding the Wix MCP server configuration shown above. If your client supports updating MCP servers through its settings or through a guided setup flow, follow those prompts to add this configuration.
If you encounter errors while using the Wix MCP server, try these steps: verify IDE logs for details, ensure your Node.js version is current, double-check the MCP configuration for accuracy, and include the full path to Node if needed. If problems persist, start the MCP server manually with the following command and monitor for output.
npx -y @wix/mcp-remote https://mcp.wix.com/sseSearch the Wix Design System documentation.
Search the Wix REST documentation.
Search the Wix SDK documentation.
Search the Wix Build Apps documentation.
Search the Wix Headless documentation.
Include complete step-by-step instructions for multi-step sample flows.
Fetch the full content of an article by article URL.
Get the full request and response schema of an API method.
Query the sites for a Wix account.
Perform an action or query for a given account and selected site.
Perform a site-level action, such as creating a site.
Prompt the user for feedback and send it to Wix.