Tactual for Cursor
io.github.tactual-dev/tactual
Screen-reader navigation cost analyzer. Scores AT user effort to find, reach, and operate content.
client:Cursor
transport:stdio
runtime:npm
Install Tactual in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tactual": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tactual"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs