Enterprise-grade WordPress enhancement platform with submodule support for forms, security, MCP servers, and n8n integration.
- π€ MCP Server Management: Install and manage 15+ Model Context Protocol servers for AI assistants
- π Plugin Manager: Multi-source plugin installation (WordPress.org, GitHub, Composer, Direct URLs)
- ποΈ Modular Architecture: Install only the features you need through submodules
- π GitHub Integration: Automatic updates and plugin management from GitHub repositories
- β‘ n8n Integration: Seamless workflow automation capabilities
- π‘οΈ Enterprise Security: Advanced security and monitoring features
- π Form Builder: Professional form creation and management tools
# Via Composer (best for development)
composer require jadenblack/pwp-engine
wp plugin activate pilotwp
# Via WP-CLI (universal method)
wp plugin install https://github.com/jadenblack/pwp-engine/archive/main.zip --activate
See INSTALLATION.md for complete installation methods including:
- Composer installation for LocalWP
- GitHub direct install
- WordPress admin upload
- Development setup
PilotWP Engine is the first WordPress plugin to provide:
- π€ Complete MCP Ecosystem Integration - 15 top AI servers with one-click install
- π Multi-Source Plugin Management - Install from GitHub, Composer, WordPress.org
- π± WordPress-Native Interface - Enterprise features in familiar WordPress admin
- π» CLI Integration - Full WP-CLI support for automation
- π₯ Health Monitoring - Automatic server monitoring and notifications
- Install the plugin (see methods above)
- Access PilotWP β WordPress Admin β PilotWP
- Install MCP Servers β EngineMCP tab β "Install Essential Servers"
- Configure Plugin Manager β Plugin Manager tab β Install development tools
- Download configs for Claude Desktop and Cursor AI
- 15 Top MCP Servers: Sequential Thinking, GitHub, DuckDuckGo Search, Memory systems, etc.
- One-click installation with automatic dependency management
- Configuration generation for Claude Desktop and Cursor
- API key management with secure storage
- Health monitoring and status tracking
- WordPress.org repository plugins
- GitHub repository direct install
- Composer package management
- Direct URL ZIP file installation
- GitHub Updater integration for auto-updates
- Advanced form builder and management
- Conditional logic and multi-step forms
- Integration with popular services
- Enterprise security suite
- Advanced monitoring and protection
# Install via Composer for clean dependency management
composer require jadenblack/pwp-engine
# Access via WordPress Admin
# PilotWP β EngineMCP β Install GitHub integration
# PilotWP β Plugin Manager β Development Setup
Features:
- Enhanced coding assistance with GitHub MCP integration
- File analysis and code search capabilities
- Browser automation for testing
- Terminal access through Desktop Commander
- Web research with DuckDuckGo integration
- Image generation with Flux ImageGen
- Diagram creation with Mermaid generator
- Memory persistence across AI sessions
- Workflow automation with Apify Actors (3000+ tools)
- Data extraction and processing
- Multi-agent problem solving
- Custom tool development
# Install essential MCP servers
wp enginemcp install --essential
# List available servers
wp enginemcp list
# Test server functionality
wp enginemcp test sequential-thinking
# Generate configuration files
wp enginemcp config --type=claude --output=/tmp
# Check system status
wp enginemcp status
# Install from GitHub
wp pilotwp plugin install --source=github --url=https://github.com/user/repo
# Install from WordPress.org
wp pilotwp plugin install --source=wordpress.org --slug=plugin-name
# Bulk install development plugins
wp pilotwp setup-dev
// Add custom MCP servers
add_filter('enginemcp_servers', function($servers) {
$servers['my-server'] = [
'package' => '@company/mcp-server',
'name' => 'My Custom Server',
'description' => 'Custom functionality',
'priority' => 20
];
return $servers;
});
// Hook into installations
add_action('enginemcp_servers_installed', function($results) {
// Custom logic after MCP server installation
});
// Get installation status
GET /wp-json/pilotwp/v1/status
// Install MCP servers
POST /wp-json/pilotwp/v1/mcp/install
{
"servers": ["sequential-thinking", "github"],
"activate": true
}
// Generate configurations
GET /wp-json/pilotwp/v1/mcp/config/claude
Server | Description | API Key Required |
---|---|---|
Sequential Thinking | Structured problem-solving | β |
GitHub | Repository management | β |
DuckDuckGo Search | Web search capabilities | β |
Browserbase | Cloud browser automation | β |
Memory Bank | Persistent memory | β |
Playwright | Browser automation | β |
Flux ImageGen | AI image generation | β |
Apify Actors | 3000+ web tools | β |
+ 7 more servers | See full list |
- WordPress 5.9+
- PHP 7.4+
- Node.js 16+ and npm (for MCP server installation)
- Composer (optional, for package management)
- Fork the repository
- Create feature branch:
git checkout -b feature/amazing-feature
- Commit changes:
git commit -m 'Add amazing feature'
- Push to branch:
git push origin feature/amazing-feature
- Open Pull Request
GPL-3.0+ - see LICENSE file for details.
- GitHub: https://github.com/jadenblack/pwp-engine
- Issues: https://github.com/jadenblack/pwp-engine/issues
- Documentation: Full docs
- Installation Guide: INSTALLATION.md
PilotWP Engine brings enterprise-grade AI capabilities and professional plugin management directly into WordPress.
Install now and experience the future of WordPress development! π
Enterprise-grade WordPress enhancement platform β’ Built for developers, creators, and businesses