
AutoWP MCP
by njengah
Full WordPress management via AI — create posts, manage media, users, taxonomies, and site health through Claude or any MCP client.
What it does
AutoWP MCP bridges Claude (or any MCP-compatible AI client) directly to your WordPress site via the WordPress REST API. Instead of logging into the WordPress dashboard, you can instruct your AI assistant to draft and publish posts, manage users, upload media, handle categories and tags, and check site health — all in natural language.
Tools
Authentication
authenticate-wp— Connect to a WordPress site using application passwordstest-wp-connection— Verify a site is reachable before running operations
Content Management
create-blog-post— Create or publish posts with title, content, categories, tags, and statusformat-wp-content— Convert plain text to WordPress-ready HTMLget-wp-categories/get-wp-tags— List all available taxonomy termssave-draft/load-draft— Persist drafts locally for iterative editing
Media
upload-media,list-media,search-media,get-media-details,delete-media,bulk-delete-media— Full media library managementedit-media-metadata,set-featured-image,optimize-media— Enrich and compress images
Taxonomy
create-category,create-tag,update-category,update-tag,delete-category,delete-tag— Full taxonomy CRUDmerge-categories,assign-categories-to-posts,assign-tags-to-posts— Bulk operations
Users
list-users,create-user,update-user,disable-user,reset-user-password— User lifecycle managementset-user-role,list-user-roles— Role and permission control
Site Health
get-system-info,get-site-health,check-core-updates,apply-core-update,scan-for-malware,lock-site,backup-database
Installation
Clone the repo, build it, then add to claude_desktop_config.json:
{
"mcpServers": {
"autowp": {
"command": "node",
"args": ["/path/to/autowpmcp/build/index.js"]
}
}
}
Or install via npm: npm install -g autowp-mcp and use autowp as the command.
Supported hosts
Claud Desktop is the primary confirmed host (config example in README).
Quick install
npx autowp-mcpInformation
- Pricing
- free
- Published