Installation
title: Installation description: Prerequisites and step-by-step setup for Inhale: MCP Abilities.
Prerequisites
| Requirement | Minimum |
|---|---|
| WordPress | 6.8 or later |
| PHP | 7.4 or later |
| WordPress MCP Adapter | Latest |
The Abilities API is bundled in WordPress core from 6.9 onward. On 6.8 you'll need to install the Abilities API plugin alongside the MCP Adapter.
Install via wp-admin
- Open your site's wp-admin and go to Plugins → Add New.
- Search for Inhale: MCP Abilities.
- Click Install Now, then Activate.
- The plugin appears under Settings → Inhale: MCP Abilities.
Install via Composer
If your site is managed with Composer (Bedrock, WP-CLI workflows, deployment automation):
composer require respira/inhale-mcp-abilities
wp plugin activate inhale-mcp-abilities
Inhale: MCP Abilities follows the WPackagist conventions; if your composer.json already includes WPackagist, no additional repository configuration is needed.
Install via .zip upload
- Download the latest
inhale-mcp-abilities.zipfrom wp.org. - In wp-admin, go to Plugins → Add New → Upload Plugin.
- Choose the zip and click Install Now, then Activate.
First-time setup
- Confirm the WordPress MCP Adapter is installed and active.
- Open Settings → Inhale: MCP Abilities.
- Review the abilities table. Nothing is exposed by default.
- Tick the abilities you want exposed to your default MCP server. Destructive abilities ask for one confirmation.
- Click Save changes.
- Copy the endpoint shown in the Connection section and paste it into your MCP client.
See Connecting MCP clients for client-specific instructions.
Was this page helpful?
Last updated today
Built with Documentation.AI