Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Dyslex.ia
D
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:59:17 PM

Dyslex.ia

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).

Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dyslex-ia": {
      "command": "npx",
      "args": [
        "-y",
        "dyslex-ia"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Documentation Overview

Dyslex.ai

Dyslex.ai is an accessibility skills plugin for AI agents.

It helps agents make instructions, errors, diffs, terminal output, and long responses easier to read without losing technical detail. It is built for users who benefit from clearer structure, typo tolerance, ambiguity checks, and safer handling of technical tokens.

Dyslex.ai does not diagnose disability, provide medical advice, or claim medical benefit.

Quickstart

  • Codex
  • Claude Code
  • Antigravity
  • Cursor
  • Factory Droid
  • GitHub Copilot CLI
  • Kimi Code
  • OpenCode
  • Pi

How It Works

Dyslex.ai is a skills-only plugin.

The plugin contributes reusable Agent Skills through:

text
.codex-plugin/plugin.json
skills/

When a matching task appears, the agent can use the relevant skill to reshape the interaction. The goal is not to replace the agent's reasoning or Superpowers workflow. The goal is to make that workflow easier to follow, safer to resume, and harder to misread.

Every skill starts with a Superpowers gate. If Superpowers is missing or uncertain, the agent must stop and ask the user to install Superpowers before applying Dyslex.ai.

Installation

Codex

Primary path, after public availability:

text
/plugins

Search for:

text
Dyslex.ai

CLI install, when available from the configured marketplace:

bash
codex plugin add dyslex-ai@openai-curated

Fallback if Dyslex.ai is not visible in the public plugin directory yet:

bash
codex plugin add dyslex-ai@npm:@firou91/dyslex.ai

Start a new Codex session after installation so the skills are loaded.

Local Package

The npm package is published as:

Terminal
npm install @firou91/dyslex.ai

The CLI command is:

bash
dyslexai doctor --verbose

The Basic Workflow

  1. Install Superpowers in the target agent.
  2. Install Dyslex.ai as a plugin.
  3. Start a new session so the skills are visible.
  4. Ask normally, including messy text, unclear instructions, raw errors, or long output.
  5. Dyslex.ai detects the relevant accessibility skill.
  6. The skill preserves commands, paths, package names, environment variables, and other technical tokens.
  7. The agent clarifies only material ambiguity before acting.
  8. The response is structured for readability and verification.

What's Inside

Dyslex.ai currently includes 16 skills.

Readability And Writing

  • accessible-response: reshape answers into clearer blocks without losing detail.
  • spelling-and-writing-support: correct, proofread, or reformulate text while preserving tone.
  • typo-tolerant-intent: infer likely intent from typos or malformed wording.
  • identifier-safety: protect paths, commands, URLs, package names, variables, hashes, and regexes.

Debugging

  • error-decoder: turn raw errors, stack traces, and logs into clear explanations.
  • terminal-output-reader: summarize noisy terminal output without hiding failures.
  • diff-reader: explain changes, risks, and test needs from diffs or patches.
  • code-explainer: explain source code in accessible layers.

Collaboration

  • instruction-decoder: unpack dense prompts, issues, specs, or task descriptions.
  • prompt-clarifier: ask only the questions that materially change the result.
  • task-sequencer: break work into ordered steps with dependencies and checks.
  • decision-comparator: compare options and provide a clear recommendation when needed.
  • number-and-date-clarifier: clarify ambiguous dates, units, versions, decimals, and ranges.

Meta And Continuity

  • context-reentry: resume interrupted work after pauses, compaction, or task switching.
  • documentation-navigator: identify which docs matter and what is required versus recommended.
  • accessible-superpowers: present Superpowers workflows more accessibly without weakening them.

Philosophy

Dyslex.ai is built around a simple rule: accessibility should reduce cognitive load without reducing technical precision.

That means:

  • preserve exact technical tokens;
  • separate facts from assumptions;
  • ask fewer, better questions;
  • make success criteria explicit;
  • keep warnings and failures visible;
  • avoid medical claims;
  • respect Superpowers as the workflow authority.

The project is not trying to make agents softer or less rigorous. It is trying to make rigorous work easier to read, resume, and verify.

Identity

Here is how we connect the very minimal visual identity to Dyslex.ai's role, name, and philosophy.

Read the full visual identity notes in Identity.

Support

Publishing and maintaining Dyslex.ai across public agent ecosystems costs time and API tokens. Making an accessibility plugin publicly available usually requires repeated review passes, test runs, model-specific validation, and ongoing compatibility checks.

Codex is already covered as the first public deployment target.

Community support will guide the next deployment targets:

  • 1,000 GitHub stars: Public deployment for Claude Code.
  • 5,000 GitHub stars: Public release of the plugin for Cursor and other planned hosts.

You can support the project by:

  • starring the repository;
  • testing Dyslex.ai in real workflows;
  • reporting unclear behavior;
  • suggesting accessibility improvements;
  • sharing reproducible prompts where the skills help or fail.

Documentation

  • Architecture
  • Installation
  • Codex CLI
  • Plugin E2E Publication
  • Compatibility
  • Security
  • Accessibility
  • Publishing

Related MCP Servers

View all in Browser Automation View all alternatives
  • Browser Use logoBrowser Use

    Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

    πŸ“‚ Browser Automation0 views
    Compare vs Browser Use β†’
  • Yutu logoYutu

    A fully functional MCP server and CLI for YouTube to automate YouTube operation

    πŸ“‚ Browser Automation4 views
    Compare vs Yutu β†’
  • Ios Simulator Mcp logoIos Simulator Mcp

    A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements.

    πŸ“‚ Browser Automation2 views
    Compare vs Ios Simulator Mcp β†’
  • Mcp Server Browser logoMcp Server Browser

    Browser automation capabilities using Puppeteer, both support local and remote browser connection.

    πŸ“‚ Browser Automation3 views
    Compare vs Mcp Server Browser β†’

Frequently Asked Questions about Dyslex.ia

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dyslex-ia": { "command": "npx", "args": ["-y", "dyslex.ia"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDyslex.ia AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dyslex-ia?style=directory)](https://allmcps.com/mcp/dyslex-ia)
HTML Embed
<a href="https://allmcps.com/mcp/dyslex-ia"><img src="https://allmcps.com/api/badge/dyslex-ia?style=directory" alt="Dyslex.ia on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
5/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit17d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 24, 2026
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to Dyslex.ia β†’Install in Claude DesktopInstall in CursorInstall in VS Code