mcpbeat Sign in

dyslex.ia MCP Server

local only

dyslex.ia runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 25 · avg 13 · +82% w/w
a month agotoday
78
Installs / week
npm · @firou91/dyslex.ia
7
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 8 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository firou91/dyslex.ai
пакет @firou91/dyslex.ia ссылается на firou91/dyslex.ia

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dyslex-ia -- npx -y @firou91/dyslex.ia
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dyslex-ia": {
      "args": [
        "-y",
        "@firou91/dyslex.ia"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dyslex-ia]
command = "npx"
args = ["-y", "@firou91/dyslex.ia"]
.cursor/mcp.json
{
  "mcpServers": {
    "dyslex-ia": {
      "args": [
        "-y",
        "@firou91/dyslex.ia"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dyslex-ia": {
      "args": [
        "-y",
        "@firou91/dyslex.ia"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DYSLEXIA_SUPERPOWERS_PATH (Absolute path to an existing compatible obra/superpowers installation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to dyslex.ia

same job, measured the same way
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Babelwrap MCP
by babelwrap

MCP server for BabelWrap — give AI agents web browsing superpowers.

20 installs/wk local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
Prism Scanner
by aidongise-cell

Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading.

108 installs/wk local only
Hares — MCP security scanner
by alialrikabi313

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

24 installs/wk local only
Dropbox Sign
by usefulapi

Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.

10 tools answering
Tapsite
by mgriffen

MCP server for web inspection, design system extraction, and accessibility audits

41 installs/wk local only
Vigile MCP
by vigile-ai

Query trust scores for MCP servers and agent skills. Check if a tool is safe.

44 installs/wk local only

dyslex.ia — questions

Answers built from our own checks of this server.

Why is there no uptime for dyslex.ia?
dyslex.ia runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @firou91/dyslex.ia was installed 78 times last week.
How do I connect dyslex.ia?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @firou91/dyslex.ia straight from npm; nothing to host, nothing to sign up for.
How many people use dyslex.ia?
The npm package @firou91/dyslex.ia was installed 78 times in the last week. Week over week that is +82%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is dyslex.ia open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.