Magentaa11Y
Rank #2,214io.github.joe-watkins/magentaa11y
MCP server providing magentaa11y capabilities
Magentaa11Y is a Model Context Protocol (MCP) server published by joe-watkins. It ranks #2,214 of 115,591 servers tracked on MCP Toplist, and its repository has 176 GitHub stars. Magentaa11Y is listed on Official MCP, with 3 tracked versions. It was first listed on Jan 13, 2026 and most recently updated on Jan 15, 2026.
Ranks ahead of 113,377 of 115,591 servers on MCP Toplist.
Use Magentaa11Y
claude mcp add magentaa11y -- npx -y magentaa11y-mcp[mcp_servers.magentaa11y]
command = "npx"
args = ["-y", "magentaa11y-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"magentaa11y": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"magentaa11y": {
"command": "npx",
"args": [
"-y",
"magentaa11y-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.joe-watkins%2Fmagentaa11y)<a href="https://mcptoplist.com/server/io.github.joe-watkins%2Fmagentaa11y"><img src="https://mcptoplist.com/badge/io.github.joe-watkins%2Fmagentaa11y.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
joe-watkins
Other servers by joe-watkins
- aria-mcp#18,830
- WCAG MCP Server#25,211
- MCP Server Builder#80,312
- MagentaA11y MCP Server#80,313
- Accessibility Testing MCP#83,759
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Jan 15, 2026 |
| 1.0.0 | Jan 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Magentaa11Y?
- Magentaa11Y is maintained by joe-watkins, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Magentaa11Y listed on the Official MCP Registry?
- Yes — Magentaa11Y is listed on the Official MCP Registry.
- How many versions does Magentaa11Y have?
- MCP Toplist tracks 3 versions of Magentaa11Y, most recently published on Jan 15, 2026.
- Where can I find the source code for Magentaa11Y?
- The source code for Magentaa11Y is hosted at github.com/joe-watkins/magentaa11y-mcp.