Connector guide4-minute read38 MCP toolsEnglish · Deutsch · Italiano

Как подключить WordPress к Gemini — через 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

Basic Auth

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

TL;DR

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).

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

WordPress + Gemini

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 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — WordPress должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

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

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

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

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

Это руководство помогло?

Ready to ship

Your WordPress agent is one click away.

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

Похожие руководства

connectors

Как подключить WordPress к ChatGPT — через 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).

connectors

Как подключить 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).

connectors

Как подключить WordPress к Cursor — через 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).

connectors

WordPress в MCP — управляйте WordPress из любого AI-агента

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).

SB
connectors

Как подключить SAP Business One к Gemini — через MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Как подключить SAP Concur к Gemini — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.