An AI admin assistant that reads your data, answers questions about your site, and makes changes — with your permission. No more digging through menus.
A complete admin assistant that understands your site context, uses tools to gather data, and acts on your behalf — safely.
Ask questions in plain English. No need to learn WP-CLI commands or navigate complex admin panels. Just chat.
Claude autonomously calls tools, reads results, and iterates until it has a complete answer. Multi-step reasoning built in.
Write operations require confirmation. SQL is read-only. Options are whitelisted. Your API key is encrypted at rest.
Site info, database queries, post inspection, content creation, option updates, and taxonomy management — all via chat.
Agent runs in the background via WP Cron. No HTTP timeouts, no blocked admin. Results appear when ready.
See token usage and estimated cost after every response. Know exactly what each conversation costs you.
Three read tools for inspection, four write tools with dry-run confirmation. Claude picks the right tool automatically.
Claude gathers context about your WordPress installation before answering — plugins, themes, posts, options, database tables.
// Claude calls wp_info automatically
{
"wordpress_version": "6.9.4",
"php_version": "8.3.24",
"active_plugins": 13,
"active_theme": "Jadro",
"post_types": ["post", "page", "product"]
}
Every write operation shows a preview first. Nothing happens until you say "yes" in the chat. Safe and transparent.
// Dry-run preview (confirmed: false)
{
"preview": "Would create post
titled 'Summer Sale' as draft",
"confirmed": false
}
// After user confirms
{
"success": true,
"post_id": 8842,
"status": "draft"
}
Install the plugin, add your API key, and start chatting with your WordPress site.
Upload to wp-content/plugins, run composer install, and activate. Or download the release zip from GitHub.
Go to Settings → WP Pro Admin and enter your key. It's encrypted with AES-256-CBC before storage.
Open Tools → WP Pro Admin and ask anything. "What plugins are active?" "How many orders this month?" "Create a new page."
Pay once, use forever. All plans include the full plugin with every feature, tool, and future updates.
Anthropic's Claude (Sonnet 4.6 by default). You can switch to Haiku for cheaper responses or Opus for maximum capability in the settings page.
Only the messages you send and the tool results are sent to the Claude API. Your API key is encrypted at rest. No data is stored on third-party servers beyond the API call.
Write operations always require your confirmation. SQL queries are read-only (SELECT only). Option updates are restricted to a whitelist of safe settings. The plugin is designed for development and staging sites.
The plugin starts at $79 for a single site license. In addition, you pay for Claude API usage (your own Anthropic API key). A typical conversation costs $0.01–0.05 in API fees depending on complexity. Token usage and cost estimates are shown after each response.
WordPress 6.0+ and PHP 8.3+. The plugin uses modern PHP features like enums, readonly properties, and named arguments.
Yes. Extend the BaseTool class, implement name(), description(), inputSchema(), and execute(), then register it in the ToolRegistry. The plugin architecture is designed for extensibility.
Install WP Pro Admin and start managing your site through natural conversation.
View Pricing