What Sprites does on WordPress
Every door runs the WordPress specialist, which reads the account itself. You do not brief it on which account, campaign or page you mean.
The post lands in WordPress, not in the chat
A draft in your posts list with the title, excerpt, focus keyphrase, meta description and internal links already filled in — not a wall of text you have to paste and reformat.
It has read your site first
Internal links point at pages that exist, and the voice matches what is already published, because Sprites crawled the site before it wrote anything.
Page edits arrive as a diff
You see which block changes before anything touches the live site. No agent rewriting a page you cannot recover.
Metadata and schema written with the page
Titles, descriptions, headings and FAQ schema produced alongside the body rather than bolted on by a plugin afterwards.
Search Console is in the same conversation
Queries you rank 8–20 for, pages that slipped, and the post that would close the gap — asked and answered without changing tools.
Publishing is always a separate yes
Drafts are created without asking. Nothing goes live on your domain until you approve it.
Connect WordPress to your agent
One endpoint, five clients. Each guide is the exact path through that host's settings, the URL to paste, and the first prompt to run.
Your AI agent
Your ad accounts
The only host that draws the Sprites approval card in the chat, so you edit a budget or a headline in place and approve it without leaving the thread.
Approval card in the threadChatGPTDeveloper mode gives ChatGPT full read-and-write MCP tools rather than the search-and-fetch pair the built-in connectors are limited to, and the Apps SDK renders the Sprites card in the thread.
Approval card in the threadCodexMarketing work that belongs in a commit: Codex can read the landing page it is about to ship and brief Sprites on the campaign pointing at it, in one session.
Results as text · approve in SpritesCursorThe campaign and the page it points at live in the same window: change the pricing copy, then have Sprites update the ads that quote it, without a second tool.
Results as text · approve in SpritesGrokGrok reads the live timeline, so the same thread that spots a trend can brief the campaign that rides it.
Results as text · approve in SpritesGeminiThe account and the analytics are already Google: Gemini reads Google Ads and GA4 alongside Search Console without leaving the family it belongs to.
Results as text · approve in SpritesGitHub CopilotMarketing data inside the editor where the tracking code lives, so a conversion event can be checked against what GA4 actually recorded before the pull request is opened.
Results as text · approve in SpritesGoogle AntigravityOne MCP configuration shared by the IDE, the CLI, the SDK and Antigravity 2.0, so the connector is added once and every surface has it.
Results as text · approve in SpritesPrompts that work verbatim
Paste any of these into a connected client. Naming Sprites matters: without it, an agent will happily answer a WordPress question from public data rather than from your account.
- With Sprites, write a post on "wordpress speed optimization" and draft it in WordPress.
- Ask Sprites which WordPress pages lost position in the last 28 days and why.
- Use Sprites to rewrite the meta title and description on our /pricing page.
- Have Sprites add an FAQ section with schema to the three posts that get AI Overview impressions.
- With Sprites, cluster our blog by intent and tell me which posts cannibalise each other.
What it reads, and what it can change
Reads happen on request. Writes never happen unasked: every change to WordPress is proposed, editable, and applied only when you approve it.
What it reads
- Your published posts, pages, categories and internal link structure
- Search Console queries, impressions, clicks and average position
- Keyword volume, difficulty and what currently ranks
- Existing titles, meta descriptions and schema
What it can change
- Posts and pages, created as drafts
- Titles, meta descriptions, focus keyphrases, headings and FAQ schema
- Edits to existing pages, delivered as a reviewable diff
- Publishing is a separate, explicit approval — never implied by a draft
The doors behind it
- write_seo_blog_post — a researched post created as a WordPress draft, with metadata and internal links set
- create_seo_page — a landing or service page created or edited, delivered as a diff
- create_aeo_content — FAQ and comparison content written to be quoted by ChatGPT and AI Overviews
- research — keyword volume, difficulty and what already ranks for the target
- analyze — Search Console impressions, clicks and the pages that moved
- schedule_task — a recurring content brief or refresh that runs on its own
Running your own WordPress MCP server
Community WordPress MCP servers exist and some are good. This is what the route costs, what it is genuinely good at, and the five things that end it — so the comparison is a decision rather than a pitch.
What you have to set up
- WordPress 6.9 or later, which is where the Abilities API landed in core.
- The WordPress/mcp-adapter plugin, installed and kept current on its own release cadence separate from core.
- Abilities registered for whatever you actually want an agent to do — the adapter exposes registered abilities, and an empty registry is an empty tool list.
- OAuth 2.1 configured, with permissions scoped to the role of the user who signs in.
What it is genuinely good at
- Giving an agent write access to your own site without pasting an application password into a config file.
- Role-scoped access: an editor’s grant cannot do more than an editor can.
- Custom abilities — the extension point is the reason this shipped in core rather than as a plugin API.
What breaks under production load
The old plugin is archived, and half the guides still name it
Automattic/wordpress-mcp was archived on January 19, 2026 once the Abilities API landed. Installing it today gets you an unmaintained plugin with REST-API surface area.
It exposes WordPress, not what to say in it
The adapter can create a post. It cannot tell you which post to write, what already ranks for it, or which internal links exist — none of which is its job, and all of which you still need.
Abilities have to be registered before they exist
Out of the box the tool list is whatever core and your plugins happen to register. The interesting operations are usually the ones nobody registered.
Two release cadences
Core moves on its schedule and the adapter on its own. A protocol revision lands between them and the version that works is the one you have not upgraded to yet.
If you want an agent to be able to touch WordPress and you will supply the judgement yourself, the core Abilities API plus the adapter is the right foundation and it is genuinely well designed. If what you wanted was a post that ranks, the adapter is the last mile of a journey it does not make.
The servers people reach for: WordPress/mcp-adapter, @automattic/mcp-wordpress-remote.
WordPress MCP questions
Is there an official WordPress MCP server?
Sort of, and it changed in 2026. The Abilities API shipped in WordPress core 6.9, and the bridge that exposes those abilities as MCP tools is the WordPress/mcp-adapter plugin, on its own release cadence. Automattic’s earlier wordpress-mcp repository was archived on January 19, 2026, so any guide telling you to install that one is out of date.
What is the difference between that and Sprites?
The adapter exposes WordPress to a model. It does not do the research, know what already ranks, read Search Console, or write in your voice — it gives an agent the ability to create a post, and leaves the deciding to whatever is on the other end. Sprites is the other end.
Do I need to install a plugin?
Not necessarily. Sprites connects over the WordPress REST API with an Application Password, which is native to WordPress and takes a minute to create. The plugin is there for sites that lock the REST API down.
Will it publish to my live site without asking?
No. Posts and pages are created as drafts. Publishing is a separate approval, and an edit to a page that is already live arrives as a diff you read before anything changes.
Does it work with WooCommerce, Yoast or Rank Math?
Yes. Metadata is written through the fields your SEO plugin already uses, so a post arrives with its focus keyphrase and description populated rather than flagged red in the editor.
Which agents can I use it from?
Claude, ChatGPT, Codex, Cursor, Gemini, Grok and every other client that speaks remote MCP. One endpoint, one sign-in, no per-client configuration.
The rest of the connector
One URL covers every channel. These are the ones most often used beside this page.
Live performance, search-term waste, campaign builds and budget moves — every write gated.
6 doors · 13 setup guidesMeta AdsCreative fatigue per ad, audience overlap, new hooks previewed in the real placement.
6 doors · 13 setup guidesLinkedIn AdsCost per lead by job function, ABM account lists, sponsored content that converts.
4 doors · 13 setup guidesTikTok AdsHook-level hold rates, the next creative batch, and rotation before the CPA moves.
5 doors · 13 setup guidesReddit AdsPerformance per subreddit, community-native copy, and the tourist traffic to cut.
5 doors · 13 setup guidesGoogle Analytics 4Ask GA4 a question and get the answer — including which channel actually caused it.
4 doors · 13 setup guidesSEO and Search ConsoleKeyword research, posts written into your CMS, and page edits that arrive as a diff.
4 doors · 13 setup guidesAI visibility (AEO)Who gets cited by ChatGPT and Perplexity for your prompts, and the pages that change it.
4 doors · 13 setup guidesShopifyProfit per product after ad cost, collection pages, and catalogue-true creative.
5 doors · 13 setup guidesGoogle Business ProfilePerformance per location, the listings missing fields, and posts that keep the map pack.
4 doors · 13 setup guidesIf you are still deciding
Four pages that answer the questions this one assumes: what the protocol is, how it differs from an API, and which servers are worth connecting at all.
- What is MCPThe protocol in plain English: what a server is, and what the 2026 revision changed.
- MCP vs APIThey are layers, not rivals. The one property that separates them.
- Best MCP servers for marketersTwelve that do marketing work, sorted by job — remote or local, read or write.
- Best Claude connectors for marketersEvery endpoint called rather than copied from a directory.
Point your agent at WordPress
One URL, one sign-in, and the next WordPress question you ask gets answered from the live account.