Wix MCP Server

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. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-23 · ★ 16 · #700 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

how we verify → /methodology

01 · Install Wix MCP Server

Claude Code

claude mcp add wix-wix-mcp --transport sse https://mcp.wix.com/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wix-wix-mcp": {
      "url": "https://mcp.wix.com/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.wix.com/sse

transport: sse

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.wix.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.wix - domain-verified with the official MCP registry

03 · Who maintains Wix MCP Server

mcp is maintained by wix. It's the only MCP server we track from this author; the repo dates to May 2025.

04 · Facts

category
other - ranked #700 of 848 actively-maintained other servers as of 2026-08-25.
registry
com.wix/mcp (active, first published 2025-09-23 · 3 versions)

05 · Wix MCP Server FAQ

What is Wix MCP Server?

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. It is available as a remote MCP endpoint.

Is Wix MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-23. We re-verify nightly.

How do I install Wix MCP Server?

Run `claude mcp add wix-wix-mcp --transport sse https://mcp.wix.com/sse`. You can also paste the ready-made client config above.

Does Wix MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Wix MCP Server