Albert – The AI Butler

Albert – The AI Butler

5/5 (3 ratings) 10 active installs Updated Jul 8, 2026
The Albert dashboard — setup checklist and connection status for your AI assistant

The Albert dashboard — setup checklist and connection status for your AI assistant

Want Claude or ChatGPT to actually do things on your WordPress site instead of just talking about it? Albert is the AI assistant connector for WordPress. It exposes your site through the Model Context Protocol (MCP), so AI assistants can write and edit posts, organize media, manage products, and handle day-to-day tasks — all under your control.

Every well-run site deserves a proper butler. Albert stands at the door, welcomes AI assistants like Claude and ChatGPT, checks their credentials, and puts them to work — no custom code and no complicated setup.

And a good butler is discreet. Albert keeps your visitors’ and customers’ personal details — names, email addresses, phone numbers and postal addresses — private, hiding them from AI assistants by default and revealing the real details only when you explicitly ask.

What your AI assistant can do

Once connected, an AI assistant can take real action on your site through a curated set of abilities:

  • Write and manage content — Create, edit, find, and delete posts and pages, working directly in the block editor (headings, lists, columns, images and more) or the classic editor.
  • Edit individual blocks — Change, add, move, or remove a single block without rewriting the whole page.
  • Organize media — Upload images, browse the media library, and set featured images.
  • Manage users and taxonomies — Find and manage users, categories, tags, and custom terms.
  • Run your store — When WooCommerce is active, look up products, orders, and customers.
  • Extend it yourself — Developers can register custom abilities with the WordPress Abilities API.

Works with Claude, ChatGPT and any MCP client

Albert turns your WordPress site into an MCP server. Copy the endpoint URL, paste it into Claude Desktop, ChatGPT, or any MCP-compatible AI assistant, authorize, and you’re connected. The same three steps work for every client.

You decide what AI assistants can do

Not every guest needs access to every room. From the admin panel, you choose exactly which abilities are switched on. Write and delete abilities are off by default, and every action still respects WordPress’s own user roles and capabilities — an AI assistant can never do more than the authorized user could do by hand.

Secure by design

Every AI assistant must present proper credentials before Albert lets it in. Connections use OAuth 2.0 with time-limited, automatically refreshing tokens — no passwords are ever shared — and you can revoke any connection at any time.

Privacy Policy

Albert does not collect, store, or transmit any user data to external servers. All authentication tokens are stored locally in your WordPress database. When you authorize an AI assistant, that assistant will have access to perform actions on your WordPress site according to the permissions you grant. You control which abilities are enabled and can revoke any session at any time.

Credits

Developed by Mark Jansen – Your Mark Media
Website: https://yourmark.nl
Plugin URL: https://wordpress.org/plugins/albert/

Built with:
* league/oauth2-server for OAuth 2.0 implementation
* Model Context Protocol (MCP) for AI assistant connectivity
* WordPress Coding Standards