wordpress-mcp.md

WordPress MCP

from"wordpress"
650

Manage WordPress sites for post creation, media, and plugin management

CMS & Content
WordPressCMSblogpublishing
install.sh
# Clone the repository
$git clone https://github.com/gopalcnepal/mcp-wordpress
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve