Stop coding alone. Deploy autonomous AI agents specifically designed to understand the WordPress core, manage plugins via MCP, and write custom blocks in real-time.
➜ ~ agentic-wp init --mcp
> Connecting to Model Context Protocol server...
> Analyzing WordPress installation at /var/www/html...
> Warning: Plugin conflict detected in 'woo-core'.
> Agent Action: Generating patch via Claude 3.5 Sonnet...
> Success: Patch applied. Unit tests passed.
➜ ~ _
Bridging the gap between legacy CMS and modern AI.
Agents that don't just chat—they act. Give them permission to edit `functions.php`, debug errors, or scaffold custom plugins autonomously.
Full support for the Model Context Protocol. Connect your local LLMs (Ollama) or cloud models directly to your WP Database context.
Understands Hooks, Filters, and the WP REST API out of the box. It writes code that follows WordPress Coding Standards (WPCS).
Traditional AI doesn't know your specific database schema. MCP provides the agent with the exact context of your custom post types and taxonomies.
Expose specific WP-CLI commands as tools to the agent. Let it clear caches, update plugins, or regenerate media strictly within the bounds you set.
Run an MCP server locally. Your proprietary code and customer data never have to leave your machine to get AI assistance.
{
"mcp_server": {
"type": "wordpress-bridge",
"capabilities": [
"read_schema",
"manage_plugins",
"execute_wp_cli"
],
"security": {
"allow_file_deletion": false,
"require_approval": true
}
}
}