Stops Codex from shipping generic AI UI slop; supports Claude Code and Cursor with real UI context.
claude mcp add uizze --transport http https://uizze.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"uizze": {
"url": "https://uizze.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uizze": {
"serverUrl": "https://uizze.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"uizze": {
"type": "http",
"url": "https://uizze.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"uizze": {
"url": "https://uizze.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"uizze": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://uizze.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://uizze.com/mcp |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.samuelbushi--uizze/reviews or the review_server meta-tool.
POST /mcp