productivity
WP Engine MCP, CLI, and Lua Integration for AI Agents
WP Engine integration docs for AI agents: MCP gateway setup, WP Engine CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
WP Engine for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
wp_engine- route_slug
wp-engine- package
wp-engine- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. WP Engine CLIHeadless setup and direct function calls. WP Engine MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
WP Engine MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for WP Engine.
Claude Code WP Engine MCP setup for Claude Code. Cursor WP Engine MCP setup for Cursor. Codex WP Engine MCP setup for Codex. OpenAI Agents WP Engine MCP setup for OpenAI Agents SDK. Claude Agent SDK WP Engine MCP setup for Claude Agent SDK. Vercel AI SDK WP Engine MCP setup for Vercel AI SDK. LangChain WP Engine MCP setup for LangChain. LangGraph WP Engine MCP setup for LangGraph. CrewAI WP Engine MCP setup for CrewAI. MCP clients WP Engine MCP setup for Generic MCP Clients.
WP Engine CLI Matrix
Use these pages for direct WP Engine CLI workflows in scripts, CI, cron, and agent wrappers.
CI WP Engine CLI for CI. Cron Jobs WP Engine CLI for cron jobs. Shell Scripts WP Engine CLI for shell scripts. Headless Automation WP Engine CLI for headless automation. Coding Agents WP Engine CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
wp_engine.wp_engine_list_sites | Read read | 2 | List WP Engine sites. Supports pagination with limit and page parameters. |
wp_engine.wp_engine_get_site | Read read | 1 | Get details for a specific WP Engine site by ID. |
wp_engine.wp_engine_list_installs | Read read | 2 | List WP Engine installs. Supports pagination with limit and page parameters. |
wp_engine.wp_engine_get_install | Read read | 1 | Get details for a specific WP Engine install by ID. |
wp_engine.wp_engine_list_domains | Read read | 2 | List domains across WP Engine installs. Supports pagination with limit and page parameters. |
wp_engine.wp_engine_list_users | Read read | 2 | List WP Engine users. Supports pagination with limit and page parameters. |
wp_engine.wp_engine_get_current_user | Read read | 0 | Get the profile of the currently authenticated WP Engine user. Useful for verifying credentials and displaying account information. |