A11y Mcp
@priyankark
A11y Mcp について
An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"a11y": {
"command": "npx",
"args": [
"a11y-mcp"
],
"disabled": false,
"autoApprove": []
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is A11y Mcp?
A11y Mcp is an MCP server that performs accessibility audits on webpages using axe-core. It enables AI assistants like Cline, Cursor, and GitHub Copilot to detect and fix accessibility issues in an agentic workflow.
How to use A11y Mcp?
Install globally with npm install -g a11y-mcp or run directly with npx a11y-mcp. Add it to your MCP settings configuration as a JSON object under mcpServers. Then ask your AI assistant to audit a URL using available tools like audit_webpage and get_summary.
Key features of A11y Mcp
- Perform detailed accessibility audits on any webpage
- Get a summary of accessibility issues
- Filter audits by specific WCAG criteria
- Include HTML snippets in results for debugging
- Works with Cline, Cursor, and GitHub Copilot
- Uses axe-core for reliable compliance checks
Use cases of A11y Mcp
- Audit a live website for WCAG 2.1 AA compliance
- Get a quick summary of issues on any public page
- Integrate accessibility checks into a local development server
- Let an AI agent fix detected issues in an automated loop
- Filter audits to focus on specific accessibility tags
FAQ from A11y Mcp
What tools does A11y Mcp provide?
It provides audit_webpage for full audits and get_summary for a summary of issues. Both require a url parameter; audit_webpage also accepts optional includeHtml and tags parameters.
How do I configure A11y Mcp with Cline?
Add a JSON entry under mcpServers in your MCP settings file: { "a11y": { "command": "npx", "args": ["a11y-mcp"], "disabled": false, "autoApprove": [] } }.
Can I audit a local development server?
Yes, the url parameter accepts any valid URL, such as http://localhost:3000, making it suitable for local testing.
What is the license of A11y Mcp?
A11y Mcp is licensed under the MPL 2.0 license.
Does A11y Mcp require any external dependencies?
It uses axe-core for audits and runs via Node.js, so you need Node.js installed to use it with npx or after global installation.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント