MCP server that connects Claude AI to the All-in-One WP Migration REST API for managing WordPress backups. Version 1.4.0, Node.js >= 18.0.0. Allows listing, exporting, importing, and deleting backups via natural language prompts in Claude Desktop or Claude Code. Requires the All-in-One WP Migration plugin on the WordPress site and an application password. Differentiates from CLI-only tools by enabling backup management through AI chat interfaces.
npm install all-in-one-wp-migration-rest-api-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the MCP server with WordPress credentials and list all backups.
Set all three environment variables before launching the server.
Wrap the password in double quotes in JSON config or use single quotes in shell.
Use `remove_backup` instead of `delete_backup`.
Upgrade Node.js to v18 or later.
Generate a new application password in WordPress admin and update the environment variable.
Set WP_SITE_URL to your WordPress site URL in the MCP config.
Check network connectivity and ensure the site URL is correct.
Install and activate the 'All-in-One WP Migration' plugin from the WordPress plugin directory.