Built on Anthropic Claude

Your WordPress site,
one conversation away

An AI admin assistant that reads your data, answers questions about your site, and makes changes — with your permission. No more digging through menus.

Tools › WP Pro Admin
WP Pro Admin chat interface showing AI assistant responding with site info, plugin list, and database stats

Everything you need to manage WordPress with AI

A complete admin assistant that understands your site context, uses tools to gather data, and acts on your behalf — safely.

💬

Natural Language Chat

Ask questions in plain English. No need to learn WP-CLI commands or navigate complex admin panels. Just chat.

🔄

Agentic Loop

Claude autonomously calls tools, reads results, and iterates until it has a complete answer. Multi-step reasoning built in.

🛡️

Safe by Default

Write operations require confirmation. SQL is read-only. Options are whitelisted. Your API key is encrypted at rest.

🔧

7 Built-in Tools

Site info, database queries, post inspection, content creation, option updates, and taxonomy management — all via chat.

Async Processing

Agent runs in the background via WP Cron. No HTTP timeouts, no blocked admin. Results appear when ready.

💰

Cost Tracking

See token usage and estimated cost after every response. Know exactly what each conversation costs you.

Read everything. Write with permission.

Three read tools for inspection, four write tools with dry-run confirmation. Claude picks the right tool automatically.

Understand your site instantly

Claude gathers context about your WordPress installation before answering — plugins, themes, posts, options, database tables.

  • wp_info — Site version, plugins, themes, post types, taxonomies
  • query_database — Safe SELECT-only SQL with automatic LIMIT
  • get_post — Full post data with all meta fields
// 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"] }

Make changes with confirmation

Every write operation shows a preview first. Nothing happens until you say "yes" in the chat. Safe and transparent.

  • create_post — Create posts, pages, or custom post types
  • update_post — Update content, status, and meta fields
  • update_option — Change site settings (whitelisted only)
  • create_term — Add categories, tags, and custom terms
// 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" }
7
Built-in tools
<6KB
Frontend bundle
0
External dependencies
$79
Starting price

Up and running in 3 minutes

Install the plugin, add your API key, and start chatting with your WordPress site.

1

Install the plugin

Upload to wp-content/plugins, run composer install, and activate. Or download the release zip from GitHub.

2

Add your Anthropic API key

Go to Settings → WP Pro Admin and enter your key. It's encrypted with AES-256-CBC before storage.

WP Pro Admin settings page showing API key, model selection, and tool permissions
3

Start chatting

Open Tools → WP Pro Admin and ask anything. "What plugins are active?" "How many orders this month?" "Create a new page."

Simple, one-time pricing

Pay once, use forever. All plans include the full plugin with every feature, tool, and future updates.

Personal

$79
One-time payment
  • 1 WordPress site
  • All 7 built-in tools
  • Agentic loop with Claude
  • Multi-session chat UI
  • Token usage tracking
  • 1 year of updates
Buy Now

Agency

$250
One-time payment
  • Up to 999 WordPress sites
  • All 7 built-in tools
  • Agentic loop with Claude
  • Multi-session chat UI
  • Token usage tracking
  • 1 year of updates
  • Priority support
Buy Now

Frequently asked questions

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.

View all frequently asked questions →

Ready to chat with your WordPress site?

Install WP Pro Admin and start managing your site through natural conversation.

View Pricing