LIVE ENDPOINT
https://www.uxgen.ai/mcp
Connect to this endpoint to inspect the live schema for uxgen_audit and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.uxgen]
url = "https://www.uxgen.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uxgen": {
"type": "http",
"url": "https://www.uxgen.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uxgen
Remote MCP URL: https://www.uxgen.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"uxgen": {
"url": "https://www.uxgen.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uxgen": {
"type": "http",
"url": "https://www.uxgen.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uxgen",
"transport": "streamable-http",
"url": "https://www.uxgen.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
uxgen_brief— CALL THIS FIRST for any page or site you are about to build, before writing a single line.uxgen_theme— Turns a brand color and an adjective into a COMPLETE set of CSS variables: palette (3 roles + 2 derived), font pair, radii, shadows, rhythm, motion.uxgen_image— THE MATERIAL OF THE PAGE — scene OR packshot.uxgen_render— MAKES THE PAGE VISIBLE.uxgen_ameliorer— 🎯 THE ONLY EXTERNAL JUDGE IN THE PRODUCT, ~30 SECONDS BY DEFAULT.uxgen_status— 🚨 DO NOT CALL THIS TO GET YOUR BEARINGS: the path is returned by uxgen_brief, and this response is LONG (~5,500 tokens; "complet" makes it ~14,700).uxgen_packshot— COMPOSES THE CLIENT'S PRODUCT ONTO A REAL PHOTOGRAPH.uxgen_publier— CALL THIS BEFORE ANNOUNCING THAT IT IS DONE, on the page you have just written.