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

@react-spectrum/mcp

MCP server for React Spectrum (S2) documentation

15k stars852/wkupdated 0d agogithub ↗
88good
▣ Overview

What it does

This MCP server provides Claude with comprehensive access to React Spectrum documentation. React Spectrum encompasses multiple complementary libraries: React Spectrum (Adobe's Spectrum design system implementation in React), React Aria (unstyled React components and hooks for building accessible interfaces), React Stately (state management hooks for cross-platform use), and Internationalized (framework-agnostic internationalization utilities). The server reads documentation from the local filesystem and supports network calls to fetch updates, with write access for persistence.

Who it's for

Frontend engineers building custom component libraries with accessibility requirements, product teams adopting Adobe's Spectrum design system, and developers integrating React Aria or React Stately into existing applications. Particularly valuable for those who need real-time access to library APIs and accessibility patterns during development.

Common use cases

  • Reference React Aria component implementations and WAI-ARIA patterns
  • Look up React Stately hooks for state management across platforms
  • Query Spectrum theming options and design tokens
  • Find keyboard navigation and screen reader support patterns
  • Retrieve i18n strategies from the Internationalized packages

Setup pitfalls

  • Requires filesystem read and write access—carefully review permissions before deploying in sandboxed or restricted environments
  • Documentation stored locally; initial setup may involve downloading and caching documentation files
  • High-risk classification due to filesystem permissions—implement proper access controls, validate file paths, and restrict scope before production use
  • Network calls are made to fetch documentation updates; ensure network access is configured if behind a proxy or firewall
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
75
15.0
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.0
⚿ 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-spectrummcp": {
      "command": "npx",
      "args": [
        "-y",
        "@react-spectrum/mcp"
      ]
    }
  }
}
⚙ 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 downloads852
github stars15k
forks1k
open issues592
license✓ present
readme length4453 chars
last publish0d ago
last commit0d ago
last updated11h 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