human standards for Cursor
io.github.aklodhi98/human-standards
Read-only Human Standards guidance for accessible, usable interface design.
client:Cursor
transport:stdio
runtime:npm
Install human standards in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"human-standards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@humanstandards/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs