$ timeahead.in
/ servers/npm/@react-aria/mcp
npm

@react-aria/mcp

MCP server for React Aria documentation

15k stars1k/wkupdated 0d agogithub ↗
89good
▣ Overview

What it does

Provides structured access to React Aria documentation through Claude's context window. React Aria is Adobe's library of unstyled React hooks and components for building accessible, interactive user interfaces. The server indexes and serves documentation on WAI-ARIA patterns, keyboard interaction behavior, component APIs, and accessibility best practices across React Aria, React Stately state management, and the Internationalized library. Because React Aria provides hooks and low-level components without bundled styling, the documentation is essential for teams building custom component libraries while maintaining accessibility standards and WCAG compliance.

Who it's for

Frontend engineers building custom accessible React components, design system maintainers implementing their own component libraries, and product teams requiring WCAG and WAI-ARIA compliance without adopting a monolithic design system framework.

Common use cases

  • Reference React Aria hooks (useButton, useSelect, useToggle) while implementing accessible interactive components
  • Query WAI-ARIA authoring practices and keyboard navigation behavior for complex patterns like comboboxes, tabs, and menus
  • Look up accessibility and screen reader behavior requirements when building and styling custom components
  • Verify internationalization, RTL support, and date formatting patterns from the Internationalized library

Setup pitfalls

  • Filesystem writes: the server caches documentation locally; confirm write permissions and available disk space in the working directory
  • Network dependency: documentation is fetched on first query; requires internet connectivity and may add latency to initial requests
  • High-risk classification reflects the combination of filesystem write and network access; sandbox carefully in restricted environments or with untrusted code
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
78
15.5
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.5
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "react-ariamcp": {
      "command": "npx",
      "args": [
        "-y",
        "@react-aria/mcp"
      ]
    }
  }
}
📈 Score historylast 30 snapshots
4/30/20266/6/2026 · 30 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)115
top contributor share21%
releases (1y)13
last release6d ago
ci✓ passing
⛁ Raw data
weekly downloads1k
github stars15k
forks1k
open issues592
license✓ present
readme length4453 chars
last publish0d ago
last commit0d ago
last updated8h ago
install verified✓ pass · 15d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points