MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Axe MCP Server Public

Axe MCP Server: Deque's official MCP server for axe. Integrate accessibility testing and AI-powered remediation into your IDE with Claude, Copilot, Cursor, and other AI coding agents. Find and fix a11y issues without interrupting your dev flow.

Created 2/10/2026
Updated about 21 hours ago
Repository documentation and setup instructions

axe MCP Server

Docker Hub License Documentation

Official Model Context Protocol (MCP) server for Axe DevTools for Web. Find and fix accessibility issues directly in your IDE with Claude, GitHub Copilot, Cursor, and other AI coding agents.

Get Started

📚 View Documentation

Our documentation includes:

  • Complete setup instructions for major MCP clients
  • Configuration options and environment variables
  • Recommended prompts and usage examples
  • Troubleshooting guides
  • Advanced features and best practices

What It Does

The Axe MCP Server provides two tools to AI agents:

  • analyze: Scan web pages for accessibility using axe
  • remediate: Get AI-powered, code-level guidance to fix accessibility issues (with which coding agents can perform automatic source code remediation)

Requirements

Note: Requires a paid Axe DevTools for Web subscription.

Support

For technical support, bug reports, and feature requests:

Pricing & Sales

About Deque

Deque Systems is the trusted leader in digital accessibility.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/dequelabs/axe-mcp-server-public
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "dequelabs-axe-mcp-server-public": { "command": "git", "args": [ "clone", "https://github.com/dequelabs/axe-mcp-server-public" ] } } }