Persistent memory for coding agents as a single Go binary — SQLite and FTS5 behind MCP, an HTTP API, a CLI and a TUI, with no Node, Python or Docker required.
Wix MCP
Summary
Wix's official MCP server — search the Wix REST, SDK, Headless and Design System docs, then query and act on the sites in your Wix account.
Features
- Search the Wix REST, SDK, Headless, Build Apps and Design System docs
- Fetch a full docs article or a complete API method schema
- Step-by-step multi-step business flow instructions
- List the sites on an account and call site APIs
- Site-level management including site creation
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Wix's official Model Context Protocol server, hosted at https://mcp.wix.com/mcp. It does two jobs that usually need two different integrations: it makes Wix's documentation searchable from inside your agent, and it lets that agent call the Wix API against your real sites.
Documentation retrieval
Separate search tools cover the Wix REST, SDK, Headless, Build Apps and Wix Design System references, plus ReadFullDocsArticle to pull an article whole and ReadFullDocsMethodSchema to get the complete request and response schema for one API method. WixBusinessFlowsDocumentation returns step-by-step instructions for multi-step flows rather than isolated endpoint pages — the difference between an agent that can call an endpoint and one that knows the sequence a working integration needs.
Acting on sites
ListWixSites enumerates the sites on an account, CallWixSiteAPI performs a query or action against a chosen site, and ManageWixSite handles site-level operations such as creating a new one. All tools are enabled by default.
Setup
Add {"type": "http", "url": "https://mcp.wix.com/mcp"} to your MCP configuration; an SSE endpoint at https://mcp.wix.com/sse remains for clients that need it. Node.js 19.9.0 or newer is required. Wix documents the setup for Claude Desktop, Claude web, Cursor, Windsurf, VS Code and Gemini CLI, and publishes a page of sample prompts.
Related MCP Servers
Give a coding agent a live feedback loop on real mobile, TV and desktop apps — inspect, tap, type and capture evidence on iOS, Android and HarmonyOS over MCP or a CLI.
The official W&B MCP server: query experiment runs, Weave LLM traces, artifacts and registries in natural language, and write findings back as a W&B report.
Replicate's official MCP server: search thousands of hosted models, read their schemas, and run predictions on image, video, audio and language models from inside an agent.
