Skip to main content
Feedback

WordPress MCP connector

WordPress is an open-source content management system for building and hosting websites and blogs. The WordPress MCP connector allows AI agents to create and manage posts and pages, retrieve published content, and update existing articles via the REST API. It also supports deleting content and authenticating to self-hosted WordPress sites using Application Passwords.

Authentication type

  • Basic Auth - Requires a username and password to be configured for the agent to access the service.

Uses

Use the WordPress MCP connector to perform the following actions:

  • Publish blog posts and pages automatically from external data sources
  • Bulk create user accounts and manage team member access across WordPress
  • Organize content with automated category and tag assignments
  • Update published content in real time based on workflow triggers
  • Archive or remove outdated posts and pages systematically
  • Sync user information and maintain consistent team rosters
  • Generate scheduled content campaigns without manual publishing

Example prompts

Use the following example prompts to invoke WordPress MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new WordPress blog post about our latest product launch.
  • Show me all pages currently on our WordPress site.
  • Add these 15 team members as WordPress users with editor permissions.
  • Update the homepage on WordPress with new company information.
  • Delete the old press release from WordPress that we published last year.
  • List all blog posts tagged with 'customer success' on WordPress.
  • Create a new WordPress post and automatically assign it to the marketing category.
  • Get the details of the user john.smith on our WordPress site.
  • Show me all available categories and tags in our WordPress instance.
  • Publish this article to WordPress and schedule it for next Monday.

WordPress MCP connector tools

The WordPress MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
wordpress_wordpresscreatepost_invokeCreates a new post with the specified content and settings.
getAllPostsRetrieves a list of all posts from the WordPress site.
createPostCreates a new post with the specified content and settings.
getPostRetrieves a single post by its identifier.
updatePostModifies an existing post with new content or settings.
deletePostRemoves a post from the WordPress site.
getAllPagesRetrieves a list of all pages from the WordPress site.
createPageCreates a new page with the specified content and settings.
getPageRetrieves a single page by its identifier.
updatePageModifies an existing page with new content or settings.
deletePageRemoves a page from the WordPress site.
getAllUsersRetrieves a list of all user accounts on the WordPress site.
createUserCreates a new user account with specified credentials and role.
getUserRetrieves a single user account by its identifier.
updateUserModifies an existing user account details or settings.
deleteUserRemoves the current user account from the WordPress site.
getCategoriesRetrieves a list of all post categories on the WordPress site.
getTagsRetrieves a list of all post tags on the WordPress site.
On this Page