

Works with your favorite AI tools
Everything you need to build beautiful interfaces
Analyze your codebase. Get scores, issues, and actionable recommendations.
Create Apple-styled components for React, SwiftUI, React Native, Tailwind, or CSS. 30+
Access Guidelines for colors, typography, spacing, animations, and more.
Get started in three simple steps
Add Apple UI MCP to Claude Desktop, Cursor, or any MCP-compatible tool with your API key.
Simply ask: "Generate an Apple-style button in React" or "Review my form for HIG compliance."
Receive complete code with styles, usage examples, accessibility notes, and design tokens.
One plan, everything included
Cancel anytime.
Set up Apple UI MCP with your favorite AI coding tool. Click on any card to view official MCP documentation.
~/.claude.json
{
"mcpServers": {
"appleuimcp": {
"type": "http",
"url": "https://appleuimcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}~/.cursor/mcp.json
{
"mcpServers": {
"appleuimcp": {
"url": "https://appleuimcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}.vscode/mcp.json
{
"servers": {
"appleuimcp": {
"type": "http",
"url": "https://appleuimcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"appleuimcp": {
"serverUrl": "https://appleuimcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}~/.gemini/settings.json
{
"mcpServers": {
"appleuimcp": {
"httpUrl": "https://appleuimcp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}~/.codex/config.toml
[mcp_servers.appleuimcp] type = "http" url = "https://appleuimcp.com/mcp" [mcp_servers.appleuimcp.headers] Authorization = "Bearer YOUR_API_KEY"
Subscribe and get your key from the dashboard.
Copy the config for your tool and replace YOUR_API_KEY.
Restart your AI coding tool to load the MCP server.
Make sure you've saved the config file in the correct location and restarted your tool. Check that JSON syntax is valid (no trailing commas).
Verify your API key is correct and hasn't expired. Keys start with aum_. Generate a new key from the dashboard if needed.
Check your internet connection. If behind a firewall or proxy, ensure appleuimcp.com is allowed.
Some tools require you to enable MCP in settings. In Cursor, go to Settings → Features → MCP. In VS Code, ensure you're using agent mode.