MainWP MCP Server
Officialby mainwp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAINWP_URL | No | Base URL of your MainWP Dashboard | |
| MAINWP_USER | No | WordPress admin username | |
| MAINWP_SAFE_MODE | No | Block destructive operations. Default false. | false |
| MAINWP_ALLOW_HTTP | No | Allow HTTP URLs (credentials sent in plain text). Default false. | false |
| MAINWP_MAX_RETRIES | No | Total retry attempts including initial request. Default 2. | 2 |
| MAINWP_APP_PASSWORD | No | WordPress Application Password | |
| MAINWP_ALLOWED_TOOLS | No | Whitelist of tools to expose (string, e.g., comma-separated). | |
| MAINWP_BLOCKED_TOOLS | No | Blacklist of tools to hide (string). | |
| MAINWP_RETRY_ENABLED | No | Enable automatic retry for transient errors. Default true. | true |
| MAINWP_RETRY_MAX_DELAY | No | Maximum delay between retries in milliseconds. Default 2000. | 2000 |
| MAINWP_SKIP_SSL_VERIFY | No | Skip SSL verification (dev only). Default false. | false |
| MAINWP_RETRY_BASE_DELAY | No | Base delay between retries in milliseconds. Default 1000. | 1000 |
| MAINWP_SCHEMA_VERBOSITY | No | standard or compact. Default standard. | standard |
| MAINWP_REQUIRE_USER_CONFIRMATION | No | Require two-step confirmation for destructive operations. Default true. | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mainwp/mainwp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server