Wix Mcp Server

by wix

253 downloads
Not rated
GitHub

About

With the Wix MCP Server, users can leverage natural language prompts to seamlessly connect Wix’s comprehensive business functionality with their preferred compatible AI-powered tools, enabling them to build custom experiences on top of Wix or manage their Wix-based business

Details

Author
wix
Downloads
253
Categories
Other

- Remote MCP server using SSE transport
- No manual installation; uses npx on demand
- Compatible with multiple popular AI tools
- Configured via standard MCP JSON settings
- Hosted at Wix’s official MCP endpoint

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Wix Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the provided JSON configuration to your MCP client settings. The server runs via npx with the remote SSE URL. Instructions for specific clients (Claude Desktop, Claude Web, Cursor, Windsurf, VS Code) are linked in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "wix mcp server": {
            "wix-mcp-remote": {
                "command": "npx",
                "args": [
                    "-y",
                    "@wix/mcp-remote",
                    "https://mcp.wix.com/sse"
                ]
            }
        }
    }
}

McpServers

{
    "wix-mcp-remote": {
        "command": "npx",
        "args": [
            "-y",
            "@wix/mcp-remote",
            "https://mcp.wix.com/sse"
        ]
    }
}

Required configuration

{
 "mcpServers": {
    "wix-mcp-remote": {
      "command": "npx",
      "args": [
        "-y",
        "@wix/mcp-remote",
        "https://mcp.wix.com/sse"
      ]
    }
  }

Depending on your client, you may be able to configure the MCP server through the client settings, or even ask the client itself to add the configuration. See instructions on adding MCP servers for common AI tools:

Instructions for Claude Desktop

Instructions for Claude Web

Instructions for Cursor

Instructions for Windsurf

Instructions for VS Code

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.