Skip to content
Cursor

axe MCP Server for Cursor

io.github.dequelabs/axe-mcp-server

Official MCP server for Axe DevTools for Web.

client:Cursor transport:stdio runtime:oci

Install axe MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "axe-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/dequesystems/axe-mcp-server:v1.0.2"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

axe MCP Server in other clients