Wix MCP server icon

Wix

by Wix

HIPAA CompliantSOC2 ReadyISO 27001 Ready
Productivity18 tools

Search Wix developer docs and act on live Wix sites from an AI agent. Wix documents 18 tools; Anthropic's directory lists 12 of them, omitting the tool Wix names as the default path to Stores, Bookings and CMS data. OAuth requests only offline_access.

Verified connector

Listed by Anthropic as a partner connector in its Connectors Directory.

Connection checked by Agentman on .

Anthropic states this reflects the level of review a connector received, not a security audit.

Connect Wix via MCP

https://mcp.wix.com/mcp

Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.

Wix Tools & Capabilities (18)

Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.

Limits

  • The OAuth grant is not a boundary. offline_access is the only advertised scope. Nothing at MCP consent separates reading a product from cancelling an order or issuing a refund. Use an API key with explicit scopes and site access if that matters to you.
  • Tool count does not bound capability. ExecuteWixAPI and CallWixSiteAPI are generic REST passthroughs. Any Wix REST endpoint your identity can reach is reachable through two tool names, including bulk deletes and Refund Payments.
  • We could not read tool schemas or safety annotations. The endpoint returned 401 to an anonymous request, so no parameter-level detail or readOnlyHint value is published here.
  • Anthropic's directory under-lists this server by six tools, including the two most consequential ones. Size the connector from Wix's documentation, not the listing.
  • ManageWixSite cannot reach business data. Wix states it authenticates at the account level only, so it "can't read or write per-site business data" — that requires CallWixSiteAPI or ExecuteWixAPI with a site-id. This is a real internal boundary, and the only one we found.
  • Site-level permissions still come from your Wix role. Wix documents that a call passing the scope check can still fail on role, but the inverse also holds: an owner's role imposes no ceiling.
  • Wix documents accuracy problems with model choice. Its troubleshooting guidance suggests switching models when requests fail or return unexpected results, naming GPT-4.1 defaults in Cursor and Windsurf as a case to move away from. Verify what the agent reports before acting.
  • The local proxy is not actively released. @wix/mcp-remote last published version 0.0.6 on 2025-06-05. Remote-capable clients should use the HTTP endpoint directly.
  • We found no published rate limits for the MCP endpoint specifically, and did not test any. Treat throughput as unknown rather than unlimited.

Frequently asked questions

Yes, and Wix documents it as a headline use. ManageWixSite performs account-level actions including creating, updating and publishing a site, and Wix's own sample prompts show publishing a named site and installing an app on it. Publishing pushes the current draft to the public domain, so a change an agent made becomes visible to visitors without a second confirmation step.

Yes. ExecuteWixAPI and CallWixSiteAPI reach the Wix REST API on a chosen site, and the Stores Catalog V3 API includes Update Product, Bulk Update Products By Filter, Delete Product and inventory item writes. Wix's own sample prompt applies a fifteen percent discount to every product on a named store, so a single instruction can reprice a whole catalogue.

Yes, on both counts. The same REST passthrough reaches eCommerce Orders — including Cancel Order, Update Order and Refund Payments — and the CRM Contacts V5 API, which includes Create Contact, Delete Contact and Bulk Delete Contacts By Filter. Refunds move real money and contact deletion is not reversible from the connector.

Eighteen, by Wix's own count. Anthropic's directory snapshot lists twelve of those names. The six it omits are ExecuteWixAPI, UploadImageToWixSite, GetSiteContext, BrowseWixRESTDocsMenu, SearchWixAPISpec and WixBusinessFlowsDocumentation. Every directory name appears in Wix's list, so the directory is a strict subset rather than a contradiction.

One scope, and it grants nothing. The server's RFC 9728 descriptor declared scopes_supported of offline_access on 2026-08-22, which only permits refresh tokens. Wix expresses real API permissions as scopes for apps and API keys and as roles for Wix users, so an interactive sign-in inherits your entire Wix role instead of a narrowed grant.

Authenticate with an API key rather than an interactive login. Wix states an API key's permissions combine two independent dimensions: scopes that define which operations it can perform, and site access that defines which sites it can target. Wix advises giving each key the narrowest set of sites its integration needs. Only account owners and co-owners can create keys.

Yes, through the REST passthrough. Wix's published sample prompts include sending an inbox email message to a named contact on a named site with an image attached, and describe the agent creating the contact first if it cannot find one. That is an outbound message reaching a real person, triggered by one natural-language instruction.

Auto-run mode. Wix's own documentation warns that depending on the prompt, your AI client may make changes to your local code files or live site, and recommends disabling auto-run so the client must request permission for each tool call. That gives you a review step before a write reaches the public site.

No, they are opposite directions. This connector links your agent to your Wix account. Wix also gives every site a built-in MCP server at your-domain/_api/mcp that needs no authentication and lets visitors' agents browse products, book services and start a checkout. That one is a public read and booking surface on a site you own.

Sources

Use in Agentman

Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.

Open in Agentman Studio

Server Info

Category
Productivity
Developer
Wix
Tools
18
Domain
mcp.wix.com

Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.