THE WORDPRESS CONNECTOR

Your WordPress.
Inside ChatGPT and Claude.

Connect a site with an application password. Ask for the change. Nothing is installed on the site.

Free · 10 changes included · Nothing installedWhat wpreef stores, what it sends to WordPress, and what it never records.
Works inside
ChatGPTClaudeClaude CodeCursor
ONE ASK, TWO CHANGES, BOTH REVERSIBLEExample session · fictional site
Youin Claude

Publish the autumn opening-hours post on harbourline, and warm the palette up a little — the greys feel cold.

wpreefon harbourline
  • wp_posts_writePublished “Autumn opening hours” · post 412
  • wp_global_styles_updateBase palette: slate → warm sand, 3 colours changed

Published, and the palette is warmer. Both changes are reversible: the post has a revision, and the previous global styles are saved.

Restore handle rev:412@9f2c1b — ask for it back and the post returns to its previous revision.

Connect your client
THE CONNECT GUIDE

One site. Four clients.

The same connector URL everywhere. Each client asks for the sign-in in its own way.

CONNECTOR URLhttps://wpreef.app/mcp
ChatGPTDeveloper mode connector
  1. Settings → Connectors → Advanced, and turn on Developer mode.
  2. Create a connector, paste the wpreef URL and choose OAuth.
  3. Sign in when ChatGPT opens the consent screen.
  4. After adding or removing a site here, open the connector and press Refresh — ChatGPT caches the tool list.
ClaudeCustom connector
  1. Settings → Connectors → Add custom connector.
  2. Paste the wpreef URL exactly — do not add an /sse suffix.
  3. Sign in when Claude opens the consent screen.
  4. After adding or removing a site here, reconnect the connector.
Claude Codeclaude mcp add
  1. Run claude mcp add --transport http wpreef <the wpreef URL>.
  2. Run /mcp inside Claude Code and choose Authenticate.
  3. Finish the sign-in in the browser tab it opens.
  4. Run /mcp again after changing your sites so the tool list is re-read.
Cursormcp.json
  1. Settings → MCP → Add new global MCP server.
  2. Add wpreef with the URL and type "http".
  3. Press the login prompt Cursor shows and complete the sign-in.
  4. Reload the server entry after adding or removing a site.
NOTHING INSTALLED. EVERYTHING REVERSIBLE.

Connect it. Ask for the change. Undo if you like.

Three steps between a WordPress site and the assistant you already have open.

Add an application password

WordPress mints it for one account. Revoke it there at any time and wpreef stops immediately.

Paste one URL into your client

ChatGPT, Claude, Claude Code and Cursor all take the same connector URL.

Every write returns a restore handle

Posts keep their revision, design changes keep the previous global styles. Ask for it back.

What counts as an action?

One successful change: publishing, editing, uploading, restyling, a menu or navigation write. Reads never count. A refused or failed call never counts, and neither does a dry run. Free includes 10 actions on your site, once; they do not renew and they are still there if you cancel later.

What can’t it do?

Content, media and block-theme design work over the WordPress REST API with nothing installed. Switching themes, running updates, Customizer values and site settings have no REST route in WordPress, so they need the optional companion plugin — and each group of those stays switched off until you turn it on at Tools → wpreef.

  • It cannot install this plugin for you: WordPress only installs from wordpress.org over REST.
  • It cannot reach a site over plain http, or a private, loopback or link-local address.
  • It cannot fetch a URL the model invented unless you allow it for that site.
Is my password safe?

The application password is sealed with AES-256-GCM before it is stored, and it never appears in a log, an error, an audit line or a tool result. It is an application password, not your WordPress login, and revoking it in WordPress ends wpreef’s access at once.

What the credential can do is the real boundary. wpreef shapes how easily each WordPress capability is reached, but it does not sandbox the model: an application password can do whatever its WordPress account can do. Use an Editor account for content work. Design tools need edit_theme_options, which is an administrator capability — a design-capable credential is an admin credential.