Command Palette

Search for a command to run...

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

WordPress Ops

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

Enables interaction with WordPress sites through the WordPress REST API, supporting content management and post operations with safety confirmations.

GitHubEmbed

Описание

Enables interaction with WordPress sites through the WordPress REST API, supporting content management and post operations with safety confirmations.

README

A small, confirmation-gated MCP server for the standard WordPress REST API. It is configured entirely through environment variables and stores no credentials, sites, or personal data.

Features

  • Read configured sites and inspect, search, or list posts.
  • Create posts as drafts only.
  • Update only approved post fields, with explicit write confirmation. Publishing additionally requires confirm_publish=true.
  • Optionally use a post's modified value as an optimistic-concurrency check before updating it.
  • Upload media only after explicit confirmation.

Install

python -m venv .venv
.venv/bin/pip install -e .

On Windows, use .venv\\Scripts\\pip install -e ..

Configuration

Use a single site:

WORDPRESS_BASE_URL=https://example.com
WORDPRESS_USERNAME=api-user
WORDPRESS_APP_PASSWORD=xxxx xxxx xxxx xxxx

Or configure named sites:

WORDPRESS_SITES_JSON={"site-a":{"base_url":"https://example.com","username":"api-user","app_password":"xxxx"}}

Run with python server.py. Do not commit .env files or application passwords.

Safety model

Writes are never performed unless confirm_write=true is passed. New posts are drafts, and publishing an existing post requires a separate confirm_publish=true. The server has no delete endpoint.

Development

python -m unittest -v

License

MIT. See LICENSE.

from github.com/DaveTheProfessor/wordpress-ops-mcp

Установка WordPress Ops

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

▸ github.com/DaveTheProfessor/wordpress-ops-mcp

FAQ

WordPress Ops MCP бесплатный?

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

Нужен ли API-ключ для WordPress Ops?

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

WordPress Ops — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить WordPress Ops в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare WordPress Ops with

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

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

Автор?

Embed-бейдж для README

Похожее

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