Skip to main content
After adding the Loracle MCP server, your coding agent can search your component catalog with natural language.

Before you begin

Set up your IDE

Add the Loracle MCP endpoint to your IDE’s configuration. The server is hosted — no local installation required. Use the API key you copied from the Loracle dashboard. It starts with sk_live_.
Add to .cursor/mcp.json in your project root:
.cursor/mcp.json
{
  "mcpServers": {
    "loracle": {
      "url": "https://mcp.getloracle.com",
      "headers": {
        "Authorization": "Bearer <your-api-key>"
      }
    }
  }
}
Restart your IDE after saving the configuration.

Available tools

get_components

Search your design system catalog by natural language. Returns matching component names, props, and usage documentation.
get_components({ query: "button with loading state" })
Your coding agent calls this tool automatically when it needs to find components. You can also ask it directly — for example, “find a date picker component from our design system.”

Next steps

Loracle CLI

Publish or update your design system catalog.

Storybook addon

Use AI to build stories inside Storybook.