A powerful accessibility testing and improvement assistant for Claude Desktop, Cursor, and other MCP-supported code agents. This tool helps developers ensure their applications meet accessibility standards and best practices.
- Automated accessibility testing
- Real-time accessibility analysis
- Smart accessibility improvements
- Integration with popular IDEs and development tools
- Support for multiple accessibility standards (WCAG, etc.)
This project is inspired by and references the excellent work of codemcp by Edward Z. Yang. We would like to express our gratitude for the inspiration and technical insights provided by the codemcp project.
- Python 3.10 or higher
- Git
- uv package manager
- Clone the repository:
git clone https://github.com/yourusername/accessibility-helper-mcp.git
cd accessibility-helper-mcp
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows, use: .venv\Scripts\activate
- Install dependencies:
uv pip install -e . # Install main dependencies
uv pip install -e ".[dev]" # Install development dependencies
Add the following configuration to your MCP settings:
{
"mcpServers": {
"a11ymcp": {
"command": "uvx",
"args": [
"--from",
".",
"a11ymcp"
]
}
}
}
[Usage instructions and examples will be added here]
We welcome contributions! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.