uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum
MCPpedia last refreshed this data
io.github.dockster/uxspot-mcp is an MCP server that uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum. Its tool list has not been published yet, requires no API key, and scores 38/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"uxspot": {
"url": "https://uxspot.io/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
uxspot.io is a free, curated UX reference — a 198-term glossary, an AI x UX tools directory, 5 interactive checklists, and a 77-topic Learn UX curriculum. This repository documents its remote Model Context Protocol server, which exposes all of that as callable tools for Claude, Cursor, and any other MCP client.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for io.github.dockster/uxspot-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The UX reference your AI assistant can call — and now, the one that draws.
uxspot.io is a free, curated UX reference: a 203-term glossary (every term with a plain-English definition and a "why it matters"), an AI x UX tools directory, 5 interactive checklists, a 78-topic Learn UX curriculum, and Spot Check, a daily UX vocabulary game. This repository documents the remote Model Context Protocol server that exposes all of it as callable tools for Claude, Cursor, and any other MCP client.
https://uxspot.io/mcp — remote, Streamable HTTP, statelessClaude Code
claude mcp add --transport http uxspot https://uxspot.io/mcp
Claude Desktop — Settings → Connectors → Add custom connector, with URL https://uxspot.io/mcp.
Cursor — add to ~/.cursor/mcp.json:
{
"mcpServers": {
"uxspot": { "url": "https://uxspot.io/mcp" }
}
}
Gemini app (Spark) — Settings → Connected apps → add a custom app, and paste https://uxspot.io/mcp as the URL (just the URL — the JSON below is Antigravity's format, not Spark's). If a credentials step appears under Advanced, leave it empty; uxspot never asks for a key.
Gemini (Antigravity) — the IDE and CLI that replaced Gemini CLI. Add to ~/.gemini/config/mcp_config.json, then /mcp in the CLI to confirm:
{
"mcpServers": {
"uxspot": { "serverUrl": "https://uxspot.io/mcp" }
}
}
Gemini Enterprise is the one Gemini door that stays closed: it requires an admin-registered OAuth connector, and uxspot is keyless by design.
Any other MCP client that supports the Streamable HTTP transport: point it at https://uxspot.io/mcp.
| Tool | Arguments | Returns |
|---|---|---|
search_glossary | query | Matching UX terms with definitions and source URLs |
define_term | term | One term in full: definition, why it matters, reference numbers, a terminal diagram for spatial concepts, and the source URL |
list_ux_tools | category? | The curated AI x UX tools directory, optionally filtered |
list_checklists | — | The 5 checklists with topic and item counts |
get_checklist | slug | One checklist in full: every topic and item |
search_curriculum | query | Matching Learn UX topics with HTML and Markdown URLs |
get_curriculum | — | The full Learn UX syllabus outline |
spot_check | — | One round of the Spot Check vocabulary game: a term, a definition that may or may not fit, the answer, and the explanation |
Every answer cites its uxspot.io source URL, so you (and your assistant) can verify it.
define_term("60-30-10") returns, verbatim:
**60-30-10 rule**
A color-proportion guideline borrowed from interior design: roughly 60% of a
screen in a dominant, usually neutral color, 30% in a secondary color, and 10%
in an accent reserved for emphasis — enough color to guide the eye without
competing for it.
**Why it matters** — Screens that feel colorful but calm almost always follow
some version of this split. Inverting it — letting the accent become the
majority — is why loud interfaces feel loud: when everything asks for
attention with color, nothing gets it.
**The numbers**
- 60% — dominant, usually neutral
- 30% — secondary, supporting surfaces
- 10% — accent, reserved for emphasis and actions
┌────────────────────────────────────┐
│
... [View full README on GitHub](https://github.com/dockster/uxspot-mcp#readme)