
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@chakra-ui/react-mcp
Advanced tools
An MCP server providing AI assistants with access to Chakra UI components, examples, migration patterns, and premium templates.
get_components - List all Chakra UI componentsget_component_props - Get component properties and configurationget_component_example - Retrieve usage examples and code patternsget_theme - Get theme tokens, semantic tokens, text styles and layer styleslist_blocks - List Chakra UI Pro blocksget_component_templates - Get premium component templates (Pro)v2_to_v3_code_review - Migration guidance with code snippetsAdd to your Claude Desktop or Cursor configuration file:
{
"mcpServers": {
"chakra-ui": {
"command": "npx",
"args": ["-y", "@chakra-ui/react-mcp"],
"env": {
"CHAKRA_PRO_API_KEY": "your-api-key-here"
}
}
}
}
Add to your ~/.codex/config.toml file:
[mcp_servers.chakra-ui]
command = "npx"
args = ["-y", "@chakra-ui/react-mcp"]
startup_timeout_ms = 20_000
# Optional: Add Chakra Pro API key if using premium features
# [mcp_servers.chakra-ui.env]
# CHAKRA_PRO_API_KEY = "your-api-key-here"
Or use the CLI command:
codex mcp add chakra-ui -- npx -y @chakra-ui/react-mcp
Note: Requires Codex CLI v0.34.0 or later.
CHAKRA_PRO_API_KEY (optional) - For accessing premium templates and blockspnpm install
pnpm build
pnpm dev
MIT @ Chakra Systems
FAQs
The official MCP server for Chakra UI
The npm package @chakra-ui/react-mcp receives a total of 1,763 weekly downloads. As such, @chakra-ui/react-mcp popularity was classified as popular.
We found that @chakra-ui/react-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.