wix.com
Wix is a website-building and business platform that also provides commerce, bookings, CRM, payments, and headless capabilities. Developers can extend Wix sites, build apps for the Wix ecosystem, and integrate Wix business data and workflows into external systems.
Wix exposes a documented REST API at https://www.wixapis.com, a public/optionally authenticated remote MCP server at https://mcp.wix.com/mcp, and a Node-based Wix CLI (`wix`).
- Wix MCP serverdetected
- Wix REST APIdiscovered
- Wix CLIdiscovered
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
Create or open your Wix app in the Wix developer dashboard, then on the app’s OAuth page copy the App ID and App secret. Your integration also needs an instanceId for each installed app instance, as described in Authenticate Using OAuth. Use these values to mint access tokens from POST https://www.wixapis.com/oauth2/token with the client_credentials grant.
$ wix loginAcquired by the CLI — running wix login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://wix.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing