Connector guide4-minute read38 MCP toolsEnglish · Deutsch · Italiano

Как подключить WordPress к Claude — через MCP

AI-native publishing and content operations for any self-hosted WordPress site. Semantic tools for posts, pages, taxonomies, media metadata, users, comments, SEO meta and site health — plus documented multi-step recipes (SEO content pipeline, scheduled publishing, content refresh, internal linking, media optimisation).

HCBy HelpCode teamUpdated 4 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

WordPress

MCP connector

WordPress

AI-native publishing and content operations for any self-hosted WordPress site. Semantic tools for posts, pages, taxonomies, media metadata, users, comments, SEO meta and site health — plus documented multi-step recipes (SEO content pipeline, scheduled publishing, content refresh, internal linking, media optimisation).

Tools

38

Region

INTL

Category

CMS

Authentication

Required env vars

WORDPRESS_URLWORDPRESS_USERNAMEWORDPRESS_APP_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the WordPress in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → WordPress, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

WordPress + Claude

AI-native publishing and content operations for any self-hosted WordPress site. Semantic tools for posts, pages, taxonomies, media metadata, users, comments, SEO meta and site health — plus documented multi-step recipes (SEO content pipeline, scheduled publishing, content refresh, internal linking, media optimisation).

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

WORDPRESS_URL, WORDPRESS_USERNAME, WORDPRESS_APP_PASSWORD

Шаг 1 — Получите учётные данные

This connector talks to the WordPress core REST API (/wp-json/wp/v2). WordPress 5.6+ (Application Passwords) and HTTPS required.

Setup

  1. WORDPRESS_URL — the site root (e.g. https://example.com). Do NOT include /wp-json; the adapter appends it. HTTPS mandatory.
  2. WORDPRESS_USERNAME — login name with the role needed (Editor for posts, Administrator for users / site-health).
  3. WORDPRESS_APP_PASSWORD — generate in /wp-admin/profile.php → Application Passwords. Forward verbatim (spaces or no-spaces both work).

Payload control

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в Claude

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: WordPress
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
wordpress_list_postsList posts with rich filtering — status, author, search term, taxonomy (categories/tags), date range, ordering
wordpress_get_postGet a single post by id
wordpress_create_postCreate a post
wordpress_update_postPartial-update a post by id
wordpress_delete_postMove a post to trash, or pass force=true to delete permanently
wordpress_list_pagesList static pages
wordpress_get_pageGet a single page by id
wordpress_create_pageCreate a static page (/wp/v2/pages)
wordpress_update_pagePartial-update a page by id
wordpress_list_categoriesList post categories
wordpress_create_categoryCreate a category term
wordpress_list_tagsList post tags
wordpress_create_tagCreate a tag term
wordpress_list_mediaList media-library items
wordpress_get_mediaGet a single media-library item by id
wordpress_update_mediaUpdate metadata on an existing media item — alt text (accessibility + SEO), caption, description, title
wordpress_set_featured_imageConvenience tool: attach an existing media-library item as the featured image of a post or page
wordpress_list_usersList users
wordpress_list_commentsList comments across all posts, with status filter for moderation workflows
wordpress_moderate_commentChange a comment's moderation status — approve, hold, spam, or trash
wordpress_searchCross-post-type full-text search via /wp/v2/search
wordpress_update_post_metaOverwrite REST-exposed meta keys on a post — typically Yoast (_yoast_wpseo_title, _yoast_wpseo_metadesc, _yoast_wpseo_focuskw) or Rank
wordpress_site_health_statusRun one of WordPress's built-in Site Health checks
wordpress_get_settingsRead site-level settings (title, description, url, timezone_string, date_format, posts_per_page, default_category, etc
wordpress_get_userGet a single user by id
wordpress_create_userCreate a user account
wordpress_update_userPartial-update an existing user
wordpress_delete_userPermanently delete a user
wordpress_list_post_status_optionsReference card: the valid status values you can pass to wordpress_create_post / wordpress_update_post
wordpress_list_comment_status_optionsReference card: valid status values for wordpress_moderate_comment and wordpress_list_comments filtering

(showing 30 of 38 tools — install the connector to see them all)

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

Следующие шаги

Ready to ship

Your WordPress agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.