Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

dyslex.ia in other clients