axe-scanner-mcp
by vinnyang
Overview
A standalone Model Context Protocol server that runs axe accessibility scans for a supplied URL using Playwright.
Installation
npx -y /absolute/path/to/axe-scanner-mcpSecurity Notes
The server's core functionality involves navigating to arbitrary user-provided URLs using Playwright. This introduces significant security risks such as Server-Side Request Forgery (SSRF) to access internal network resources, potential browser exploits from malicious pages, and exposure of internal network details if the server is not adequately isolated. It is crucial to strictly validate input URLs and deploy this server in a highly isolated network environment or only process trusted inputs.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
mcp-accessibility-scanner
Automated web accessibility scanning and browser automation using Playwright and Axe-core, enabling LLMs to perform WCAG compliance checks and generate reports.
playwright-mcp-server
Provides a robust, token-aware Playwright browser automation server for Large Language Models (LLMs) and coding agents to interact with web content, supporting advanced features like anti-detection and multi-page management.
server-tester
A Playwright-based testing framework for evaluating and testing Model Context Protocol (MCP) servers, including protocol conformance and LLM host simulation.