Skip to content

Accessibility Helper Assistant MCP for Claude Desktop, Cursor and Other MCP-Supported Code Agent.

License

Notifications You must be signed in to change notification settings

RaoHai/a11y-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessibility Helper MCP

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.

Features

  • Automated accessibility testing
  • Real-time accessibility analysis
  • Smart accessibility improvements
  • Integration with popular IDEs and development tools
  • Support for multiple accessibility standards (WCAG, etc.)

Acknowledgments

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.

Getting Started

Prerequisites

  • Python 3.10 or higher
  • Git
  • uv package manager

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/accessibility-helper-mcp.git
cd accessibility-helper-mcp
  1. Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows, use: .venv\Scripts\activate
  1. Install dependencies:
uv pip install -e .  # Install main dependencies
uv pip install -e ".[dev]"  # Install development dependencies

Configuration

For Cursor Integration

Add the following configuration to your MCP settings:

{
  "mcpServers": {
    "a11ymcp": {
      "command": "uvx",
      "args": [
        "--from",
        ".",
        "a11ymcp"
      ]
    }
  }
}

Usage

[Usage instructions and examples will be added here]

Contributing

We welcome contributions! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Accessibility Helper Assistant MCP for Claude Desktop, Cursor and Other MCP-Supported Code Agent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages