Wix Bookings MCP Server
Provides tools for managing courses and bookings via the Wix Bookings API, including listing courses, retrieving participant details, and searching bookings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wix Bookings MCP Serverlist all services with capacity details"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wix Bookings MCP Server
Serveur MCP (Model Context Protocol) exposant les outils de l'API Wix Bookings pour la gestion des cours et la recherche de participants.
Outils
Outil | Description |
| Lister les cours/formations avec métadonnées (ID, nom, type, prix, capacité) et données d'inscription (lieu, nombre de participants). Utiliser pour découvrir les IDs nécessaires à |
| Obtenir la liste détaillée des participants d'un cours (noms, emails, statuts). |
| Rechercher des réservations par nom, email ou téléphone. |
Related MCP server: Moodle MCP Server
Identifiants
Les identifiants Wix sont passés de deux façons selon le mode :
Mode stdio : via les variables d'environnement
WIX_API_TOKENetWIX_SITE_ID.Mode HTTP : via les en-têtes HTTP
X-Wix-Api-TokenetX-Wix-Site-Id.
Modes de transport
Stdio (par défaut avec --stdio)
WIX_API_TOKEN=xxx WIX_SITE_ID=yyy npx -y github:mateotiedra/wix-formation-mcp --stdioHTTP
docker run -p 3000:3000 wix-bookings-mcpLe serveur écoute sur le port 3000 (configurable via PORT).
Exemple de configuration client MCP (HTTP) :
{
"mcpServers": {
"wix-bookings": {
"url": "http://localhost:3000/mcp",
"headers": {
"X-Wix-Api-Token": "votre-token",
"X-Wix-Site-Id": "votre-site-id"
}
}
}
}Développement
# Installer les dépendances
npm install
# Lancer en mode développement (HTTP)
npm run dev
# Compiler
npm run build
# Lancer les tests
npm testThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mateotiedra/wix-formation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server