# Wix (verified)

Build and manage websites with a drag-and-drop editor. Edit pages, manage site content, configure domains, and publish updates.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wix

# Browse available tools
npx -y @smithery/cli@latest tool list wix

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wix WixREADME

# Call a tool
npx -y @smithery/cli@latest tool call wix WixREADME '{}'
```

## Direct MCP Connection

Endpoint: `https://wix.run.tools`

## Tools (15)

- `WixREADME` — # Tool: WixREADME
- `CreateWixBusinessGuide` — Provides comprehensive documentation for creating a new Wix Business (i.e site, app, etc.)
- `SearchWixWDSDocumentation`
- `SearchWixRESTDocumentation` — Searches the official Wix REST API documentation.
- `SearchWixSDKDocumentation`
- `SearchBuildAppsDocumentation`
- `SearchWixHeadlessDocumentation`
- `SearchWixCLIDocumentation` — Searches the Wix CLI documentation for website development and CLI commands.
- `ReadFullDocsArticle` — Fetches the full Wix docs article or method article with code examples for using the method.
- `ReadFullDocsMethodSchema` — Fetches the full method schema for a given method.
- `BrowseWixRESTDocsMenu` — Browse the Wix REST API documentation menu hierarchy.
- `CallWixSiteAPI` — Call Wix apis on a business or site. Use this to create, read, update, and delete data and other Wix entities in your W…
- `ListWixSites` — **Use this tool whenever the user asks to list, show, get, or find their Wix sites.** This is the dedicated tool for li…
- `ManageWixSite` — Use account level API in order to create a site, update a site and publish site.
- `SupportAndFeedback` — If the user would like to provide Wix with some feedback (good or bad), about the tools in Wix MCP,

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wix <tool-name>
```
