Bring 168 research-backed UX principles directly into your Claude conversations. Works with Claude Code and Claude Desktop.
@uxuiprinciples/mcp-serverModel Context Protocol (MCP) is an open protocol that allows AI assistants like Claude to access external tools and data sources. Our MCP Server gives Claude direct access to the UX/UI Principles library.
Add to your claude_desktop_config.json or project settings:
{
"mcpServers": {
"uxui-principles": {
"command": "npx",
"args": ["-y", "@uxuiprinciples/mcp-server"],
"env": {
"UXUI_API_KEY": "uxui_live_your_key_here"
}
}
}
}Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"uxui-principles": {
"command": "npx",
"args": ["-y", "@uxuiprinciples/mcp-server"],
"env": {
"UXUI_API_KEY": "uxui_live_your_key_here"
}
}
}
}After adding the configuration, restart Claude to load the MCP server.
The MCP Server provides these tools to Claude:
search_principlesSearch UX/UI principles by keyword, part, or difficulty level.
paramsquery, part?, difficulty?, locale?get_principleGet detailed information about a specific principle by slug or code.
paramsidentifier, locale?get_ux_smellsRetrieve UX anti-patterns to check against your designs.
paramscategory?, search?, locale?get_flow_checklistGet pre-flight and post-flight checklists for user flows.
paramsflow_slug?, locale?get_ai_promptsGet AI prompts for validating specific design patterns.
paramsprinciple_code?, locale?Here's how to use UX principles in your Claude conversations:
"I'm building a checkout form. What UX principles should I consider for form design?"
"Check my navigation design for UX smells related to cognitive load."
"Give me the pre-flight checklist for an onboarding flow."
"Find all principles related to accessibility and color contrast."
Need programmatic access? Use our REST API to integrate UX principles into your applications, CI/CD pipelines, or custom tools.
View API DocumentationGet your API key and start using UX principles in Claude.
$19/year • Or get the Developer Bundle with REST API for $29/year