MCP Connector for All-in-One WP Migration enables managing WordPress backups through Claude AI via the Model Context Protocol. Current stable version is 1.2.1. Released with irregular cadence. Key differentiators: works with any WordPress site having the All-in-One WP Migration plugin, regardless of hosting provider; provides natural language interface for backup operations; supports list, export, import, and status check tools via Claude Desktop or Claude Code.
npm install all-in-one-wp-migration-mcp-connectorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to run the MCP connector via npx, global install, and programmatic usage in TypeScript.
Update Claude config to use '@servmask/all-in-one-wp-migration-mcp-connector' and adjust env variables.
Use WP_APPLICATION_PASSWORD environment variable instead of plain password.
Ensure the application password is copied correctly without extra spaces.
Upgrade Node.js to v18 or higher.
Use import syntax or dynamic import().
Provide URL without trailing slash, e.g., https://example.com.
Run 'npm install -g all-in-one-wp-migration-mcp-connector' or use npx with correct package name '@servmask/all-in-one-wp-migration-mcp-connector'.
Use named import: import { startServer } from 'all-in-one-wp-migration-mcp-connector'.Set WP_SITE_URL to the full URL of your WordPress site without trailing slash.
Generate a new Application Password from WordPress User Profile and ensure correct username.