Everything Your AI Can Do on WordPress
48+ tools covering every corner of WordPress — create, edit, delete, and manage content, users, media, and settings through natural conversation with any AI assistant.
Categories
5wp_create_category
Create a new post category with name, slug, description, and optional parent
wp_delete_category
Delete a post category by ID
wp_get_category
Read-onlyFetch full details of a specific post category by ID
wp_list_categories
Read-onlyList all post categories with slugs, descriptions, and post counts
wp_update_category
Update a category's name, slug, description, or parent by ID
Media
5wp_delete_media
Permanently delete a media file from the WordPress media library by ID
wp_get_media
Read-onlyRetrieve the full metadata of a specific media file by ID
wp_list_media
Read-onlyBrowse and search the WordPress media library by type, keyword, or date
wp_update_media
Update the title, alt text, caption, or description of a media file by ID
wp_upload_media
Upload an image or file from a URL directly into the WordPress media library
Pages
5wp_create_page
Have your AI create a new WordPress page with title, content, and status
wp_delete_page
Trash or permanently delete a specific page by ID
wp_get_page
Read-onlyFetch the full content and metadata of a specific page by ID
wp_list_pages
Read-onlyList all WordPress pages with status and hierarchy details
wp_update_page
Update a page's title, content, status, or parent by ID
Plugins
2Posts
6wp_create_post
Have your AI write, categorize, tag, and publish a new blog post — all in one step
wp_delete_post
Trash or permanently delete a specific post by ID
wp_get_post
Read-onlyFetch the full content and metadata of a specific post by ID
wp_list_posts
Read-onlyAsk your AI to browse posts by status, category, tag, author, or keyword with pagination
wp_search_posts
Read-onlySearch posts by keyword or phrase across all statuses
wp_update_post
Update a post's title, content, status, categories, tags, or featured image by ID
Site Settings
4wp_get_post_types
Read-onlyList all registered post types (built-in and custom) with their labels and settings
wp_get_site_settings
Read-onlyFetch the WordPress site title, tagline, URL, timezone, and other core settings
wp_get_taxonomies
Read-onlyList all registered taxonomies (built-in and custom) with their details
wp_update_site_settings
Update WordPress site title, tagline, URL, timezone, and other core settings
Themes
2Users
5wp_create_user
Create a new WordPress user with username, email, password, and role
wp_delete_user
Delete a WordPress user by ID and optionally reassign their content
wp_get_user
Read-onlyFetch the full profile and role details of a specific WordPress user by ID
wp_list_users
Read-onlyList all WordPress users filtered by role, status, or search keyword
wp_update_user
Update a WordPress user's role, email, display name, or password by ID
Comments
5wp_create_comment
Post a new comment on a WordPress post or page
wp_delete_comment
Permanently delete a comment by ID
wp_get_comment
Read-onlyFetch the full content and metadata of a specific comment by ID
wp_list_comments
Read-onlyList comments filtered by post, status (pending, approved, spam), or author
wp_update_comment
Update a comment's content, status (approve/spam/trash), or author details by ID