An MCP (Model Context Protocol) server that exposes the Migration Accelerator platform's full capabilities to AI assistants like Claude. Version 1.0.4, released periodically on npm. Provides 40+ migration tools including snapshots, page creation, publishing, and AI-powered mapping. Supports both stdio (for Claude Desktop) and HTTP/SSE (for web integrations) transports. Requires API key authentication with scopes and rate limiting. Ships TypeScript types. Requires Node.js >=20.0.0. Differentiators: built specifically for Magnolia CMS migrations, combines MCP protocol with real migration workflows, and includes AI/RAG tools like knowledge retrieval and component mapping.
npm install migration-accelerator-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure the MCP server in Claude Desktop to expose migration tools to the AI assistant.
Upgrade Node.js to version 20 or later.
Always use environment variable MCP_API_KEY or secure secret management; never pass API key as a command line argument.
For web integrations, set --transport http and configure CORS headers on your server if needed.
Monitor changelog for tool renaming and update your prompts accordingly.
Run: npm install -g @noice-work/migration-accelerator-mcp or use npx with the correct package name.
Set the MCP_API_KEY environment variable before running the command: export MCP_API_KEY=mcp_xxx
Use --transport http for non-interactive environments, or ensure stdin is available.
Change the port with --port <alternative_port> or kill the existing process using port 3001.