WordPress.com just launched their own MCP server. This is a big deal for anyone running a WordPress site, because it means AI agents can now both analyze and edit your site in a single workflow.

Here's what that looks like in practice: you tell Claude "audit my WordPress site and fix the SEO issues," and it actually does it. No spreadsheets, no copy-pasting between tools, no manual edits. Claude uses IATO to crawl and analyze, then uses WordPress to make the changes.

Two MCP servers, one conversation

MCP (Model Context Protocol) lets AI agents connect to external tools. Each MCP server exposes a set of capabilities. Claude Desktop supports multiple connectors simultaneously, which means it can use tools from different servers in the same conversation.

IATO's MCP server provides 105 tools for crawling, SEO auditing, content analysis, sitemap management, and more. WordPress.com's MCP server provides tools for content authoring, post management, site settings, and media management.

Together, they create a complete analyze-and-fix pipeline:

IATO (Analyze)              Claude (Orchestrate)         WordPress (Edit)
     |                           |                            |
Crawl site ──────────────> Identify issues ──────────> Fix titles
SEO audit ───────────────> Prioritize fixes ─────────> Update meta
Content gaps ────────────> Generate content ─────────> Edit posts
Broken links ────────────> Map to pages ─────────────> Fix links

Setting it up

Both connectors use OAuth, so setup is three clicks each:

  1. Open Claude Desktop → Settings → Connectors → Add
  2. Enter https://iato.ai/mcp → Add → Log in → Authorize
  3. Enter https://public-api.wordpress.com/wpcom/v2/mcp/v1 → Add → Log in → Authorize

That's it. No config files, no API keys to manage.

What you can actually do

Once both connectors are active, try these prompts:

SEO audit and fix:

"Crawl my-site.com, run an SEO audit, and fix any missing meta descriptions in WordPress"

Claude will start a crawl with IATO, wait for it to complete, run the SEO audit, identify pages with missing or poor meta descriptions, then use WordPress's content authoring tools to update them.

Content quality improvement:

"Find thin content pages on my WordPress site and expand the ones under 300 words"

IATO's get_wordpress_content_gaps tool identifies pages below the word count threshold, flags missing elements (H1 tags, images, internal links), and produces WordPress post slugs. Claude then uses WordPress tools to open those posts and add content.

Broken link cleanup:

"Check my site for broken links and fix them in WordPress"

IATO crawls the site and maps broken links to the source posts that contain them. Claude then uses WordPress tools to edit those posts and update or remove the broken links.

Title optimization:

"Run an SEO audit and fix any page titles that are too long or duplicated"

IATO identifies the specific title issues with current values and suggested fixes. Claude applies the suggestions through WordPress's post editing tools.

WordPress-ready tools

We built three MCP tools specifically for this workflow. They take IATO's analysis output and format it with WordPress post slugs, making it trivial for Claude to chain into WordPress edits:

Each tool returns structured data that Claude can directly feed into WordPress MCP tools without any manual translation.

Why this matters

The traditional workflow for fixing SEO issues on a WordPress site looks like this:

  1. Run a crawl in one tool
  2. Export results to a spreadsheet
  3. Prioritize issues manually
  4. Open WordPress admin
  5. Find each affected post
  6. Make the edit
  7. Repeat for every issue

With IATO + WordPress MCP, steps 1 through 7 become a single prompt. Claude handles the entire pipeline — crawl, analyze, prioritize, edit — and you review the results.

This isn't hypothetical. Both MCP servers are live today. If you have a Claude Desktop subscription and a WordPress.com paid plan, you can set this up in under a minute.

Self-hosted WordPress? We built IATO MCP, a free plugin that turns any self-hosted WordPress.org site into an MCP server with 29 tools. It works with Claude, Gemini, ChatGPT, and any MCP-compatible client.

Getting started

  1. Sign up for IATO at iato.ai if you haven't already
  2. Add both connectors in Claude Desktop (Settings → Connectors)
  3. Try a prompt like "Crawl my-site.com and show me WordPress SEO fixes"

For full documentation on IATO's MCP tools, including the WordPress integration section, see our MCP documentation.