Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the WordPress in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
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
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используй 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
WORDPRESS_URL— the site root (e.g.https://example.com). Do NOT include/wp-json; the adapter appends it. HTTPS mandatory.WORDPRESS_USERNAME— login name with the role needed (Editor for posts, Administrator for users / site-health).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 без редактирования конфигурационных файлов.
- Открой claude.ai/customize/connectors.
- Нажми "Add custom connector".
- Заполни:
- Name:
WordPress - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставь твой MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажми Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
wordpress_list_posts | List posts with rich filtering — status, author, search term, taxonomy (categories/tags), date range, ordering |
wordpress_get_post | Get a single post by id |
wordpress_create_post | Create a post |
wordpress_update_post | Partial-update a post by id |
wordpress_delete_post | Move a post to trash, or pass force=true to delete permanently |
wordpress_list_pages | List static pages |
wordpress_get_page | Get a single page by id |
wordpress_create_page | Create a static page (/wp/v2/pages) |
wordpress_update_page | Partial-update a page by id |
wordpress_list_categories | List post categories |
wordpress_create_category | Create a category term |
wordpress_list_tags | List post tags |
wordpress_create_tag | Create a tag term |
wordpress_list_media | List media-library items |
wordpress_get_media | Get a single media-library item by id |
wordpress_update_media | Update metadata on an existing media item — alt text (accessibility + SEO), caption, description, title |
wordpress_set_featured_image | Convenience tool: attach an existing media-library item as the featured image of a post or page |
wordpress_list_users | List users |
wordpress_list_comments | List comments across all posts, with status filter for moderation workflows |
wordpress_moderate_comment | Change a comment's moderation status — approve, hold, spam, or trash |
wordpress_search | Cross-post-type full-text search via /wp/v2/search |
wordpress_update_post_meta | Overwrite REST-exposed meta keys on a post — typically Yoast (_yoast_wpseo_title, _yoast_wpseo_metadesc, _yoast_wpseo_focuskw) or Rank |
wordpress_site_health_status | Run one of WordPress's built-in Site Health checks |
wordpress_get_settings | Read site-level settings (title, description, url, timezone_string, date_format, posts_per_page, default_category, etc |
wordpress_get_user | Get a single user by id |
wordpress_create_user | Create a user account |
wordpress_update_user | Partial-update an existing user |
wordpress_delete_user | Permanently delete a user |
wordpress_list_post_status_options | Reference card: the valid status values you can pass to wordpress_create_post / wordpress_update_post |
wordpress_list_comment_status_options | Reference 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.
Следующие шаги
Это руководство помогло?