mcp-wordpress-server
Verified Safeby cloudbuilders-jp
Overview
Enables AI-driven content creation and management for WordPress blogs, automating posting of Markdown articles and AI-generated featured images.
Installation
node dist/index.jsEnvironment Variables
- WORDPRESS_URL
- WORDPRESS_USERNAME
- WORDPRESS_APP_PASSWORD
- WP_POST_TYPE
- GEMINI_API_KEY
- IMAGE_COMPRESSION_ENABLED
- IMAGE_SIZE_THRESHOLD
- IMAGE_COMPRESSION_QUALITY
- IMAGE_MAX_WIDTH
- IMAGE_MAX_HEIGHT
Security Notes
The server accesses local files for Markdown processing and image uploads. While this is inherent to its intended functionality as a local developer tool, it means the server can read user-specified file paths from the local filesystem. It relies on environment variables for WordPress and Gemini API credentials, which should be managed securely by the user. No 'eval' or direct network exposure (beyond API calls to WordPress/Gemini) found. Requires HTTPS for WordPress Application Passwords.
Similar Servers
mcp-ai-wpoos
Provides a stable API and server framework for integrating AI models and tools into WordPress, enabling advanced AI assistant capabilities and workflow automation.
wp-mcp-server-demo
A WordPress plugin acting as a configuration layer to create a custom Model Context Protocol (MCP) server, exposing pre-defined abilities from the WP Abilities API Demo plugin for AI integration.
juleson
An AI-powered coding agent and automation toolkit that integrates with Google's Jules AI via CLI and MCP for comprehensive software development workflows.
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.