React USWDS MCP Server
Provides tools for discovering and inspecting React components from the @trussworks/react-uswds package, including component search, props inspection, usage snippets generation, and component suggestions for UI use cases.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@React USWDS MCP Servershow me how to use the Button component"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
react-uswds-mcp
An MCP server that indexes your locally-installed @trussworks/react-uswds package (from the host project's node_modules) and exposes tools/resources that help code assistants:
discover components
inspect detected Props surfaces (best-effort)
generate correct import + usage snippets
suggest components for a UI use case
Prerequisites
Node.js 18+
Yarn (recommended Yarn 4.12)
Related MCP server: Grafana UI MCP Server
Install
yarn installBuild + run
yarn build
yarn startDev (no build)
yarn devEnvironment
REACT_USWDS_PACKAGE(optional): package name to resolve. Default is@trussworks/react-uswds.
MCP host configuration (example)
{
"mcpServers": {
"react-uswds-mcp": {
"command": "node",
"args": ["/ABSOLUTE/PATH/react-uswds-mcp/dist/index.js"],
"env": {
"REACT_USWDS_PACKAGE": "@trussworks/react-uswds"
}
}
}
}Tools
list_componentssearch_componentsget_componentget_component_usagesuggest_components
Resources
resource://react-uswds/indexresource://react-uswds/components/{name}
This server cannot be deployed
Maintenance
Related MCP Connectors
Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop.
Accessible React components, tokens, usage guidance, and install commands for product interfaces.
Serves your design system and coding standards to coding agents, so they stop guessing.
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI assistants with access to private React component library documentation, props, and code examples through type-safe TypeScript integration.-

Grafana UI MCP Serverofficial
AlicenseCqualityDmaintenanceProvides AI assistants with comprehensive access to Grafana's React component library, including TypeScript source code, MDX documentation, Storybook examples, test files, and design system tokens for building Grafana-compatible interfaces.17 npm9MIT- AlicenseNot gradedqualityCmaintenanceProvides component information, usage guidelines, and code generation for AWS Cloudscape Design System in React, with search and pattern library capabilities.11 npm9MIT
- FlicenseAqualityDmaintenanceProvides Figma integration, accessibility auditing, and React code generation tools.8-