WP Engine MCP Server
@jpollock
About WP Engine MCP Server
Sample MCP server for WP Engine API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wpengine-mcp-ts": {
"command": "node",
"args": [
"build/main.js",
"--transport=http",
"--port=8080",
"--auth-token=my-secure-token"
],
"env": {
"WP_ENGINE_API_USERNAME": "your-username",
"WP_ENGINE_API_PASSWORD": "your-password"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WP Engine MCP Server?
A TypeScript implementation of an MCP server for the WP Engine API, providing tools and resources for interacting with WP Engine accounts, sites, installs, and backups. It supports both local (stdio) and remote (HTTP) transports.
How to use WP Engine MCP Server?
Install dependencies with npm install, build with npm run build, then set environment variables WP_ENGINE_API_USERNAME and WP_ENGINE_API_PASSWORD. Run locally with npm run start:stdio or remotely with npm run start. For HTTP transport, use the --port and --auth-token command line options.
Key features of WP Engine MCP Server
- Get account, site, install, and backup information
- Create and manage sites, installs, and backups
- Domain management (add, update, delete domains)
- Cache purging (object, page, cdn, or all)
- SSH key management (get, create, delete)
- Local (stdio) and remote (HTTP) transport support
Use cases of WP Engine MCP Server
- Automatically create WordPress installs and configure domains
- Manage backups and trigger cache purges in CI/CD pipelines
- Retrieve account and site details for monitoring
- Manage SSH keys programmatically
- Integrate WP Engine management into AI assistant workflows via MCP
FAQ from WP Engine MCP Server
What authentication is required?
The server requires WP Engine API credentials set as environment variables WP_ENGINE_API_USERNAME and WP_ENGINE_API_PASSWORD. For HTTP transport, a bearer token (default: wpengine-mcp-token) is used for authentication.
What transports are supported?
The server supports both local (stdio) transport for use with local MCP clients
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments