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.
List projects available to the authenticated MCP key.
Read compact project metadata.
Read document workspace data.
Read the Blueprint project artifacts as JSON.
Read the official DESIGN.md export.
Read launch package workspace data.
Read marketing campaign workspace data.
Read all canonical project task artifacts.
Read one canonical project task artifact by task type.
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.
Reserved action for updating a document workspace asset.
Reserved action for updating an individual launch asset slot.
Reserved action for updating a launch package asset workspace. Launch assets are not canonical project tasks.
Reserved action for updating a marketing campaign workspace.
Reserved action for updating an individual marketing channel asset.