Albert – The AI Butler

Description

Every well-run site deserves a proper butler. Albert stands at the door of your WordPress site, ready to welcome AI assistants like Claude and ChatGPT and put them to work.

An open door for AI assistants

Install Albert, grant an AI assistant access, and it can start managing your site — writing and editing posts, organizing media, moderating comments, and handling day-to-day tasks. No custom code, no complicated setup. Albert takes care of the introductions.

A well-stocked service tray

Albert presents AI assistants with a curated set of abilities — the tasks they’re permitted to carry out on your site. When plugins like WooCommerce or Advanced Custom Fields are active, Albert extends the service with additional abilities tailored to each one.

The butler manages the household

Not every guest needs access to every room. From the admin panel, you decide exactly which abilities are on the tray and which stay behind closed doors. You remain in charge — Albert just makes sure your instructions are followed.

Proper credentials at the door

Every AI assistant must present proper credentials before Albert lets them in. Connections are secure, scoped, and fully under your control.

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://github.com/YourMark/albert-ai-butler

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

Captures d’écran

  • Albert dashboard with setup checklist and status overview
  • Abilities page — every ability as a filterable list with instant-save toggles and Read / Write / Delete labels
  • Connections page — manage allowed users and active AI assistant connections
  • An active connection with Claude Desktop

Installation

From WordPress.org

  1. Install Albert through the WordPress plugin directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Albert > Connections and add yourself as an allowed user
  4. Copy the MCP endpoint URL from the dashboard
  5. Add the URL to Claude Desktop, ChatGPT, or another MCP-compatible assistant
  6. Authorize when prompted — you’re connected

Manual Installation

  1. Download the plugin files
  2. Upload the albert-ai-butler folder to /wp-content/plugins/
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Follow the setup steps above

Connecting Claude Desktop

  1. In WordPress, go to Albert > Connections and add yourself as an allowed user
  2. Copy the MCP endpoint URL from the Albert dashboard
  3. In Claude Desktop, go to Settings > MCP Servers and add a new server
  4. Paste the endpoint URL and save
  5. Claude will open a browser window to authorize — log in and approve
  6. Claude Desktop can now work with your WordPress site

Connecting ChatGPT

  1. In WordPress, go to Albert > Connections and add yourself as an allowed user
  2. Copy the MCP endpoint URL from the Albert dashboard
  3. In ChatGPT, connect to the MCP endpoint using the URL
  4. Authorize when prompted
  5. ChatGPT can now work with your WordPress site

Full setup guide available at Documentation

FAQ

What AI assistants are supported?

Albert works with Claude Desktop, ChatGPT, and any AI assistant that supports the Model Context Protocol (MCP). The connection process is the same for all: copy the endpoint URL, paste it into your assistant, and authorize.

How hard is it to set up?

Three steps: add yourself as an allowed user, copy the MCP endpoint URL, and paste it into your AI assistant. No technical knowledge required.

Is my data secure?

Yes. Albert uses OAuth 2.0 — the same standard used by Google, GitHub, and other major platforms. Your AI assistant receives a time-limited access token that automatically refreshes. No passwords are shared. All operations respect WordPress’s built-in capability and role system, and you control exactly which abilities are enabled.

What abilities are included?

Albert ships with 25+ abilities covering WordPress core:

  • Posts — Find, view, create, update, and delete posts
  • Pages — Find, view, create, update, and delete pages
  • Users — Find, view, create, update, and delete users
  • Media — Find, view, upload media, and set featured images
  • Taxonomies — Find taxonomies, find/view/create/update/delete terms

When WooCommerce is active, additional abilities are available for products, orders, and customers.

Can I control what my AI assistant is allowed to do?

Yes. The abilities page lists every action your AI assistant can perform on your site, clearly labelled as Read, Write, or Delete. You toggle each one on or off individually — changes save instantly, no form to submit. Filter the list by text, category, or supplier to find what you’re looking for. Write and delete abilities are off by default — you choose exactly what to enable. All actions also respect WordPress user capabilities, so your AI assistant can never do more than the authorized user could do manually.

Do I need WooCommerce?

No. Albert works with WordPress core out of the box. WooCommerce abilities appear automatically when WooCommerce is active.

Can I add custom abilities?

