ai-command
by mcp-wp·★ 116·Score 46
WordPress MCP server enabling AI-powered site management through WP-CLI integration.
Overview
This MCP server provides a bridge between AI systems and WordPress installations using WP-CLI commands. It allows direct AI interactions with WordPress sites during development, extending WordPress functionality through AI services. The implementation supports both its own MCP server for controlling WordPress sites and the ability to connect to other local or remote MCP servers, creating a flexible ecosystem for AI-assisted WordPress management.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose this if you're already working with WordPress and want to integrate AI capabilities directly through WP-CLI during development.
When NOT to choose this
Avoid if you don't use WordPress or if you need MCP server functionality outside of WordPress environments.
Comparable tools
Installation
- Install WP-CLI v2.11 or greater (update with
wp cli update) - Install the AI Services plugin on your WordPress site
- Install the package using:
``bash wp package install mcp-wp/ai-command:dev-main ``
- Configure MCP connection in your client (e.g., Claude Desktop) with:
```json { "mcpServers": { "wordpress": { "command": "wp", "args": ["ai", "mcp"] } } }
Compare ai-command with
Last updated · Auto-generated from public README + GitHub signals.