Home › Other › wix-mcp

wix-mcp

A Model Context Protocol server for Wix AI tools

Remote
★ 16 stars Last pushed 2026-07-23

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (sse)

https://mcp.wix.com/sse Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Remote (streamable-http)

https://mcp.wix.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry