About
Convert any Wordpress website into an MCP app
README

Generate MCP (Model Context Protocol) servers with agentic UI from WordPress websites.
Architecture
This is a monorepo with three packages:
packages/
├── backend/ # NestJS API server (port 3000)
├── frontend/ # React + Vite UI (port 5173)
└── shared/ # Shared TypeScript types
Prerequisites
- Node.js >= 18.0.0
- Docker (for MySQL database)
Getting Started
1. Start the Database
npm run docker:up
This starts a MySQL 8.0 container with:
- Database:
mcp_generator - User:
mcp_user - Password:
mcp_password - Port:
3306
2. Configure Environment
cp packages/backend/.env.example packages/backend/.env
The default values work with the Docker database setup.
3. Install Dependencies
npm install
4. Start Development Servers
npm run dev
This starts both frontend and backend concurrently:
- Frontend: http://localhost:5173 (Vite dev server with HMR)
- Backend: http://localhost:3000 (NestJS with watch mode)
The frontend proxies /api requests to the backend automatically.
Available Scripts
| Script | Description |
|---|---|
npm run dev |
Start frontend + backend in parallel |
npm run dev:frontend |
Start only the frontend |
npm run dev:backend |
Start only the backend |
npm run build |
Build all packages |
npm run build:frontend |
Build frontend for production |
npm run build:backend |
Build backend for production |
npm run start:backend |
Start production backend |
npm run test |
Run tests in all packages |
npm run lint |
Lint all packages |
npm run docker:up |
Start MySQL container |
npm run docker:down |
Stop MySQL container |
API Endpoints
The backend exposes these endpoints:
GET /api/health- Health checkGET /api/mcp-servers- List MCP serversPOST /api/mcp-servers- Create MCP serverGET /api/mcp-servers/:id- Get MCP server detailsDELETE /api/mcp-servers/:id- Delete MCP serverPOST /api/mcp-servers/:id/sync- Sync WordPress contentGET /api/s/:slug/mcp- MCP endpoint for a specific serverPOST /api/s/:slug/mcp- MCP message handlerGET /api/sse- SSE connection for real-time updatesPOST /api/messages- Send MCP messages
Development
Running Individual Packages
# Frontend only
npm run dev:frontend
# Backend only (requires database)
npm run dev:backend
Building for Production
# Build all packages
npm run build
# Build specific package
npm run build:frontend
npm run build:backend
License
ISC
Installing Wordpress Agentic Ui Generator
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mnfst/wordpress-agentic-ui-generatorFAQ
Is Wordpress Agentic Ui Generator MCP free?
Yes, Wordpress Agentic Ui Generator MCP is free — one-click install via Unyly at no cost.
Does Wordpress Agentic Ui Generator need an API key?
No, Wordpress Agentic Ui Generator runs without API keys or environment variables.
Is Wordpress Agentic Ui Generator hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Wordpress Agentic Ui Generator in Claude Desktop, Claude Code or Cursor?
Open Wordpress Agentic Ui Generator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951Design Inspiration Server
Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re
by YonasValentinCompare Wordpress Agentic Ui Generator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
