microweber-mcp
Click on "Deploy 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., "@microweber-mcplist all pages on my site"
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.
Microweber MCP
An MCP server for Microweber sites. It wraps Microweber's existing HTTP API — no plugin or module is installed on the site, only admin credentials are needed.
Tools
Tool | What it does |
| List pages/posts/products (optional parent id + keyword) |
| Get one content item by id (full HTML body) |
| Create (omit id) or update (with id) content |
| Delete a content item by id |
| Upload a local file to the media library |
Related MCP server: @lapage/strapi-mcp
Setup
npm install
cp .env.example .env # fill in your site + admin login
npm start # or: node server.js.env:
MW_BASE_URL=https://your-site.com
MW_USERNAME=admin
MW_PASSWORD=secretCredentials can also come from real environment variables (they win over .env).
Wire into Claude Code / Desktop
{
"mcpServers": {
"microweber": {
"command": "node",
"args": ["/absolute/path/to/server.js"]
}
}
}(Env can be set here too via an "env" block instead of .env.)
How auth works
Microweber v2 uses session + CSRF, so the server:
POST /api/user_loginwith username/password →laravel_sessioncookie (CSRF-exempt).GET /admin→ readswindow.livewire_token(the CSRF token).Every admin API call is
POST /api/<endpoint>with the cookie +X-CSRF-TOKENheader.
Sessions are cached in memory and re-established automatically on a 403.
Smoke test
node test-smoke.js # lists tools and reads content through the serverThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Hostinger API
Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.
The official MCP Server for the Mux API
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server to help manage a WHMCS installation.6225 npm20MIT
- AlicenseAqualityDmaintenanceMCP server for Strapi CMS content and media management.157 npmMIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI agents to manage WordPress sites, including Elementor page building, content CRUD, plugin management, and site configuration via the WordPress REST API.70 npmISC
- AlicenseNot gradedqualityCmaintenanceMCP server for WordPress content management via REST API, supporting posts, pages, media, comments, and terms through natural language interfaces like Cursor, ChatGPT, Codex, and Claude.13 npmMIT