dyslex.ia for Cursor
io.github.firou91/dyslex-ia
Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.
client:Cursor
transport:stdio
runtime:npm
Install dyslex.ia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dyslex-ia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@firou91/dyslex.ia"
],
"env": {
"DYSLEXIA_SUPERPOWERS_PATH": "<DYSLEXIA_SUPERPOWERS_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs