Description
Making Connections Possible | Now with support for ChatGPT 5.4
Abilities Bridge connects AI to your WordPress site. Use the built-in admin chat, connect via MCP to Claude Desktop, or integrate with other MCP-compatible applications. Supports both Anthropic (Claude) and OpenAI models.
Key Features
- Admin chat interface for direct AI interaction
- MCP server for Claude Desktop and other MCP clients
- Persistent memory storage across conversations
- Abilities execution with 7-gate permission controls
- Claude and OpenAI model support
- OAuth 2.0 authentication for MCP connections
Three Ways to Connect
- Admin Chat – Built-in interface using your Anthropic or OpenAI API key
- Claude Custom Connector – Connect Claude Desktop using your Claude subscription (no API key needed)
- Local MCP Config – Connect Claude Code and other apps using API key or Claude account
Requirements
- WordPress 6.2+, PHP 7.4+
- Anthropic API key, OpenAI API key, or Claude account (depending on connection method)
- HTTPS required for MCP OAuth 2.0 connections
External Services
This plugin connects to external API services.
This plugin communicates with Anthropic’s Claude API (https://api.anthropic.com) and/or OpenAI’s API (https://api.openai.com) to provide AI functionality. Data is only sent when you actively use the chat interface or MCP tools. No background data collection or telemetry occurs.
Data Sent
- Chat messages and prompts
- Memory contents
- Abilities execution requests and results
Legal & Privacy
- Anthropic Privacy Policy: https://www.anthropic.com/legal/privacy
- Anthropic Terms: https://www.anthropic.com/legal/consumer-terms
- OpenAI Privacy Policy: https://openai.com/policies/privacy-policy
- OpenAI Terms: https://openai.com/policies/terms-of-use
By using this plugin, you acknowledge that data will be transmitted to your selected AI provider for processing.
Privacy & Security
Data Transmission
This plugin sends data to Anthropic’s API (https://api.anthropic.com) or OpenAI’s API (https://api.openai.com) when you interact with the AI. This includes chat messages, memory contents, and abilities execution requests. You control what data is sent – the AI only accesses data when you use it.
Security
- Permission controls with explicit consent for all write capabilities
- 7-gate ability authorization system
- Isolated memory storage with size limits (50MB total)
- Full activity logging and audit trails
- OAuth tokens encrypted with AES-256-CBC
- All admin actions protected with nonce verification and capability checks
Data Retention
Conversations and logs are stored in your WordPress database until manually deleted. Refer to your provider’s privacy policy for their data retention practices.
No Telemetry
This plugin does NOT send usage statistics, telemetry, or analytics to the plugin developer.
Support
For support, visit https://aisystemadmin.com
License
This plugin is licensed under the GPL v2 or later.
Installation
- Upload the
abilities-bridgefolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu
- Complete the welcome wizard to grant consent
- Enter your Anthropic or OpenAI API key in Settings, or set up MCP in Settings > MCP Setup
MCP OAuth 2.0 Setup
- Go to Abilities Bridge > Settings > MCP Server Setup
- Click «Generate New Client Credentials»
- Save both Client ID and Client Secret
- In Claude Desktop: Settings > Connectors > Add custom connector
- Enter credentials and MCP endpoint URL from WordPress
FAQ
-
Do I need an API key?
-
For the admin chat interface, yes – an Anthropic or OpenAI API key is required. For MCP via Claude Desktop, you only need a Claude account (no API key needed).
-
Where do I get an API key?
-
- Anthropic: https://console.anthropic.com/
- OpenAI: https://platform.openai.com/
-
Do I need the Abilities API?
-
Yes. The Abilities API is the official WordPress API for AI. It comes standard with WordPress 6.9 and is also available as a plugin.
-
Is this safe to use?
-
All capabilities require explicit consent. Abilities use a 7-gate permission system with rate limits, risk levels, and admin approval. All actions are logged.
-
What data is sent to external services?
-
Chat messages, memory contents, and abilities execution requests are sent to your selected AI provider. Data is only sent when you actively use the plugin. No telemetry or usage statistics are collected.
-
What is the Memory Tool?
-
An optional feature that lets AI store persistent notes in the WordPress database across conversations. Limited to 1MB per entry, 50MB total. Enable in Settings > Memory.
-
What are Abilities?
-
AI-callable WordPress functions (creating posts, managing users, etc.) that must be individually authorized. Each ability is controlled by rate limits, risk levels, and approval requirements.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Abilities Bridge” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Abilities Bridge” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.1
- Added GPT-5.4 model support
- Updated default OpenAI model to GPT-5.4
1.1.0
- Added OpenAI as an alternative AI provider
- Added Learn More tab with overview video and resources
- Updated Pro Features tab with Concierge Service and Site Abilities Plugin
1.0.0
- Initial release
- MCP server for WordPress Abilities execution
- Memory tool with database storage
- OAuth 2.0 authentication
- Admin chat interface