Upload to /wp-content/plugins/wordpress-mcp directory
Activate through WordPress admin 'Plugins' menu
Navigate to Settings > WordPress MCP to configure
Composer Install (Development)
cd wp-content/plugins/
git clone https://github.com/Automattic/wordpress-mcp.git
cd wordpress-mcp
composer install --no-dev
npm install && npm run build
Authentication Setup# JWT Token Generation
Go to Settings > WordPress MCP > Authentication Tokens
Select token duration (1-24 hours)
Click "Generate New Token"
Copy the token for use in your MCP client
Usage
This plugin works seamlessly with MCP-compatible clients in two ways: Via Proxy: - mcp-wordpress-remote - Official MCP client with enhanced features - Claude Desktop with proxy configuration for full WordPress and WooCommerce support - Any MCP client using the STDIO transport protocol Direct Streamable Transport: - VS Code MCP Extension connecting directly to /wp/v2/wpmcp/streamable - Custom HTTP-based MCP implementations using JSON-RPC 2.0 - Any client supporting HTTP transport with JWT authentication.