Connector guide4-minute read38 MCP toolsEnglish · Deutsch · Italiano

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

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

💡 ¿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 + 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).

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 Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: WordPress
    • 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.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

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 con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

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.