A11y Mcp
An MCP server for performing automated accessibility audits on webpages using axe-core, facilitating AI-powered accessibility improvements through agentic loops, and exemplifying MCP servers for web auditing tasks.
About this tool
A11y Mcp
Category: Testing & Debugging Tools
Tags: mcp, accessibility, web, testing
Source: GitHub - priyankark/a11y-mcp
Description
A11y Mcp is a Model Context Protocol (MCP) server designed to perform automated accessibility audits on webpages using axe-core. It enables integration with AI assistants (such as Cline, Cursor, or GitHub Copilot) to facilitate automated detection and remediation of accessibility (a11y) issues.
Features
- Automated Accessibility Audits: Uses axe-core to analyze webpages for accessibility issues.
- MCP Server: Implements the MCP protocol to allow integration with various AI-powered tools and workflows.
- Agentic Loop Integration: Results from audits can be used by AI assistants to automatically suggest or apply fixes for detected issues.
- Available Tools:
audit_webpage: Performs a detailed accessibility audit on a given webpage.get_summary: Provides a summary report of accessibility issues found on a webpage.
- Configurable: Can be set up and integrated with tools like Cline by adding it to the MCP settings.
- Development Tools: Includes scripts for local development, versioning, and npm publishing.
- Open Source: Licensed under MPL 2.0.
Pricing
No pricing information is provided; the project is open source under the MPL 2.0 license.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)MCP server enabling AI agents to fix Playwright test failures reported to Currents, integrating CI/CD test management with MCP.
An MCP server providing API security testing tools, including authentication and vulnerability scanning, with detailed severity ratings and remediation—illustrating security-focused MCP server capabilities.
MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.
MCP server for searching Baseline status with the Web Platform API, fitting into the MCP server directory.
Extracts structured data from web pages using natural language input, converting content into JSON format without custom scraping code. A practical MCP server for web data extraction.
An MCP server for Apify's RAG Web Browser Actor, performing web searches, scraping URLs, and returning content in Markdown within the MCP protocol.