Skip to main content
ClaudeWave
magebitcom avatar
magebitcom

inclusify-plugin

View on GitHub

Install surface for the Inclusify MCP server: plugin manifests, MCP registry entry, and the accessibility fix-loop skill.

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/magebitcom/inclusify-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "inclusify-plugin": {
      "command": "node",
      "args": ["/path/to/inclusify-plugin/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/magebitcom/inclusify-plugin and follow its README for install instructions.
Use cases

MCP Servers overview

# Inclusify for AI agents

Connect your AI assistant to [Inclusify](https://inclusifyapp.com) and ask about the
accessibility of your own websites: what is failing, where it lives in your source, and whether
the fix you just wrote actually fixes it.

This repository is the install surface — the plugin manifests, the registry entry and one skill.
The MCP server itself runs at `https://app.inclusifyapp.com/api/mcp/customer` and is not open
source.

## Install

**Cursor** — [Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=inclusify&config=eyJ1cmwiOiJodHRwczovL2FwcC5pbmNsdXNpZnlhcHAuY29tL2FwaS9tY3AvY3VzdG9tZXIifQ==),
or install the Inclusify plugin from the Cursor marketplace.

**Claude Code**

```bash
claude mcp add --transport http inclusify https://app.inclusifyapp.com/api/mcp/customer
```

Or install this repository as a plugin marketplace, which brings the skill with it:

```bash
/plugin marketplace add magebitcom/inclusify-plugin
```

**Gemini CLI**

```bash
gemini extensions install https://github.com/magebitcom/inclusify-plugin
```

**Everything else** — Claude web and desktop, ChatGPT, VS Code, Windsurf, Continue and the rest
are one URL each. The exact file and field name per client are documented at
[inclusifyapp.com/docs/integrations/mcp](https://inclusifyapp.com/docs/integrations/mcp).

## First connection

Your client registers itself and opens a browser tab. You sign in to Inclusify or create an
account; if you have no organisation yet you are asked to name one, which is your workspace.
A consent screen shows what the client gets — your basic profile and email address, nothing
else. No API key is involved anywhere.

## What you need for it to say anything useful

- The website has to be in your Inclusify account. Asking about a domain you have not added
  returns "no website by that name here" rather than scanning a stranger's site.
- The tools work per website on the Pro plan. Account-wide questions across every site need
  Enterprise on at least one website.
- A site that has never been scanned has no score yet.

## What it can do

Twenty-two tools: where a site stands, the fix list with the strings to grep for in your own
templates, live keyboard and screen-reader checks, rendering under forced colours and 400% zoom,
alt-text review, checking a fix before you deploy it, and a pass/fail gate for CI.

They are the same tools on every client. Each one, along with what it deliberately does not know
and the two allowances that bound the live checks, is documented on the page linked above — the
reference lives in one place on purpose, so this README does not restate it.

## The skill

`skills/accessibility-fix-loop` teaches the loop that actually resolves issues rather than
silencing them: read the fix list, grep your source for the strings it hands you, validate the
markup before deploying, then confirm against a later scan. It also tells the assistant to take
a `masked` verdict seriously — `aria-hidden`, `display: none` and swapping a button for a div
all make a scanner go quiet while leaving the barrier in place.

## Contributing

Issues and pull requests on the manifests, the skill and the docs are welcome. Problems with the
server itself, your account or your billing go to support@inclusifyapp.com.

## Licence

MIT, see [LICENSE](LICENSE). The Inclusify name and logo are trademarks of Magebit.

What people ask about inclusify-plugin

What is magebitcom/inclusify-plugin?

+

magebitcom/inclusify-plugin is mcp servers for the Claude AI ecosystem. Install surface for the Inclusify MCP server: plugin manifests, MCP registry entry, and the accessibility fix-loop skill. It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install inclusify-plugin?

+

You can install inclusify-plugin by cloning the repository (https://github.com/magebitcom/inclusify-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is magebitcom/inclusify-plugin safe to use?

+

Our security agent has analyzed magebitcom/inclusify-plugin and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains magebitcom/inclusify-plugin?

+

magebitcom/inclusify-plugin is maintained by magebitcom. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to inclusify-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy inclusify-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: magebitcom/inclusify-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/magebitcom-inclusify-plugin)](https://claudewave.com/repo/magebitcom-inclusify-plugin)
<a href="https://claudewave.com/repo/magebitcom-inclusify-plugin"><img src="https://claudewave.com/api/badge/magebitcom-inclusify-plugin" alt="Featured on ClaudeWave: magebitcom/inclusify-plugin" width="320" height="64" /></a>

More MCP Servers

inclusify-plugin alternatives