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.
💡 ¿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
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).
Configuración
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)
Requisitos previos: WORDPRESS_URL, WORDPRESS_USERNAME, WORDPRESS_APP_PASSWORD
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige WordPress e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| 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)