WordPress MCP Abilities: Complete Reference Guide

·

·

WordPress MCP Abilities: Complete Reference

233 AI-powered automation abilities for WordPress, Advanced Custom Fields, WooCommerce, and theme development. Every ability documented, tested, and ready to use via the Model Context Protocol.

Ability Coverage

85
WordPress Core

84
Advanced Custom Fields

48
WooCommerce

16
Blockhead Theme

WordPress Core Abilities (85)

Complete read and write access to WordPress content, taxonomies, users, menus, comments, blocks, and site configuration. Every ability tested against WordPress 6.9 with 100% pass rate.

Content Management (20 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-postsRetrieve posts with filtering by status, category, tag, author, date rangeRead
wordpress-mcp-get-postGet single post with full content, metadata, featured image, and custom fieldsRead
wordpress-mcp-create-postCreate new post with title, content, excerpt, categories, tags, status, and schedulingWrite
wordpress-mcp-update-postUpdate existing post content, metadata, status, or schedulingWrite
wordpress-mcp-delete-postMove post to trash or permanently deleteWrite
wordpress-mcp-list-pagesRetrieve pages with hierarchy, template, and parent relationshipsRead
wordpress-mcp-get-pageGet single page with full content and page-specific metadataRead
wordpress-mcp-create-pageCreate new page with parent, template, menu order optionsWrite
wordpress-mcp-update-pageUpdate page content, hierarchy, or template assignmentWrite
wordpress-mcp-delete-pageTrash or permanently delete pagesWrite
wordpress-mcp-list-mediaBrowse media library with MIME type filteringRead
wordpress-mcp-get-mediaGet attachment details including all sizes, EXIF data, alt textRead
wordpress-mcp-upload-mediaUpload images, documents, or other files to media libraryWrite
wordpress-mcp-update-mediaUpdate alt text, title, caption, description for attachmentsWrite
wordpress-mcp-delete-mediaRemove attachments from media libraryWrite
wordpress-mcp-list-post-typesDiscover all registered post types and their configurationsRead
wordpress-mcp-get-post-typeGet detailed post type settings, supports, and capabilitiesRead
wordpress-mcp-searchGlobal content search across all post typesRead
wordpress-mcp-list-revisionsGet revision history for any post or pageRead
wordpress-mcp-restore-revisionRestore content from a previous revisionWrite

Taxonomy Management (18 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-categoriesGet categories with hierarchy, parent relationships, post countsRead
wordpress-mcp-get-categoryGet single category with full metadata and descriptionRead
wordpress-mcp-create-categoryCreate category with name, slug, parent, descriptionWrite
wordpress-mcp-update-categoryUpdate category properties or move in hierarchyWrite
wordpress-mcp-delete-categoryRemove category (posts reassigned to default)Write
wordpress-mcp-list-tagsGet all tags with post counts and metadataRead
wordpress-mcp-get-tagGet single tag detailsRead
wordpress-mcp-create-tagCreate new tag with name, slug, descriptionWrite
wordpress-mcp-update-tagUpdate tag propertiesWrite
wordpress-mcp-delete-tagRemove tag from systemWrite
wordpress-mcp-list-taxonomiesDiscover all registered taxonomiesRead
wordpress-mcp-get-taxonomyGet taxonomy configuration and settingsRead
wordpress-mcp-list-termsList terms from any taxonomy with filteringRead
wordpress-mcp-get-termGet single term from any taxonomyRead
wordpress-mcp-create-termCreate term in any taxonomyWrite
wordpress-mcp-update-termUpdate term in any taxonomyWrite
wordpress-mcp-delete-termRemove term from any taxonomyWrite
wordpress-mcp-assign-termsAssign terms to posts (categories, tags, custom)Write

Site Configuration (12 abilities)

AbilityDescriptionOperations
wordpress-mcp-get-site-infoSite name, URL, description, language, timezone, WP versionRead
wordpress-mcp-get-settingsRead allowlisted WordPress optionsRead
wordpress-mcp-update-settingsUpdate allowlisted WordPress optionsWrite
wordpress-mcp-list-themesAll installed themes with statusRead
wordpress-mcp-get-themeActive theme details, version, featuresRead
wordpress-mcp-activate-themeSwitch active themeWrite
wordpress-mcp-list-pluginsAll plugins with activation status, versionRead
wordpress-mcp-get-pluginSingle plugin details and metadataRead
wordpress-mcp-activate-pluginActivate an installed pluginWrite
wordpress-mcp-deactivate-pluginDeactivate a pluginWrite
wordpress-mcp-get-environmentPHP version, database info, server environmentRead
wordpress-mcp-get-statusSite health, debug info, system statusRead

User Management (10 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-usersAll users with role filtering and paginationRead
wordpress-mcp-get-userUser profile by ID, username, or emailRead
wordpress-mcp-create-userCreate user with role, email, passwordWrite
wordpress-mcp-update-userUpdate user profile, role, or metadataWrite
wordpress-mcp-delete-userRemove user (reassign content option)Write
wordpress-mcp-get-current-userAuthenticated user’s profile and capabilitiesRead
wordpress-mcp-list-rolesAll registered roles and capabilitiesRead
wordpress-mcp-get-roleSingle role with full capability listRead
wordpress-mcp-list-application-passwordsUser’s application passwordsRead
wordpress-mcp-create-application-passwordGenerate new application passwordWrite

Comments (8 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-commentsComments with filtering by post, status, authorRead
wordpress-mcp-get-commentSingle comment with full content and metadataRead
wordpress-mcp-create-commentAdd comment to post (as authenticated user)Write
wordpress-mcp-update-commentEdit comment content or metadataWrite
wordpress-mcp-delete-commentTrash or permanently delete commentWrite
wordpress-mcp-approve-commentApprove pending commentWrite
wordpress-mcp-spam-commentMark comment as spamWrite
wordpress-mcp-reply-commentAdd reply to existing commentWrite

Navigation Menus (7 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-menusAll registered navigation menusRead
wordpress-mcp-get-menuFull menu structure with all itemsRead
wordpress-mcp-create-menuCreate new navigation menuWrite
wordpress-mcp-update-menuUpdate menu name or settingsWrite
wordpress-mcp-delete-menuRemove navigation menuWrite
wordpress-mcp-list-menu-locationsTheme menu locations and assignmentsRead
wordpress-mcp-assign-menu-locationAssign menu to theme locationWrite

Blocks & Patterns (10 abilities)

AbilityDescriptionOperations
wordpress-mcp-list-block-typesAll registered Gutenberg block typesRead
wordpress-mcp-get-block-typeBlock type configuration and attributesRead
wordpress-mcp-list-block-patternsAll registered block patternsRead
wordpress-mcp-get-block-patternPattern content and metadataRead
wordpress-mcp-list-pattern-categoriesPattern category registryRead
wordpress-mcp-list-reusable-blocksSynced patterns (reusable blocks)Read
wordpress-mcp-get-reusable-blockSingle reusable block contentRead
wordpress-mcp-create-reusable-blockCreate new synced patternWrite
wordpress-mcp-update-reusable-blockUpdate synced pattern contentWrite
wordpress-mcp-delete-reusable-blockRemove synced patternWrite

Advanced Custom Fields (84 abilities)

The most comprehensive ACF automation available. Manage field groups, field values, repeaters, flexible content, options pages, custom post types, and taxonomies programmatically.

Field Operations (20 abilities)

AbilityDescriptionOperations
acf-mcp-get-fieldGet single field value from any postRead
acf-mcp-get-fieldsGet all ACF fields for a postRead
acf-mcp-update-fieldUpdate single field valueWrite
acf-mcp-update-fieldsBulk update multiple fieldsWrite
acf-mcp-delete-fieldRemove field value from postWrite
acf-mcp-list-field-groupsAll registered field groupsRead
acf-mcp-get-field-groupField group with all field definitionsRead
acf-mcp-create-field-groupCreate new field groupWrite
acf-mcp-update-field-groupUpdate field group configurationWrite
acf-mcp-delete-field-groupRemove field groupWrite
acf-mcp-export-field-groupExport field group as JSONRead
acf-mcp-import-field-groupImport field group from JSONWrite
acf-mcp-clone-field-groupDuplicate field groupWrite
acf-mcp-validate-fieldValidate value against field definitionRead
acf-mcp-get-field-objectFull field definition objectRead
acf-mcp-search-fieldsSearch across all ACF fieldsRead
acf-mcp-bulk-get-fieldsGet fields from multiple postsRead
acf-mcp-bulk-update-fieldsUpdate fields across multiple postsWrite
acf-mcp-clone-fieldsCopy all fields from one post to anotherWrite
acf-mcp-compare-fieldsDiff field values between postsRead

ACF Pro: Repeaters & Flexible Content (18 abilities)

AbilityDescriptionOperations
acf-mcp-get-repeaterGet all rows from repeater fieldRead
acf-mcp-get-repeater-rowGet single repeater rowRead
acf-mcp-add-repeater-rowAdd new row to repeaterWrite
acf-mcp-update-repeater-rowUpdate existing repeater rowWrite
acf-mcp-delete-repeater-rowRemove row from repeaterWrite
acf-mcp-reorder-repeaterChange row order in repeaterWrite
acf-mcp-count-repeater-rowsGet number of rows in repeaterRead
acf-mcp-get-flexible-contentGet all layouts from flexible contentRead
acf-mcp-get-flexible-layoutGet single layout from flexible contentRead
acf-mcp-add-flexible-layoutAdd layout to flexible contentWrite
acf-mcp-update-flexible-layoutUpdate flexible content layoutWrite
acf-mcp-delete-flexible-layoutRemove layout from flexible contentWrite
acf-mcp-reorder-flexible-layoutsChange layout orderWrite
acf-mcp-get-galleryGet all images from gallery fieldRead
acf-mcp-update-gallerySet gallery imagesWrite
acf-mcp-add-to-galleryAdd image to galleryWrite
acf-mcp-remove-from-galleryRemove image from galleryWrite
acf-mcp-reorder-galleryChange image order in galleryWrite

ACF Pro: Options Pages (8 abilities)

AbilityDescriptionOperations
acf-mcp-list-options-pagesAll registered options pagesRead
acf-mcp-get-optionGet single option field valueRead
acf-mcp-get-optionsGet all options from a pageRead
acf-mcp-update-optionUpdate single option fieldWrite
acf-mcp-update-optionsBulk update optionsWrite
acf-mcp-delete-optionRemove option valueWrite
acf-mcp-create-options-pageRegister new options pageWrite
acf-mcp-export-optionsExport all options as JSONRead

Custom Post Types & Taxonomies (22 abilities)

AbilityDescriptionOperations
acf-mcp-list-cptsAll ACF-registered custom post typesRead
acf-mcp-get-cptCPT configuration detailsRead
acf-mcp-create-cptRegister new custom post typeWrite
acf-mcp-update-cptUpdate CPT configurationWrite
acf-mcp-delete-cptUnregister custom post typeWrite
acf-mcp-list-custom-taxonomiesAll ACF-registered taxonomiesRead
acf-mcp-get-custom-taxonomyTaxonomy configurationRead
acf-mcp-create-custom-taxonomyRegister new taxonomyWrite
acf-mcp-update-custom-taxonomyUpdate taxonomy configWrite
acf-mcp-delete-custom-taxonomyUnregister taxonomyWrite
acf-mcp-list-cpt-postsPosts from custom post typeRead
acf-mcp-create-cpt-postCreate post in CPT with fieldsWrite
acf-mcp-bulk-create-postsCreate up to 100 postsWrite
acf-mcp-bulk-update-postsUpdate multiple CPT postsWrite
acf-mcp-bulk-delete-postsDelete multiple CPT postsWrite
acf-mcp-get-relationshipGet related posts from relationship fieldRead
acf-mcp-update-relationshipSet relationship field valueWrite
acf-mcp-get-reverse-relationshipsFind posts that reference this postRead
acf-mcp-get-post-objectGet post object field valueRead
acf-mcp-get-user-fieldGet ACF field from userRead
acf-mcp-update-user-fieldUpdate ACF field on userWrite
acf-mcp-get-term-fieldGet ACF field from termRead

WooCommerce (48 abilities)

Complete e-commerce automation for product management, orders, customers, and store operations. Manage your entire online store through AI commands.

Product Management (15 abilities)

AbilityDescriptionOperations
woo-mcp-list-productsProducts with filtering by category, status, stockRead
woo-mcp-get-productFull product data with variationsRead
woo-mcp-create-productCreate simple or variable productWrite
woo-mcp-update-productUpdate product details, pricing, inventoryWrite
woo-mcp-delete-productTrash or delete productWrite
woo-mcp-bulk-update-productsMass product updatesWrite
woo-mcp-update-stockSet stock quantityWrite
woo-mcp-adjust-stockIncrement/decrement stockWrite
woo-mcp-get-low-stockProducts below stock thresholdRead
woo-mcp-list-variationsAll variations for variable productRead
woo-mcp-get-variationSingle variation detailsRead
woo-mcp-create-variationAdd variation to variable productWrite
woo-mcp-update-variationUpdate variation price, stock, attributesWrite
woo-mcp-delete-variationRemove variationWrite
woo-mcp-duplicate-productClone product with variationsWrite

Orders & Customers (12 abilities)

AbilityDescriptionOperations
woo-mcp-list-ordersOrders with status filteringRead
woo-mcp-get-orderFull order details with line itemsRead
woo-mcp-update-order-statusChange order statusWrite
woo-mcp-add-order-noteAdd note to orderWrite
woo-mcp-create-refundProcess refundWrite
woo-mcp-list-customersAll customers with order countsRead
woo-mcp-get-customerCustomer profile and order historyRead
woo-mcp-create-customerCreate customer accountWrite
woo-mcp-update-customerUpdate customer detailsWrite
woo-mcp-get-customer-ordersOrder history for customerRead
woo-mcp-get-order-statsOrder statistics and totalsRead
woo-mcp-search-ordersSearch orders by customer, product, dateRead

Store Operations (21 abilities)

AbilityDescriptionOperations
woo-mcp-list-categoriesProduct categories hierarchyRead
woo-mcp-create-categoryCreate product categoryWrite
woo-mcp-update-categoryUpdate category detailsWrite
woo-mcp-delete-categoryRemove categoryWrite
woo-mcp-list-tagsProduct tagsRead
woo-mcp-create-tagCreate product tagWrite
woo-mcp-list-attributesProduct attributes (Color, Size)Read
woo-mcp-create-attributeCreate product attributeWrite
woo-mcp-list-couponsAll discount couponsRead
woo-mcp-get-couponCoupon details and usageRead
woo-mcp-create-couponCreate discount codeWrite
woo-mcp-update-couponUpdate coupon settingsWrite
woo-mcp-delete-couponRemove couponWrite
woo-mcp-list-reviewsProduct reviewsRead
woo-mcp-get-reviewSingle review detailsRead
woo-mcp-update-reviewModerate reviewWrite
woo-mcp-delete-reviewRemove reviewWrite
woo-mcp-get-settingsStore settings groupsRead
woo-mcp-update-settingUpdate store settingWrite
woo-mcp-get-reportsSales and analytics reportsRead
woo-mcp-get-system-statusWooCommerce system healthRead

Blockhead Theme (16 abilities)

Professional theme development and brand customization automation for Full Site Editing themes.

Child Theme Management (5 abilities)

AbilityDescriptionOperations
blockhead-mcp-create-child-themeGenerate branded child themeWrite
blockhead-mcp-validate-themeCheck theme structureRead
blockhead-mcp-export-themePackage theme for distributionRead
blockhead-mcp-clone-themeDuplicate themeWrite
blockhead-mcp-update-themeMerge updates preserving customizationsWrite

Brand Customization (3 abilities)

AbilityDescriptionOperations
blockhead-mcp-setup-brandOne-command brand configurationWrite
blockhead-mcp-get-theme-jsonRead theme.json settingsRead
blockhead-mcp-update-theme-jsonUpdate theme.json design tokensWrite

FSE Templates & Patterns (8 abilities)

AbilityDescriptionOperations
blockhead-mcp-list-templatesAll FSE templatesRead
blockhead-mcp-get-templateTemplate contentRead
blockhead-mcp-create-templateCreate new templateWrite
blockhead-mcp-update-templateUpdate template contentWrite
blockhead-mcp-list-template-partsHeaders, footers, sidebarsRead
blockhead-mcp-create-template-partCreate reusable template partWrite
blockhead-mcp-create-patternCreate block patternWrite
blockhead-mcp-register-pattern-categoryAdd pattern categoryWrite

Getting Started

Connect Master Control Press to your AI assistant (Claude Desktop, Cursor, VS Code, Claude Code) and start using these abilities immediately.


Recommended Posts