
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@arc-ui/community-mcp
Advanced tools
A Model Context Protocol (MCP) server that provides AI assistants with access to the Arc Community UI component library. Query community components and their TypeScript APIs directly from your AI assistant.
A Model Context Protocol (MCP) server that provides AI assistants with access to the Arc Community UI component library. Query community components and their TypeScript APIs directly from your AI assistant.
Coming soon: Documentation, coding rules, and Storybook link tools will be added in future versions.
npm install @arc-ui/community-mcp
# or
pnpm install @arc-ui/community-mcp
kiro-cli mcp add --name community-mcp --command npx --args @arc-ui/community-mcp
Or manually add to .kiro/settings/mcp.json:
{
"mcpServers": {
"community-mcp": {
"command": "npx",
"args": ["-y", "@arc-ui/community-mcp"]
}
}
}
kiro-cli mcp add --name community-mcp --command npx --args @arc-ui/community-mcp --scope global
Add the MCP server via the Amazon Q Chat panel in VS Code, or manually create/update .vscode/mcp.json in your project:
{
"servers": {
"community-mcp": {
"command": "npx",
"args": ["-y", "@arc-ui/community-mcp"]
}
}
}
Once configured, you can ask your AI assistant:
#arc-help-and-support (BT Business CDO Slack)FAQs
A Model Context Protocol (MCP) server that provides AI assistants with access to the Arc Community UI component library. Query community components and their TypeScript APIs directly from your AI assistant.
We found that @arc-ui/community-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.