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: @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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceMCP server to help manage a WHMCS installation.623419MIT
- AlicenseAqualityBmaintenanceMCP server for Strapi CMS content and media management.1520MIT
- Alicense-qualityBmaintenanceAn 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.32ISC
- Alicense-qualityBmaintenanceOpen-source MCP server that turns any CMS backend into an AI-agent-ready content management system. It provides tools for content CRUD, idea management, and publication tracking, with safety features requiring human approval for publishing.MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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