WordPress MCP
JSON →A Model Context Protocol (MCP) server that gives AI agents full control over WordPress sites. 46 tools for posts, pages, media, SEO, comments, redirects, blocks, patterns, TablePress, and more.
Install
npx skills Tools · 29
- list_posts List/filter posts and pages
- read_post Read full content, metadata, SEO
- create_post Create with content, categories, tags, SEO
- update_post Partial update any fields
- delete_post Trash or permanently delete
- bulk_update_status Change status of multiple posts
- list_revisions View revision history
- restore_revision Revert to a previous revision
- search_replace Find/replace across content (dry run supported)
- list_categories List with Rank Math SEO data
- create_category Create with optional SEO
- update_category Update name, slug, parent, SEO
- delete_category Delete (posts move to default)
- list_tags List and search tags
- create_tag Create a new tag
- update_tag Update tag name, slug, description
- delete_tag Remove a tag (posts are untagged)
- upload_image Download from URL and add to media library
- list_media Browse with mime type filtering
- update_media Update title, alt text, caption
- delete_media Permanently delete
- list_comments Filter by post, status, search
- update_comment Approve, spam, trash, or reply
- delete_comment Permanently delete
- list_redirections List Rank Math redirects
- create_redirection Create 301/302/307/410/451 redirect
- update_redirection Modify source, destination, type
- delete_redirection Remove a redirect rule
- list_block_types Discover registered block types with attribute schemas
Links
★ 2 GitHub stars