Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wordpress Agentic Ui Generator

БесплатноНе проверен

Convert any Wordpress website into an MCP app

GitHubEmbed

Описание

Convert any Wordpress website into an MCP app

README

Demo

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:

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 check
  • GET /api/mcp-servers - List MCP servers
  • POST /api/mcp-servers - Create MCP server
  • GET /api/mcp-servers/:id - Get MCP server details
  • DELETE /api/mcp-servers/:id - Delete MCP server
  • POST /api/mcp-servers/:id/sync - Sync WordPress content
  • GET /api/s/:slug/mcp - MCP endpoint for a specific server
  • POST /api/s/:slug/mcp - MCP message handler
  • GET /api/sse - SSE connection for real-time updates
  • POST /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

from github.com/mnfst/wordpress-agentic-ui-generator

Установка Wordpress Agentic Ui Generator

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mnfst/wordpress-agentic-ui-generator

FAQ

Wordpress Agentic Ui Generator MCP бесплатный?

Да, Wordpress Agentic Ui Generator MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wordpress Agentic Ui Generator?

Нет, Wordpress Agentic Ui Generator работает без API-ключей и переменных окружения.

Wordpress Agentic Ui Generator — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Wordpress Agentic Ui Generator в Claude Desktop, Claude Code или Cursor?

Открой Wordpress Agentic Ui Generator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Wordpress Agentic Ui Generator with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории design