---
title: "Wix MCP"
description: "Wix's MCP server for searching Wix docs, writing Wix code and calling site APIs."
canonical: "https://vetted.tools/mcp/wix-mcp"
source: "https://vetted.tools/mcp/wix-mcp.md"
---

# Wix MCP

Wix's MCP server for searching Wix docs, writing Wix code and calling site APIs.

Source: https://vetted.tools/mcp/wix-mcp

- Slug: `wix-mcp`
- By [Wix](https://vetted.tools/companies/wix) ([GitHub](https://github.com/wix/wix-mcp), checked 2026-09-26)
- Repository: [https://github.com/wix/wix-mcp](https://github.com/wix/wix-mcp)

## Install

### Claude Code (Terminal)

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

### Cursor (~/.cursor/mcp.json)

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

### Codex (~/.codex/config.toml)

```text
[mcp_servers.wix]
url = "https://mcp.wix.com/mcp"
```

## Facts

- Official: Yes. The registry verified the publisher's namespace. ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.wix%2Fmcp), checked 2026-09-25)
- Remote URL: https://mcp.wix.com/mcp ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.wix%2Fmcp), checked 2026-09-25)
- Registry version: 1.0.2 ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.wix%2Fmcp), checked 2026-09-25)
- Transport: Remote MCP (streamable HTTP) ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.wix%2Fmcp), checked 2026-09-25)

## Maintenance

- 4 contributors on [GitHub](https://github.com/wix/wix-mcp) as of 2026-09-25.

## Elsewhere on this site

- Home: https://vetted.tools/index.md
- Use cases: https://vetted.tools/use-cases.md
- Tools: https://vetted.tools/tools.md
- The brief: https://vetted.tools/brief.md
- Assessment: https://vetted.tools/assessment.md
- Site summary for agents: https://vetted.tools/llms.txt
- Every published page in one file: https://vetted.tools/llms-full.txt
- Every URL the site publishes: https://vetted.tools/sitemap.xml
