W

Wix REST API

REST discovered

Details
URL
https://www.wixapis.com
Docs
https://dev.wix.com/docs/rest
Authentication
OAuth 2.0 Authorization: <credential> + OAuth 2.0 wix-account-id: <credential> discovered
OAuth 2.0 oauth2
OAuth 2.0 — self-onboarding

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.

OAuth 2.0 Authorization: <credential> + OAuth 2.0 wix-site-id: <credential> discovered
Wix app OAuth credentials oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

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.