Unlock your project's potential by connecting AI agents directly to your data. Seamlessly integrate with Cursor, Claude Desktop, and more.
Connect directly to PerfectUX with Streamable HTTP and your MCP API key.
{
"mcpServers": {
"perfectux": {
"url": "/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}The configuration includes your API key. Copy this to your MCP client configuration file.
Use the tool-specific examples below when your client expects a different configuration shape.
Secure access management
Sign in to Generate API Keys
Create an account or sign in to generate API keys and start integrating PerfectUX with your favorite AI tools like Cursor, Claude Desktop, and more.
Export project tasks in JSON or Markdown format for external use.
List all projects for the authenticated user. Returns project IDs, names, and timestamps.
Modify the brand task after user approval. The input is schema-validated against the canonical brand task shape and produces a reviewed change before applying it.
Modify the design task after user approval. The input is schema-validated against the canonical design task shape and produces a reviewed change before applying it.
Modify the logo task after user approval. The input is schema-validated against the canonical logo task shape and produces a reviewed change before applying it.
Modify the prd task after user approval. The input is schema-validated against the canonical prd task shape and produces a reviewed change before applying it.
Query project tasks with optional filtering. Returns task content including brand identity, PRD, design system, logo direction, and legacy task records.
Unlock your project's potential by connecting AI agents directly to your data. Seamlessly integrate with Cursor, Claude Desktop, and more.
Connect directly to PerfectUX with Streamable HTTP and your MCP API key.
{
"mcpServers": {
"perfectux": {
"url": "/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}The configuration includes your API key. Copy this to your MCP client configuration file.
Use the tool-specific examples below when your client expects a different configuration shape.
Secure access management
Sign in to Generate API Keys
Create an account or sign in to generate API keys and start integrating PerfectUX with your favorite AI tools like Cursor, Claude Desktop, and more.
Export project tasks in JSON or Markdown format for external use.
List all projects for the authenticated user. Returns project IDs, names, and timestamps.
Modify the brand task after user approval. The input is schema-validated against the canonical brand task shape and produces a reviewed change before applying it.
Modify the design task after user approval. The input is schema-validated against the canonical design task shape and produces a reviewed change before applying it.
Modify the logo task after user approval. The input is schema-validated against the canonical logo task shape and produces a reviewed change before applying it.
Modify the prd task after user approval. The input is schema-validated against the canonical prd task shape and produces a reviewed change before applying it.
Query project tasks with optional filtering. Returns task content including brand identity, PRD, design system, logo direction, and legacy task records.