Back to Home
docdyhr icon

mcp-wordpress

Verified Safe

by docdyhr

Overview

Acts as an AI-driven WordPress management server, providing tools for SEO optimization, content management, performance monitoring, and secure API interactions.

Installation

Run Command
node dist/index.js

Environment 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

Stats

Interest Score46
Security Score9
Cost ClassHigh
Avg Tokens2500
Stars58
Forks8
Last Update2025-11-20

Tags

WordPressSEOAIREST APINode.jsTypeScriptContent ManagementMonitoring