Server data from the Official MCP Registry
Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.
Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.
dyslex.ia is a well-structured accessibility MCP server with appropriate authentication, input validation, and permission scoping. The server depends on an external Superpowers installation (hard gate at startup), implements proper input schema validation via Zod, and has no credential handling or network security issues. Minor code quality observations exist but do not constitute security vulnerabilities. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: DYSLEXIA_SUPERPOWERS_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-firou91-dyslex-ia": {
"env": {
"DYSLEXIA_SUPERPOWERS_PATH": "your-dyslexia-superpowers-path-here"
},
"args": [
"-y",
"@firou91/dyslex.ia"
],
"command": "npx"
}
}
}From the project's GitHub README.
dyslex.ia is an accessibility layer for AI agents. It improves readability, instruction decoding, typo tolerance, writing support, error explanations, diff reading, and context reentry.
It does not diagnose disability or claim medical benefit.
Superpowers determines the work process.
dyslex.ia adapts how that process is presented and understood.
The MCP server refuses to start unless a compatible obra/superpowers installation is found.
stdio.dyslexia.pnpm install
pnpm build
pnpm test
dyslexia doctor
dyslexia doctor --verbose
dyslexia dependency status
dyslexia dependency path
dyslexia compatibility
dyslexia profile set balanced
dyslexia config show
Run the server with:
dyslexia mcp
Startup is blocked before server.connect(transport) if Superpowers is missing or incompatible.
Install Superpowers first. dyslex.ia will not start without it.
Verify the dependency:
npx -y @firou91/dyslex.ia doctor --verbose
Add dyslex.ia to Codex CLI from npm after publication:
codex mcp add dyslex-ia --env DYSLEXIA_SUPERPOWERS_PATH="C:\path\to\superpowers" -- npx -y @firou91/dyslex.ia mcp
Check Codex:
codex mcp list
Inside Codex, use:
/mcp
If startup fails, run:
npx -y @firou91/dyslex.ia dependency status
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.