dyslex.ia for Grok
io.github.firou91/dyslex-ia
Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.
client:Grok
transport:stdio
runtime:npm
Install dyslex.ia in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dyslex-ia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@firou91/dyslex.ia"
],
"env": {
"DYSLEXIA_SUPERPOWERS_PATH": "<DYSLEXIA_SUPERPOWERS_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs