FluentHub
A Dedicated plugin for Beta testers for Fluent Plugins
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/wpmanageninja/fluent-toolkit/releases/download/2.1.1/fluent-toolkit.zipReadme
FluentKit v2.0.5
Unified UI. MCP connector. Beta builds. Add-ons. One place.
Connect your Fluent plugins under one roof. FluentKit gives you a unified admin workspace, an MCP connector for AI agents, early access to release candidates, companion add-on installs, and update visibility across the Fluent ecosystem from your WordPress dashboard.
Download
Primary download: fluent-toolkit.zip
You can also find packaged builds in the Latest Release section of this repository.
Features
- Unified UI for a cleaner shared Fluent workspace across supported Fluent products
- MCP connector page for enabling product MCP tools and copying client-ready connection snippets
- Client snippets for Codex, GitHub Copilot, Claude Desktop, Cursor, and generic HTTP MCP clients
- Browse and install beta builds & release candidates for Fluent plugins
- Install companion add-ons alongside core plugins
- Load the official WordPress MCP Adapter as a bundled, replaceable dependency fallback
- Live stats — available, installed, and pending updates at a glance
- Channel filter tabs: All / Beta / Installed / Updates
- Real-time search across plugins
- Self-update — toolkit updates itself when a new version is available
How to Use
- Download the latest plugin zip from static.wpmanageninja.com/fluent-toolkit.zip
- Install on your WordPress site (staging preferred)
- Activate the plugin
- Go to Dashboard → Fluent Toolkit in the WordPress admin
- Turn on Fluent Unified UI if you want the shared Fluent admin workspace
- Open MCP to review available Fluent MCP tools and copy a client connection snippet
- Install beta builds, RCs, or companion add-ons
- Provide feedback at: https://community.wpmanageninja.com/portal
Unified UI
Fluent Toolkit can turn supported Fluent product screens into one shared admin workspace. The unified UI adds a consistent sidebar, product switching, workspace controls, and shared styling for active Fluent products such as CRM, Forms, Commerce, Support Tickets, Appointments, and Projects.
Unified UI is controlled from the Toolkit dashboard and can be enabled or disabled without changing the underlying product data.
MCP Connector
The MCP connector helps site admins connect AI clients to Fluent products that expose Model Context Protocol tools. From the MCP page, you can:
- See each product endpoint, tool count, status, and adapter availability
- Enable or disable Toolkit-supported MCP access, starting with FluentCRM
- Create WordPress Application Passwords for client authentication
- Copy ready-to-use connection snippets for Codex, GitHub Copilot, Claude Desktop, Cursor, or any HTTP MCP client
MCP routes still rely on WordPress and product-level authentication. Toolkit provides the management UI, connector snippets, and adapter fallback.
Development
composer install --no-dev --optimize-autoloader
npm install
npx mix watch # development
npx mix --production # production build
bash build.sh # create release zip → builds/fluent-toolkit-{version}.zip
MCP Adapter Support
Fluent Toolkit can provide the official WordPress MCP Adapter package as a bundled fallback dependency. The adapter stays isolated behind Toolkit's adapter provider so it can be updated or removed independently.
libs/mcp-adapter/ is an unmodified copy of the upstream mcp-adapter.zip release asset — currently 0.6.1. To update it, replace the directory wholesale from a new release rather than patching files in place; Toolkit-side workarounds belong in includes/Mcp/AdapterBootstrap.php.
Adapter 0.6.0 and newer require WordPress 6.9+, where the Abilities API ships in core; the standalone Abilities API plugin is no longer a supported path. AdapterBootstrap will not load the bundled copy on older WordPress, and the MCP page reports the adapter as unavailable there.
Toolkit only bundles the adapter fallback. Authentication and authorization for MCP routes should be handled outside this plugin.
Changelog
2.1.1 (Date: 31 Aug, 2026)
- Styling Improvements for the plugin dashboard -Updated MCP Adapter to the latest version - 0.6.1
- Added Dark mode support to more Fluent Plugins
2.1.1
- Fixed recurring "ability does not exist" errors from the MCP adapter's default server
- Bundled MCP Adapter updated to 0.6.1; MCP now requires WordPress 6.9+
2.0.5
- Fixed standalone MCP Adapter collision handling
2.0.2
- Bug fixes and release packaging updates
2.0.0
McpManager— per-product MCP enable/disable, status API, AJAX handlers wired into the toolkit settingsUnifiedUiHandler— cross-plugin admin shell with shared assets (dist/unified-ui.css)Updater— self-hosted update channel againsthttps://kit.wpmanageninja.com/kit-version, includingplugins_apiintegration for the "View details" modal- Bundled
wordpress/mcp-adapteronly when no other plugin definesWP_MCP_VERSION
1.2.0
- Added replaceable WordPress MCP Adapter provider using the official
wordpress/mcp-adapterpackage
1.1.0
- Redesigned dashboard — topbar, hero stats, channel tabs, plugin grid
- Added search, channel filters (All / Beta / Installed / Updates)
- Updated copy: accurate tagline and description
build.sh— automated release zip builder
1.0.2
- UI improvements
1.0.1
- Initial release
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 2.1.1 | Aug 31, 2026 | fluent-toolkit.zip | 9 |
| v2.0.5 | May 23, 2026 | fluent-toolkit-2.0.5.zip | 53 |
| v2.0.2 | May 14, 2026 | fluent-toolkit-2.0.2.zip | 0 |
| v2.0.0 | May 14, 2026 | fluent-toolkit-2.0.0.zip | 2 |
| v1.2.0 | May 13, 2026 | fluent-toolkit-1.2.0.zip | 3 |
| v1.1.0 | May 11, 2026 | fluent-toolkit-1.1.0.zip | 3 |
| 1.0.0 | Apr 23, 2025 | fluent-toolkit.zip | 745 |