Control WordPress with your AI agent.
Agent Connector and the Universal Abilities plugin give your AI agent the power to control WordPress. Prompt the agent with what you want, and it's done.
Works with YOUR FAVORITE AI AGENT
any agent that supports MCP
See Agent Connector in action.
Watch Claude build and edit a real WordPress site with Oxygen, ACF, and Contact Form 7.
Everything your AI agent needs to get work done in WordPress.
The MCP server, the connection wizard, Universal Abilities, logging, and ability packs.
MCP Server
Model Context Protocol is the open standard agents use to work with outside tools, and Agent Connector runs a server for it on your site using wordpress/mcp-adapter — the official WordPress package for MCP integration that exposes WordPress abilities as MCP tools, resources, and prompts for AI agents.
Connection Wizard
Pick your agent and follow the simple, step-by-step instructions to get connected. The wizard sets up everything your agent needs.
Universal Abilities
Give your agent the full power of a site administrator with the Universal Abilities plugin, the free companion plugin for Agent Connector that allows your agent to do just about anything.
Logging
Every ability call is written to the log. View the log in a simple interface directly in the WordPress dashboard.
Read the logging docs →Ability Packs
Packs teach your agent specific plugins, for example Contact Form 7, Yoast SEO and more. Some plugins, like ACF, support agents natively, so no pack is necessary.
Ability Packs →Developer API
Agent Connector already exposes abilities registered through the standard WordPress Abilities API over MCP. Any ability registered with core wp_register_ability() is exposed to your connected agent over MCP automatically, as long as mcp.public is set to true.
agent_connector_for_wp_register_ability(
'my-plugin/do-thing',
array(
'label' => 'Do Thing',
'description' => 'Does the thing.',
'execute_callback' => fn( $input ) =>
array( 'message' => 'done' ),
)
);
// that's it — every connected agent can use it
Connect in three easy steps.
Use the connection wizard to authenticate your agent and give it full access to WordPress.
Install Agent Connector
Download the plugin and upload it to WordPress — Plugins → Add New → Upload. Activate it, and it's running.
Follow the connection wizard
Open Agent Connector → Connection, pick your agent, and follow the instructions to connect. Then, install Universal Abilities to give your agent total control.
You're connected
Start asking your agent to do whatever you want in WordPress - create a page, install a plugin, add a code snippet, or anything else you can dream up.