
Accessibility Ai Mcp
- Updated July 25, 2026
- CSOAI-ORG/accessibility-ai-mcp
accessibility-ai-mcp is a review MCP server by MEOK AI Labs that connects coding agents to accessibility AI workflows for pre-launch UI checks.
About
accessibility-ai-mcp is a Model Context Protocol server from MEOK AI Labs, distributed through the CSOAI-ORG GitHub org as a PyPI stdio package at version 1.0.4. Registry metadata positions it as an accessibility AI integration for agent-assisted development rather than a standalone design tool. developers shipping web apps, browser extensions, or hybrid mobile surfaces can register the server so Claude Code, Cursor, or similar clients invoke accessibility-oriented capabilities while reviewing UI before release. Public descriptions are minimal compared with full SKILL.md-style tool lists, so treat it as an agent bridge you validate against your stack after install. It fits the Ship review subphase when you want repeatable a11y assistance encoded as MCP tools instead of one-off manual axe runs, complementing—not replacing—human QA and formal audits.
- accessibility-ai-mcp MCP server published by MEOK AI Labs under CSOAI-ORG
- Stdio transport via PyPI package accessibility-ai-mcp v1.0.4
- GitHub source at CSOAI-ORG/accessibility-ai-mcp for inspection and forks
- Bridges AI coding agents to accessibility workflows without leaving the editor
Accessibility Ai Mcp by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add accessibility-ai-mcp -- uvx accessibility-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | accessibility-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | CSOAI-ORG/accessibility-ai-mcp ↗ |
What it does
Let your coding agent run accessibility-oriented checks and guidance on UI you are about to ship via MEOK AI Labs’ accessibility MCP server.
Who is it for?
Frontend-heavy products where you want MCP-driven accessibility help during final UI review in Claude Code or Cursor.
Skip if: Skip if you need certified WCAG audit reports for enterprise procurement without any local validation step.
What you get
After registering the MCP server, your agent can call accessibility-ai tools during review passes so common a11y issues surface before users do.
- Agent-invokable accessibility analysis tied to your UI review workflow
- Repeatable MCP integration you can rerun before each release candidate
- Linkable open-source reference via github.com/CSOAI-ORG/accessibility-ai-mcp
By the numbers
- Version 1.0.4 on PyPI with stdio MCP transport
- Published under MCP server name io.github.CSOAI-ORG/accessibility-ai-mcp
- Open-source repository hosted on GitHub (CSOAI-ORG/accessibility-ai-mcp)
README.md
Accessibility Ai MCP
accessibility-ai-mcp MCP — AI-powered automation tool
accessibility-ai-mcp MCP — AI-powered automation tool. MIT.
🚀 Quick Start
# Install via pip
pip install accessibility_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install accessibility-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
See also
MEOK compliance MCP fleet:
ai-ops-mcp, health-check-ai-mcp, healthcare-ai-governance-mcp, plagiarism-checker-ai-mcp
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"accessibility-ai-mcp": {
"command": "uvx",
"args": ["accessibility-ai-mcp"]
}
}
}
Or: pip install accessibility-ai-mcp then run the accessibility-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
check_color_contrastto …" - "Use
suggest_alt_textto …" - "Use
check_heading_hierarchyto …"
Recommended MCP Servers
How it compares
MCP accessibility bridge from MEOK AI Labs—not a browser automation suite or a design-system generator skill.
FAQ
Who is accessibility-ai-mcp for?
Developers and small teams shipping customer-facing UI who want their coding agent to reach accessibility AI capabilities over MCP.
When should I use accessibility-ai-mcp?
Use it during Ship review when you are hardening pages, components, or flows for accessibility before launch.
How do I add accessibility-ai-mcp to my agent?
Install the PyPI package accessibility-ai-mcp, configure it as a stdio MCP server in your agent config, and point to the GitHub repo if you need source or updates.