WordPress MCP Server
JSON →A secure bridge between AI assistants and WordPress, enabling site management and content operations through natural language.
Install
npx (Recommended) Tools · 21
- wp_create_post Create posts, pages, or custom post types
- wp_update_post Update existing content
- wp_get_post Retrieve post details
- wp_delete_post Delete content
- wp_list_posts List and filter content
- wp_upload_media Upload images, videos, documents
- wp_get_media Retrieve media information
- wp_delete_media Remove media files
- wp_optimize_images Bulk image optimization
- wp_get_site_info Site details and health
- wp_update_settings Modify site settings
- wp_clear_cache Clear various caches
- wp_backup_site Create site backups
- wp_install_plugin Install from repository
- wp_activate_plugin Activate installed plugins
- wp_update_plugin Update to latest version
- wp_list_themes Available themes
- wp_create_user Add new users
- wp_update_user Modify user details
- wp_list_users Get user listings
- wp_manage_roles Role and capability management
Links
★ 1 GitHub stars