Server data from the Official MCP Registry
uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum
uxspot.io UX reference: glossary, AI x UX tools directory, checklists and Learn UX curriculum
Remote endpoints: streamable-http: https://uxspot.io/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
7 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-dockster-uxspot-mcp": {
"url": "https://uxspot.io/mcp"
}
}
}From the project's GitHub README.
The UX reference your AI assistant can call.
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.
https://uxspot.io/mcp (remote, Streamable HTTP, stateless)Claude 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" }
}
}
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's definition and 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 |
Every answer cites its uxspot.io source URL, so you (and your assistant) can verify it.
Ask your assistant things like:
The server is a single Cloudflare Pages Function in front of the static uxspot.io site. Each POST is a complete JSON-RPC exchange (stateless Streamable HTTP — no sessions, no database), and the tools read the same structured data that powers the live site, so responses are always in sync with what is published.
The code in server/ is a read-only mirror of the deployed function, published here for transparency and for MCP directory listings. The source of truth lives in the main uxspot site repository; the data files it imports (glossary.json, tools.json, checklists.json, curriculum.ts) live there too, so this mirror is for reading, not building.
The server code in this repository is released under the MIT License. The uxspot.io content the tools serve (definitions, checklists, curriculum) remains © Soufiane Chraibi and is licensed for use via the site and this API, not for bulk redistribution.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.