How to Use the WCAG.com Accessibility MCP in Cursor
Write code using real accessibility data. Integrate WCAG.com Accessibility audit results directly into your workflow with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect WCAG.com Accessibility MCP to Cursor
Create your Vinkius account to connect WCAG.com Accessibility to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit and report on web accessibility issues.
Use `audit_url_accessibility` when you need to test a live URL's compliance markers. The AI agent runs the audit and returns structured data about every violation it finds. You can then ask Cursor to generate code that accounts for those specific failures, like adding ARIA attributes or adjusting color contrast ratios based on the API response.
Validate WCAG service operational status.
Before you write code that relies on external data, call `check_api_status`. This tells you immediately if the WCAG.com service is online and ready to go. It prevents your local dev session from breaking because of an unexpected network or API failure.
Fetch specific accessibility guidelines.
The `get_wcag_guideline_details` tool pulls deep metadata for any WCAG guideline you specify. This is killer when writing tests; you can generate unit tests that explicitly validate against a detailed requirement. Instead of just saying 'it should be accessible,' your code validates it using the official criteria provided by this MCP Server.
Set up WCAG.com Accessibility MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the WCAG.com Accessibility MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent WCAG.com Accessibility transactions." If the MCP tools are loaded correctly, Cursor will call the WCAG.com Accessibility tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"wcagcom-accessibility-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by WCAG.com. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about WCAG.com Accessibility MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the WCAG.com Accessibility MCP today
We host it, we monitor it, we maintain it. You just paste one token.