If you use Claude SEO to audit websites, you already know it finds dozens of issues per site. Missing meta descriptions, thin content, broken schema markup, unoptimized images. The problem has always been the same: you get a list of fixes in your terminal, then you switch to the WordPress dashboard and apply them manually. Post by post. Field by field.

WP MCP Ultimate eliminates that step entirely. It is a free, open-source WordPress plugin that connects any MCP-compatible AI client directly to your WordPress site. One plugin, 58 abilities, zero copy-pasting.

What is the Model Context Protocol (MCP)?

MCP is an open standard that lets AI tools communicate with external services through a structured interface. Instead of an AI model guessing at API calls, MCP defines a clear contract: the service declares what it can do (its "tools"), and the AI client calls those tools when needed. Think of it as a USB port for AI - plug in a service, and any compatible AI client can use it immediately.

WP MCP Ultimate implements this protocol for WordPress. Once installed, your WordPress site becomes an MCP server that any compatible client can connect to, whether that is Claude Code, Cursor, Windsurf, or any other tool that speaks MCP.

What WP MCP Ultimate does

The plugin exposes 58 WordPress abilities through MCP, organized across the full WordPress content model:

  • Posts and pages - create, read, update, delete, list, search
  • Media - upload images with alt text, list media library, get attachment details
  • Categories and tags - create, assign, reorganize taxonomies
  • Comments - moderate, reply, update, delete
  • Users - list, get profiles, manage roles
  • Options - read and update site settings (including SEO plugin options like Yoast or RankMath)
  • Plugins and themes - list installed, check status, get details

The plugin is built by Daniel Agrici, the same developer behind Claude SEO, Claude Blog, and the broader AI SEO toolchain that powers Rankenstein.

The SEO workflow: analyze, optimize, publish

Here is where WP MCP Ultimate changes the game for SEO professionals. Before this plugin, the workflow looked like this:

  1. Run /seo audit on your WordPress site with Claude SEO
  2. Get a list of issues: thin content, missing schema, weak meta descriptions
  3. Open the WordPress dashboard
  4. Find each post, open the editor, make changes, update
  5. Repeat for every post that needs work

With WP MCP Ultimate connected, the workflow collapses to a single session:

  1. Run /seo audit to identify issues
  2. Run /seo content to get E-E-A-T recommendations per page
  3. Use Claude Blog to rewrite content with proper keyword targeting
  4. WP MCP pushes the updated content, meta descriptions, images, and categories directly to WordPress

No browser. No dashboard. No copy-pasting. The entire cycle happens in your terminal.

END-TO-END AI SEO WORKFLOW CLAUDE SEO Analyze + Audit 14 skills, 9 agents CLAUDE BLOG Write + Optimize 17 commands WP MCP ULTIMATE Push to WordPress 58 abilities WORDPRESS Live Site All steps happen in one Claude Code session. No browser, no dashboard, no copy-pasting. Powered by the Model Context Protocol (MCP) open standard

This is particularly powerful for content refreshes at scale. If Claude SEO identifies 30 blog posts with thin content or outdated statistics, you can process all of them in a single session. Claude Blog rewrites each post, and WP MCP pushes every update live. What previously took a full day of manual work now takes minutes.

Quick setup: 3 steps, 2 minutes

Getting started takes less time than reading this section. The full setup guide with screenshots is available on GitHub.

Step 1: Install the plugin

Download WP MCP Ultimate from GitHub. In your WordPress admin, go to Plugins, click "Add New", then "Upload Plugin". Select the ZIP file and activate it.

Step 2: Generate an API key

Navigate to WP MCP Ultimate in your WordPress sidebar. Click "Generate API Key". Copy the key - you will need it in the next step.

Step 3: Add MCP config to Claude Code

Add the following to your Claude Code MCP settings (or .mcp.json in your project):

{
  "mcpServers": {
    "wordpress": {
      "type": "streamable-http",
      "url": "https://yoursite.com/wp-json/mcp/v1/sse",
      "headers": {
        "X-API-Key": "your-api-key-here"
      }
    }
  }
}

Replace yoursite.com with your WordPress domain and paste in your API key. That is it. Claude Code now has direct access to your WordPress site.

SEO abilities that matter

Of the 58 available abilities, here are the ones most relevant to SEO workflows:

AbilitySEO Use Case
update_postRewrite content with better keyword targeting, update thin pages flagged by content analysis
create_postPublish new articles written by Claude Blog, create supporting content for topic clusters
upload_mediaUpload optimized images with proper alt text, replace unoptimized assets flagged by image analysis
get_options / update_optionsRead and update SEO plugin settings (Yoast, RankMath meta descriptions, titles, robots directives)
create_category / create_tagOrganize content into proper taxonomy structure for internal linking and topic authority
list_posts / search_postsFind posts that need updates, identify content gaps, audit existing content inventory
get_postPull current content for analysis before rewriting, check existing meta fields

The combination of list_posts and update_post is especially powerful. You can ask Claude to "find all posts published before 2025 with fewer than 500 words and rewrite them to meet current E-E-A-T standards" and it will process the entire batch without you touching WordPress once.

Watch it in action

This demo shows a complete workflow: a blog post being rewritten with optimized content, new images uploaded with proper alt text, and everything pushed live to WordPress in a single Claude Code session.

The video covers installation, API key generation, MCP configuration, and a live demonstration of updating post content, uploading images, and managing categories, all from the terminal.

Why this matters for SEO professionals

WordPress powers 43% of all websites. If you manage SEO for WordPress sites, whether your own or for clients, the manual content update cycle is the biggest bottleneck in your workflow. Here is what changes with WP MCP Ultimate connected to your Claude SEO setup:

  • Scale. Update 50 posts in one session. Refresh stale content across an entire site without opening a browser. Run full site audits and fix findings programmatically.
  • Speed. A content refresh that takes 8 hours manually takes 20 minutes with AI writing and MCP publishing. No more switching between terminal and WordPress dashboard.
  • Consistency. Every post gets the same SEO treatment: proper heading hierarchy, keyword placement, meta descriptions, schema markup, and image alt text. No posts slip through the cracks.
  • Integration. Works with Claude SEO's 14 skills for analysis, Claude Blog's 17 commands for content writing, and the broader Rankenstein SEO platform. Each tool handles its specialty, WP MCP handles the delivery.

For agencies managing multiple WordPress sites, the math is straightforward. If you spend 10 hours per month per client on content updates, and WP MCP reduces that to 2 hours, you have just freed up 80% of your content operations time. That is time you can spend on strategy, client acquisition, or scaling your portfolio.

Compared to traditional SEO tools like Ahrefs and Semrush, which only identify problems, the Claude SEO + WP MCP workflow identifies problems and fixes them in the same session. The gap between "here is what is wrong" and "it is fixed and live" disappears.