0+
June 25, 2026
May 22, 2026
Aculect AI Companion is a secure MCP connector for WordPress. It lets approved AI assistants such as ChatGPT, Claude, Codex, Cursor, Gemini, and OpenAI-compatible tools work with your WordPress content, media, comments, and site information through permission-aware workflows.
Instead of switching between WordPress admin screens, you can ask your AI assistant in plain English to draft a post, update a page, review comments, upload media, inspect safe site details, or prepare long-form content using WordPress blocks.
WordPress remains the source of truth. Aculect AI Companion checks the connected WordPress user’s permissions before every action, lets administrators choose which abilities are available, and keeps risky write actions behind configurable controls.
MCP stands for Model Context Protocol. In Aculect AI Companion, MCP gives supported AI assistants a structured, permission-controlled way to request WordPress actions. The assistant does not receive direct database access. It can only use the enabled tools exposed by WordPress and approved by an administrator.
Setup is designed to be simple:
After approval, Aculect AI Companion checks the connected WordPress user’s permissions before every action. You can also choose exactly what your AI assistant can do and disconnect assistants at any time.
Aculect AI Companion includes setup guidance for popular AI assistants and MCP clients:
Your AI tool must be able to reach your WordPress site over HTTPS to complete OAuth approval and send MCP requests.
Admins can enable or disable these abilities from AI Companion > Abilities after the first assistant connection is active.
Long-form content workflows:
Content:
Content groups:
Comments:
Media:
Site information:
WordPress abilities:
Aculect AI Companion does not send site data to an external service on activation, page load, cron, or without a site administrator connecting an AI assistant.
When a site administrator copies the connection URL into an external AI assistant and approves the connection screen in WordPress, that assistant can request the enabled abilities. Depending on the enabled abilities and the connected WordPress user’s permissions, requested data may include post titles, post content, excerpts, slugs, statuses, authors, dates, permalinks, category and tag names, media metadata, comments, and safe site settings such as site name, description, URLs, locale, timezone, date format, time format, permalink structure, and active theme name.
The external service that receives this data is the AI assistant selected and configured by the administrator. Aculect AI Companion’s built-in setup UI includes links for:
Administrators should review the terms and privacy policy for the AI assistant they connect. Aculect AI Companion controls the WordPress-side approval and permissions checks; it does not control how a connected external assistant processes data after the administrator authorizes access.
The production package ships built assets and Composer dependencies. Development manifests such as composer.json, composer.lock, and package.json are intentionally excluded from release ZIP files. Generated files under build/ are not committed to the source repository; release automation generates them before packaging.
For source code, build tooling, and exact dependency manifests, use the public GitHub repository:
https://github.com/mehul0810/aculect-ai-companion
Contributing guidelines:
https://github.com/mehul0810/aculect-ai-companion/blob/main/CONTRIBUTING.md
Security policy:
https://github.com/mehul0810/aculect-ai-companion/security/policy
From the repository checkout, use the Node.js version in .nvmrc and rebuild assets with:
npm ci
npm run build
Composer dependencies for production releases are installed with:
composer install --no-dev --prefer-dist --optimize-autoloader
aculect-ai-companion folder to the /wp-content/plugins/ directory, or install the plugin ZIP from WordPress.ACULECT_AI_COMPANION_ENCRYPTION_KEY in wp-config.php with a unique random value of at least 32 characters. If the constant is not defined, Aculect AI Companion generates a database-managed encryption key automatically.No. Aculect AI Companion does not send site data on activation or admin page load. Data is only available to an AI assistant after an administrator connects that assistant and approves access in WordPress.
Aculect AI Companion is used to connect WordPress with AI assistants through MCP. Site owners can use it to draft and update content, manage comments, upload media, review safe site information, and run controlled WordPress workflows from tools such as ChatGPT, Claude, Codex, Cursor, Gemini, and OpenAI-compatible MCP clients.
No. Aculect AI Companion exposes structured MCP tools through WordPress. Connected assistants can only request enabled abilities, and WordPress permissions are checked when each tool runs.
Yes. After an administrator connects and approves the assistant, ChatGPT, Claude, Codex, Cursor, Gemini, or another supported MCP client can create WordPress drafts or update content when the required abilities and WordPress permissions are available.
Yes. Aculect AI Companion includes guided content workflows for planning long-form posts, validating block content, creating drafts, updating existing content, and applying supported SEO metadata.
Yes. Aculect AI Companion can update supported Rank Math SEO fields, including SEO title, meta description, and focus keywords, when Rank Math is active and the connected user has permission to edit the content.
Yes. Open AI Companion > Connections and disconnect one AI assistant or all active AI assistants.
Yes. After a connection exists, open AI Companion > Abilities and enable or disable individual abilities. WordPress permissions are still checked every time your AI assistant asks Aculect AI Companion to do something.
Aculect AI Companion encrypts OAuth signing key material at rest. It does not use WordPress AUTH_KEY or other salts for this. If ACULECT_AI_COMPANION_ENCRYPTION_KEY is not defined, the plugin generates a random database-managed key so OAuth setup can continue securely. Define a unique ACULECT_AI_COMPANION_ENCRYPTION_KEY constant in wp-config.php for stronger protection because the key then lives outside the database. If the active key changes later, connected assistants must reconnect through the normal approval flow.
Yes. Open AI Companion > Activity to review MCP actions requested by connected AI assistants. The activity log stores the assistant, connected WordPress user, action, target, status, and sanitized metadata without storing large content payloads.
Aculect AI Companion does not require a separate product account. To use it with an external AI assistant, you may need an account with that external service.
Yes. The WordPress.org preview opens a temporary WordPress Playground site with Aculect AI Companion active and takes you to the plugin settings screen. The preview is useful for reviewing the setup flow, supported abilities, diagnostics, and activity screens. For a full ChatGPT or Claude connection test, use your own HTTPS WordPress site because external AI assistants must be able to reach the WordPress site during OAuth and MCP requests.
Yes. Cloudflare Bot Fight Mode can block automated MCP requests from an AI assistant before they reach WordPress. Keep Bot Fight Mode disabled for the hostname used by your Aculect AI Companion connection URL; otherwise setup and later tool calls, such as creating or updating content, may fail even after the assistant was previously connected.
Yes. If your DNS record is proxied through Cloudflare and SSL/TLS mode is set to Flexible, the AI assistant connection may fail. Use an end-to-end HTTPS mode such as Full or Full (strict) with a valid origin certificate for the hostname used by your connection URL.
Yes. Aculect AI Companion can work with supported custom post types and custom taxonomies when they are visible through WordPress and the connected user has the required permissions.
search and fetch tools for citation-friendly WordPress content retrieval.workflow_route_request so assistants can classify ambiguous content, SEO, site, internal-link, and capability-discovery requests before choosing tools.resources/list and resources/read support for compact capability, site, content, brand, workflow guide, and approved memory context.plugin_incident_report tool that stores local sanitized incident reports and prepares public GitHub issue drafts when the plugin or MCP workflow fails.ACULECT_AI_COMPANION_ENCRYPTION_KEY automatically use a generated database-managed encryption key instead of blocking assistant authorization.ACULECT_AI_COMPANION_ENCRYPTION_KEY as the strongest production option for storing the encryption key outside the database.