MCP

A way to interact with Azemmur through your AI-powered editor.

Edit on GitHub

Note: Azemmur uses the shadcn MCP server to connect your registry with AI assistants and editors.

The Model Context Protocol (MCP) allows AI tools like Claude Code, Cursor, or VS Code to interact directly with your component registry. Using the shadcn MCP server, you can browse, search, and install Azemmur components through natural language prompts — right inside your development environment.

Automatic Configuration

Select your MCP client and run the command below to automatically set up the shadcn MCP server.

Manual Configuration

Install the shadcn CLI as a dev dependency:

Then add the MCP configuration for your preferred client:

Restart your editor, and the shadcn MCP server should appear as connected.

Using with Azemmur

Once MCP is configured, you can interact with the Azemmur registry directly.

Example prompts:

  • “Show me all components in the Azemmur registry.”
  • “Add the @azemmur/components-button component.”
  • “Create a login form using Azemmur components.”

Your components.json should include the registry:

{
  "registries": {
    "@azemmur": "https://azemmur.raouf.codes/r/{name}.json"
  }
}

Learn More

For advanced configuration, private registries, and troubleshooting, see the official shadcn MCP documentation.

Built by raouf.codes. The source code is available on GitHub.

Last updated: 11/18/2025

On this page