devinoldenburg/aceternity-mcp
Model Context Protocol server bringing Aceternity UI components to your AI assistant
Platform-specific configuration:
{
"mcpServers": {
"aceternity-mcp": {
"command": "npx",
"args": [
"-y",
"aceternity-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
A Model Context Protocol server for Aceternity UI components
Discover, explore, and install 106 Aceternity UI components directly from your AI assistant. Get intelligent recommendations, detailed metadata, and installation instructions.
[](https://pypi.org/project/aceternity-mcp/) [](https://www.python.org/downloads/) [](https://modelcontextprotocol.io/) [](./LICENSE)
</div>
---
Aceternity MCP is a pipx application that brings the Aceternity UI component library to your AI assistant through the Model Context Protocol. Your AI gets access to rich metadata including:
This helps your AI make informed decisions about which components fit your design needs.
# 1. Install pipx (one-time setup)
brew install pipx
pipx ensurepath
# 2. Install Aceternity MCP
pipx install aceternity-mcp
# 3. Run the interactive setup
aceternity-mcp installThat's it! You're ready to use Aceternity MCP with your AI assistant.
Aceternity MCP provides a command-line interface for management:
| Command | Description | |---------|-------------| | aceternity-mcp install | Run interactive setup wizard | | aceternity-mcp update | Check for and install updates | | aceternity-mcp repair | Fix common installation issues | | aceternity-mcp status | Show installation health | | `aceternity-mcp di
Loading reviews...