arrow-a11y-platform-tools
v1.2.2
Published
CLI installer for the Arrow Accessibility Platform - sets up MCP servers, Claude skills, and accessibility testing tools
Maintainers
Readme
arrow-a11y-platform-tools
CLI installer for the Arrow Accessibility Platform.
Install
npm install -g arrow-a11y-platform-toolsOr run directly:
npx arrow-a11y-platform-toolsUsage
# Full platform install (prompts for GitLab token)
npx arrow-a11y-platform-tools
# With token provided
npx arrow-a11y-platform-tools --token YOUR_GITLAB_TOKEN
# Download only Arrow MCP to current directory
npx arrow-a11y-platform-tools --arrow-mcp-only
# Arrow MCP only with token
npx arrow-a11y-platform-tools --arrow-mcp-only --token YOUR_GITLAB_TOKENOptions
| Option | Description |
|--------|-------------|
| -h, --help | Show help message |
| -v, --version | Show version number |
| -t, --token | Provide GitLab token as argument |
| --arrow-mcp-only | Download only the Arrow MCP server to current directory |
| --magentaa11y-mcp-only | Download only the MagentaA11y MCP server to current directory |
| --phoenix-experience-mcp-only | Download only the Phoenix Experience MCP server to current directory |
Standalone MCP Downloads
Arrow MCP Only
The --arrow-mcp-only flag downloads just the Arrow MCP server to your current directory and runs npm install. Use this if you only need the Arrow MCP without the full accessibility platform.
npx arrow-a11y-platform-tools --arrow-mcp-onlyMagentaA11y MCP Only
The --magentaa11y-mcp-only flag downloads the MagentaA11y MCP server from GitHub to your current directory and runs npm install. Use this if you only need the MagentaA11y MCP.
npx arrow-a11y-platform-tools --magentaa11y-mcp-onlyPhoenix Experience MCP Only
The --phoenix-experience-mcp-only flag downloads the Phoenix Experience MCP server to your current directory and runs npm install. Use this if you only need the Phoenix Experience MCP for AEM components.
npx arrow-a11y-platform-tools --phoenix-experience-mcp-onlyMultiple MCPs
You can combine flags to download multiple MCP servers to your current directory:
# Download all three MCPs
npx arrow-a11y-platform-tools --arrow-mcp-only --magentaa11y-mcp-only --phoenix-experience-mcp-only
# Download just Arrow and Phoenix
npx arrow-a11y-platform-tools --arrow-mcp-only --phoenix-experience-mcp-onlyThis creates:
/your-folder/arrow-mcp
/your-folder/magentaa11y-mcp
/your-folder/phoenix-experience-mcpRun the same command again to update to the latest versions.
