atag mcp for Cursor
io.github.mmasey/atag-mcp
ATAG 2.0 (Authoring Tool Accessibility Guidelines) guidance for authoring tool developers
client:Cursor
transport:stdio
runtime:npm
Install atag mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atag-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"atag-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs