Cursor A11y MCPServer

westsideori
GitHub
AccessibilityWeb TestingAutomation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server providing accessibility testing capabilities for web applications. It helps identify accessibility issues using axe-core and Puppeteer.

📝 JSON Entries

{
  "mcpServers": [
    {
      "a11y": {
        "env": {},
        "args": [],
        "command": "node path/to/cursor-a11y-mcp/index/file/in/build/folder"
      }
    }
  ]
}

🛠️ Tools

Puppeteeraxe-core

Features

  • Run accessibility tests on any URL or local development server
  • Detailed violation reports
  • Integration with Puppeteer for automated tests

💬 Example Queries

  • Run accessibility tests on my React application.
  • Check the accessibility of the website at 'http://example.com'.