An MCP server for managing WordPress content through the WordPress REST API. It supports working with posts, pages, media, comments, categories, tags, revisions, and site info from local stdio clients.
From the registry: Secure MCP server for WordPress content management
Please install the `wordpress-crunchtools` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **WordPress Application Password** — Create at WordPress admin > Users > Profile > Application Passwords
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["mcp-wordpress-crunchtools"]
- required environment variables:
- `WORDPRESS_URL`: WordPress site URL (example: `https://example.com`)
- `WORDPRESS_USERNAME`: WordPress username (example: `admin`)
- `WORDPRESS_APP_PASSWORD`: WordPress Application Password (example: `xxxx xxxx xxxx xxxx`)
Note: 30 tools for posts, pages, media, comments. Also available as Docker image quay.io/crunchtools/mcp-wordpress. Runs locally via stdio only.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.WORDPRESS_URLrequiredWordPress site URLWORDPRESS_USERNAMErequiredWordPress usernameWORDPRESS_APP_PASSWORDrequiredWordPress application password for API accessProvide your AI coding tools with token-efficient access to up-to-date technical documentation for…