Connector guide3-minute read38 MCP toolsEnglish · Deutsch · Italiano

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

HCBy HelpCode teamUpdated 3 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 キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

WordPress + ChatGPT

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 — ChatGPT にコネクタを追加

ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。

  1. ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: WordPress
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け
  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

ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。

次のステップ

Ready to ship

Your WordPress agent is one click away.

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