@arc-ui/community-mcp
v0.2.0
Published
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.
Keywords
Readme
Arc Community MCP Server
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.
Features
- get_community_components_list — Returns a complete list of all available Arc Community components
- get_community_api_info — Fetches TypeScript interface definitions and prop types for a community component
Coming soon: Documentation, coding rules, and Storybook link tools will be added in future versions.
Setup
Install
npm install @arc-ui/community-mcp
# or
pnpm install @arc-ui/community-mcpKiro CLI
Local (workspace)
kiro-cli mcp add --name community-mcp --command npx --args @arc-ui/community-mcpOr manually add to .kiro/settings/mcp.json:
{
"mcpServers": {
"community-mcp": {
"command": "npx",
"args": ["-y", "@arc-ui/community-mcp"]
}
}
}Global
kiro-cli mcp add --name community-mcp --command npx --args @arc-ui/community-mcp --scope globalAmazon Q (VS Code)
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"]
}
}
}Example Queries
Once configured, you can ask your AI assistant:
- "What community components are available?"
- "Show me the props for the Accordion component"
- "What's the API for FeaturePost?"
- "How do I use the CopyLead component?"
Support
- Slack:
#arc-help-and-support(BT Business CDO Slack) - Email: [email protected]
- Teams: Arc Help and Support
