wordpress-mcp-server
2
The WordPress MCP Server is a tool designed to publish content to WordPress sites through the Machine Communication Protocol, supporting both standalone and integrated server modes. It offers functionality for managing categories and tags, handling featured images, and operating via FastAPI or MCP interfaces.
WordPress MCP Server
A Machine Communication Protocol (MCP) server for publishing content to WordPress sites.
Features
- Publish articles to WordPress
- Test WordPress connection
- Manage WordPress categories and tags
- Support for featured images via URL or base64
- Environment variable support for credentials
Usage
- Run as MCP server or standalone FastAPI
- API available at http://localhost:8000
API Endpoints
- GET / - Root endpoint
- GET /wp-config - Get WordPress configuration
- POST /get-categories - Get all categories
- POST /get-tags - Get all tags
- POST /test-connection - Test connection
- POST /publish-article - Publish article