microweber-mcp
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., "@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: Royal 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/molnar-mate-zengo/microweber-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server