MCP Catalogs
Home

ai-command

by mcp-wp·116·Score 46

WordPress MCP server enabling AI-powered site management through WP-CLI integration.

developer-toolsai-llmproductivity
25
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:AI-powered WordPress content creation and management during development
you:Automated site configuration and setup through AI commands
you:Integration of AI capabilities into existing WordPress development workflows

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

wordpress-mcpwp-cliai-services

Installation

  1. Install WP-CLI v2.11 or greater (update with wp cli update)
  2. Install the AI Services plugin on your WordPress site
  3. Install the package using:

``bash wp package install mcp-wp/ai-command:dev-main ``

  1. Configure MCP connection in your client (e.g., Claude Desktop) with:

```json { "mcpServers": { "wordpress": { "command": "wp", "args": ["ai", "mcp"] } } }

Compare ai-command with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.