Yes. Developers can register custom abilities using the WordPress Abilities API to expose any functionality to AI assistants. See the documentation at GitHub.

Does this work with multisite?

Albert is designed for single-site installations. Multisite support is on the roadmap.

What are the system requirements?

  • WordPress 6.9 or higher
  • PHP 8.1 or higher (8.3+ recommended)
  • MySQL 8.0+ or MariaDB 10.5+
  • HTTPS (required for OAuth 2.0)

Where can I get support?

Avis

Il n’y a aucun avis sur cette extension.

Contributeurs & développeurs

« Albert – The AI Butler » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Historique des changements

1.1.0

Major admin redesign, new activity logging, and a stack of reliability fixes.

New features

  • Unified abilities page — one filterable list of every registered ability from WordPress core, WooCommerce, and any other plugin that registers abilities. Search, filter by category or supplier, and see read/write/delete at a glance.
  • Instant save — toggle an ability on or off and it saves immediately. No more Save Changes button or lost progress.
  • Activity logging — a new dashboard widget shows the most recent ability execution, and every ability now displays its « Last run » time in the expanded details.
  • Plain-language labels — each ability is tagged Read, Write, or Delete (replacing developer-facing « Destructive / Idempotent / Readonly » terms). Hover or keyboard-focus a label for a full explanation.
  • Supplier filtering — the filter dropdown shows branded names like « WordPress core », « Albert », and « WooCommerce » instead of raw prefixes. Third-party plugins can register their own supplier name via the albert/abilities/suppliers filter.
  • List / Paginated view — switch between one long list and 25-per-page pagination. Your choice is persisted on the server, so no flash of the wrong view on page load.

Bug fixes

  • Ability categories now register at the default hook priority, preventing collisions with WordPress core’s built-in categories on WP 6.9+.
  • Fixed a missing ‘user’ category that Users abilities depend on — abilities now register reliably on fresh installs.
  • The password field on the Create User ability is now correctly flagged as required, so AI assistants get a clear validation error when it’s missing instead of a vague failure.
  • OAuth endpoints, MCP, and discovery metadata now share one consistent REST namespace reference.

Accessibility

  • Keyboard-reachable tooltips on every annotation chip.
  • WCAG 2.2 AA contrast on all chip colours.
  • aria-live stats announcements debounced during search.
  • Visible focus indicators on pagination buttons and dropdown caret indicators on filter selects.

Under the hood

  • Comprehensive automated test suite covering input validation, output schema, permissions, and per-parameter behaviour on every ability.
  • Continuous integration now runs against PHP 8.1–8.4, WordPress 6.9 and latest, and WooCommerce 10.5–latest.
  • Removed redundant manual input validation from every ability — WordPress core validates the schema before the ability runs.
  • Unified internal settings API for cleaner state management.

1.0.1

Bug fix release.

  • Fix: OAuth endpoints used a different REST namespace (albert-ai-butler/v1) than the MCP server and discovery metadata (albert/v1), causing connection failures when clients followed the OAuth discovery spec. All endpoints now use albert/v1 consistently.
  • New: albert/rest_namespace filter allows sites with a namespace collision to override the REST namespace.

1.0.0

Initial release.

  • MCP server — Turns your WordPress site into an MCP endpoint. Copy the URL, paste it into Claude Desktop, ChatGPT, or any MCP-compatible assistant, authorize, and you’re connected. No configuration files or developer setup needed.
  • OAuth 2.0 server — Full authentication server with PKCE support, RSA-signed access tokens, automatic token refresh, and sessions that persist up to 30 days.
  • Abilities Manager — Admin interface to toggle read and write permissions per content type. Write abilities disabled by default. All actions respect WordPress capabilities.
  • 25+ WordPress abilities — Posts, Pages, Users, Media, and Taxonomies with find, view, create, update, and delete operations.
  • WooCommerce abilities — Products, Orders, and Customers when WooCommerce is active.
  • Connections management — Control which users can connect AI assistants. View active connections, disconnect individual sessions, or end entire sessions with token revocation.
  • Dashboard — Setup checklist, status overview, active connection count, and recent activity feed.
  • Extensible — Register custom abilities with the WordPress Abilities API. Hookable architecture with filters and actions.