Connector guide4-minute read38 MCP toolsEN · DE · IT

Cómo conectar WordPress a ChatGPT — via 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
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

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

Prueba a pedir

Prompts de ejemplo para WordPress

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

WordPress · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → WordPress, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

WORDPRESS_URL, WORDPRESS_USERNAME, WORDPRESS_APP_PASSWORD

Paso 1 — Obtener credenciales

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)

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en ChatGPT

ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.

  1. Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: WordPress
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Herramientas disponibles

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

¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.

Siguientes pasos

¿Te ha sido útil esta guía?

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.

Guías relacionadas

connectors

Cómo conectar WordPress a Claude — via 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

Cómo conectar WordPress a Cursor — via 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

Cómo conectar WordPress a Gemini — via 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 a MCP — Pilota WordPress desde cualquier agente IA

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

Cómo conectar Clockify a ChatGPT — via MCP

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.

connectors

Cómo conectar Asana a ChatGPT — via MCP

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.