
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.
Once connected, an AI assistant can take real action on your site through a curated set of abilities:
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.
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.
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.
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.
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