WCAGent: Open-Source AI Agent for Automated Accessibility QA
An autonomous AI accessibility QA agent called WCAGent has been open-sourced. It uses LLMs and MCPs (Model Context Protocols) to observe, reason, and act on accessibility violations via a CLI interface.
Key Features
- Detects WCAG violations — scans web pages for accessibility issues per WCAG standards
- Assigns severity levels — classifies each violation (critical, serious, moderate, minor)
- Generates detailed reports — outputs structured reports with violation details and remediation suggestions
- Automatically raises GitHub issues — creates actionable GitHub issues for each violation, so devs can track fixes directly in their workflow
- Works like an actual QA engineer — instead of just dumping raw scan results, WCAGent reasons about the context and provides human-readable feedback
How It Works
WCAGent runs as a CLI tool. It leverages LLMs to interpret accessibility rules and MCPs to interact with external systems (like GitHub). The agent can be invoked with a URL to audit, and it returns a report with severity tags and auto-generated GitHub issues.
Get Started
Clone the repo and run:
git clone https://github.com/AbhishekX-dev/WCAGent-ai-agent.git
cd WCAGent-ai-agent
pip install -r requirements.txt
python wcagent.py --url https://example.comFull documentation and setup instructions are on the GitHub page.
Who It's For
This tool is aimed at developers and QA engineers who need to integrate accessibility checks into CI/CD pipelines without manual intervention.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Auto Mode: Safer Alternative to Skipping Permissions
Claude Code now offers auto mode, a permissions mode where Claude makes permission decisions with safeguards monitoring actions before execution. It's available as a research preview for Team plan users, with Enterprise and API rollout coming soon.

Claude Code: How to Connect Your AI-Built Frontend to a Real Backend
Claude Code builds polished frontends but often uses hardcoded data. Here are four ways to connect it to real backends: raw APIs, SDKs, CLIs, and MCP.

Master-plan: A Minimal Terminal Task System Built for Claude Code Users
A developer has built master-plan, a Claude Code plugin with four slash commands that manages tasks directly in the terminal using a markdown file and git. The system captures ideas mid-session without context switching and auto-detects test runners.

pop-pay MCP server adds payment guardrails for Claude Code agents
pop-pay is an MCP server that lets Claude Code agents handle purchases without exposing credit card numbers. It uses CDP injection to place virtual card credentials directly into payment iframes, with Claude only receiving masked confirmation numbers.