mcp-wordpress
Verified Safeby docdyhr
Overview
Acts as an AI-driven WordPress management server, providing tools for SEO optimization, content management, performance monitoring, and secure API interactions.
Installation
node dist/index.jsEnvironment Variables
- WORDPRESS_SITE_URL
- WORDPRESS_USERNAME
- WORDPRESS_APP_PASSWORD
- WORDPRESS_PASSWORD
- WORDPRESS_JWT_SECRET
- WORDPRESS_API_KEY
- NODE_ENV
- DEBUG
Security Notes
The server implements extensive security features including robust input validation (Zod schemas, `InputSanitizer`), multiple authentication methods (App Passwords, JWT, Basic, API Key) managed securely via environment variables, rate limiting, and structured logging with sensitive data redaction. URL sanitization prevents common network-based attacks. The `src/security` directory contains modules for AI-driven scanning, code review, automated remediation, monitoring, and CI pipeline integration, indicating a strong focus on security best practices. No `eval` is found in the core server runtime, and external API integrations handle secrets via environment variables. File paths are handled carefully to prevent traversal.
Similar Servers
microcms-mcp-server
Enables AI assistants like Claude to interact with the microCMS content management system for content and media management.
ddev-mcp
Provides AI assistants with DDEV development environment automation for various web projects, enabling AI to manage local development environments, databases, and CMS-specific workflows.
wordpress-mcp-server
Comprehensive management and automation of WordPress websites, including e-commerce, content, and infrastructure tasks, via an AI-powered Model Context Protocol (MCP) server.
session-buddy
Manages Claude Code development sessions, providing conversation memory, quality monitoring, token optimization, natural language scheduling, Git worktree management, and AI agent recommendations with team collaboration features.