@accesslint/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@accesslint/mcpaudit https://example.com for WCAG violations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This package is maintained in the AccessLint monorepo.
@accesslint/mcp
MCP server for accessible agentic coding — WCAG audit tools for AI coding agents. Built on @accesslint/core. From AccessLint.
Setup
Add to your MCP client configuration:
{
"mcpServers": {
"accesslint": {
"command": "npx",
"args": ["@accesslint/mcp"]
}
}
}Related MCP server: A11y MCP Server
Tools
audit_html — Audit an HTML string for WCAG violations. Auto-detects fragments vs full documents.
audit_file — Read an HTML file from disk and audit it.
audit_url — Fetch a URL and audit the returned HTML.
diff_html — Audit new HTML and diff against a previously named audit to verify fixes.
list_rules — List available WCAG rules with optional filters by category, level, fixability, or criterion. All audit and diff tools accept an optional
min_impactparameter to filter results by severity. Valid values, from most to least severe:critical,serious,moderate,minor. When set, only violations at that level or above are shown.
Each violation in the audit output includes the rule ID, CSS selector, failing HTML, impact level, and — where available — a concrete fix suggestion, fixability rating, and guidance. When multiple elements break the same rule, shared metadata is printed once to keep output compact.
Prompts
React Component Auditing
To audit React components (.jsx/.tsx), the agent uses the audit-react-component prompt, which guides it through:
Reading the component source
Mentally rendering it to static HTML (acting as
renderToStaticMarkup)Passing the rendered HTML to
audit_htmlwithcomponent_mode: true
No extra runtime dependencies are required — the agent renders the component itself based on the source code.
Why use this instead of prompting alone?
Without tools, the agent reasons about WCAG rules from memory. The MCP replaces that with structured output — specific rule IDs, CSS selectors, and fix suggestions — so the agent skips straight to applying fixes. This means 23% fewer output tokens per run, which translates directly to faster and cheaper completions.
Benchmarked across 25 test cases, 67 fixable violations, 3 runs each (Claude Opus):
With @accesslint/mcp | Agent alone | |
Violations fixed | 99.5% (200/201) | 93.5% (188/201) |
Regressions | 1.7 / run | 2.0 / run |
Cost | $0.56 / run | $0.62 / run |
Duration | 270s / run | 377s / run |
Timeouts | 0 / 63 tasks | 2 / 63 tasks |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn 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!234748Mozilla Public 2.0
- AlicenseAqualityCmaintenanceAn MCP server that enables LLMs to perform web accessibility testing against WCAG standards using Deque Axe-core API and Puppeteer.617190MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for accessibility auditing that provides WCAG 2.2 criteria lookup, HTML remediation guidance, and automated documentation generation for UI components. It enables users to analyze code snippets for issues and generate professional accessibility audit reports.171MIT
- AlicenseAqualityDmaintenanceAn accessibility expert MCP server that provides AI coding assistants with real-time access to WAI-ARIA patterns, code review, contrast checking, and WCAG guidance for writing accessible code from the start.4MIT
Related MCP Connectors
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AccessLint/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server