Tools Overview
WP-MCP gives Claude and Codex access to 130+ tools across every part of WordPress. Every tool is plain-English friendly โ no IDs required.
Permission levelsโ
Every tool has one of three levels:
| Level | Badge | What it means |
|---|---|---|
| READ | ๐ต READ | Only reads data โ nothing on your site changes |
| WRITE | ๐ก WRITE | Creates or updates content |
| DANGER | ๐ด DANGER | Deletes or changes critical settings โ always requires confirm: true |
Smart parameter resolutionโ
You never need to know a post ID, user ID, or plugin file path. WP-MCP resolves them automatically:
| Instead ofโฆ | Just sayโฆ |
|---|---|
post_id: 142 | "About Us" (the page title) |
user_id: 7 | "jane" or "jane@mysite.com" |
plugin_file: "woocommerce/woocommerce.php" | "WooCommerce" |
term_id: 23 | "News" (the category name) |
Tool categoriesโ
| Category | Tools | Description |
|---|---|---|
| โจ Magic Tools | 8 | High-level tasks that chain multiple tools โ "launch blog", "full SEO sweep" |
| ๐ Content | 18 | Posts, pages, categories, tags, revisions |
| ๐ผ๏ธ Media | 6 | Media library, featured images |
| ๐ SEO | 12 | Yoast, Rank Math, SEO audit |
| ๐จ Design | 10 | Theme.json, colors, fonts, theme switching |
| ๐ WooCommerce | 14 | Products, orders, customers, inventory |
| ๐ฅ Users | 8 | List, create, update, delete, roles |
| ๐ Plugins | 6 | List, activate, deactivate |
| ๐ฌ Comments | 6 | List, approve, trash, bulk spam delete |
| ๐ฅ Health & Diagnostics | 18 | Site audit, debug log, cron, REST routes, database |
| ๐ก๏ธ Security | 8 | Status, permissions, audit log |
| ๐๏ธ Builders | 8 | Elementor, Gutenberg blocks |
| ๐๏ธ Custom Fields | 4 | ACF get & set |
| โก Cache | 4 | Flush cache, transients |
Managing toolsโ
You can enable or disable any tool from WP-MCP โ Tools in the WordPress admin. The two core tools (wp_status and wp_echo) cannot be disabled.