aceternityui-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_componentsA | Search for Aceternity UI components by name, description, or tags |
| get_component_infoA | Get detailed information about a specific Aceternity UI component |
| get_installation_infoA | Get installation commands and setup instructions for a component |
| list_categoriesA | List all available component categories |
| get_all_componentsB | Get a list of all available Aceternity UI components |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool serves a distinct purpose: listing all components, getting details, installation info, categories, and searching. No overlap in functionality.
All tool names follow a consistent verb_noun pattern with snake_case, e.g., get_all_components, list_categories, search_components.
5 tools is well-scoped for a component library explorer, covering listing, search, details, categories, and installation without excess.
Core functionality is covered, but a tool to list components within a category is missing; however, search and get_all_components can compensate.