Skip to content
API Reference
Wix logo

Wix

Design

Build and manage Wix sites and business tools

Wix is a website builder with an extensible developer platform. List sites, manage or call APIs, search REST/SDK/Headless/CLI docs, read method schemas, generate sites with WixSiteBuilder, and poll long-running creation jobs.

Add Wix to your zone and connect it to your MCP client.

  1. In your zone’s Keycard Console, go to Applications -> Add Application -> Explore MCP Servers.

  2. Search for Wix and click Install.

  3. A browser tab opens to Wix’s OAuth consent screen. Sign in and approve the requested permissions.

  4. You’re redirected back. Wix appears on the Applications page with a Keycard MCP Gateway URL.

On the Applications page, click Add to Coding Agent next to Wix and pick how you want to install:

  • Cursor - opens a deeplink that hands the MCP config straight to Cursor. Click Install inside Cursor to finish.
  • Claude Code - opens a dialog with a claude mcp add command. Pick a scope (User, Project, or Local), then copy and run the command in your terminal.
  • Install manually - reveals the Server Name and Server URL to paste into any other MCP-compatible client.

Once connected, Wix’s tools are available to the agent, scoped to whoever signs in to your zone.

What Wix can do once installed.

Wix provides 17 tools:

WixREADME
Foundational Wix MCP context; use first except when creating a new site (use WixSiteBuilder) or listing sites (use ListWixSites)
WixSiteBuilder
Primary tool to create or generate a Wix site from a prompt (keep sitePrompt under 6000 characters)
pullSiteCreationJob
Poll status of a site creation or editing job (only if the user asks for status)
CreateWixBusinessGuide
Documentation for creating a Wix business or site via APIs (prefer WixSiteBuilder for AI site generation)
ListWixSites
List, show, or find the user’s Wix sites (optional name filter; prefer over CallWixSiteAPI for listing)
ManageWixSite
Account-level APIs to create, update, or publish a site (endpoint URL from docs or user context)
CallWixSiteAPI
Call Wix site or business REST APIs for CRUD operations (prefer ListWixSites for simple site lists)
BrowseWixRESTDocsMenu
Browse the Wix REST API documentation menu hierarchy by category URL
SearchWixRESTDocumentation
Search the official Wix REST API documentation
SearchWixWDSDocumentation
Search the Wix Design System documentation
SearchWixSDKDocumentation
Search the Wix JavaScript SDK documentation
SearchBuildAppsDocumentation
Search the Wix Build Apps documentation
SearchWixHeadlessDocumentation
Search the Wix Headless documentation
SearchWixCLIDocumentation
Search the Wix CLI documentation for local development and commands
ReadFullDocsArticle
Fetch a full Wix docs or method article with code examples by URL
ReadFullDocsMethodSchema
Fetch the full request and response schema for a REST method
SupportAndFeedback
Format feedback about Wix MCP tools for the user to submit to Wix

What to do once Wix is installed.

Now do this

  • Confirm the gateway works by asking your AI client to call one of the Wix tools above.

Recommended

  • Decide who can use it - write access policies scoped to the Wix resource so only the right users and agents reach the tools.
  • Watch the calls - every tool call lands in your audit log with user identity, resource, and policy decision.