see-u-ui-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@see-u-ui-mcpget component api for u-button"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
see-u-ui-mcp
see-u-ui 组件库的 MCP (Model Context Protocol) 服务。让 AI 助手(Cursor / Claude Code 等)实时查询全部组件的 props / events / slots / 示例,按需查询、不占上下文。
数据来自库的单一数据源 registry.json,构建期同步进本包 data/,运行时读本地副本,无跨包依赖,可独立发布。
工具
工具 | 入参 | 作用 |
|
| 列出全部组件(可按分组过滤),返回 tag / 组件名 / 标题 / 描述 |
|
| 按标签返回完整 API:props(类型/必填/默认值)、events(模板绑定名)、slots |
|
| 按标签返回代码示例 |
事件绑定名统一 kebab-case:内部 emit
onClick对应模板@on-click。get_component_api返回的events[].bind即模板可直接使用的绑定名。
Related MCP server: bunge-ds-mcp
安装
# 已发布后(推荐)
npx see-u-ui-mcp
# 或本地克隆
cd see-u-ui-mcp
npm install
npm run sync # 从同级 see-u-ui 库同步 registry.json(本地开发才需要)接入
Cursor
编辑 ~/.cursor/mcp.json(或项目内 .cursor/mcp.json):
{
"mcpServers": {
"see-u-ui": {
"command": "npx",
"args": ["-y", "see-u-ui-mcp"]
}
}
}本地开发(未发布)用绝对路径指向入口:
{
"mcpServers": {
"see-u-ui": {
"command": "node",
"args": ["/path/to/see-u-ui-mcp/index.mjs"]
}
}
}Claude Code
# 已发布
claude mcp add see-u-ui -- npx -y see-u-ui-mcp
# 本地开发
claude mcp add see-u-ui -- node /path/to/see-u-ui-mcp/index.mjs或手动写入 .mcp.json(项目级)/ ~/.claude.json(用户级),结构同上 Cursor 的 mcpServers。
通用(任意支持 MCP 的客户端)
传输方式 stdio,启动命令 node index.mjs(或发布后 npx see-u-ui-mcp)。服务启动后在 stderr 打印 [see-u-ui-mcp] ready,stdout 仅走 JSON-RPC。
验证
node scripts/probe.mjs
# 期望输出 PROBE_OK,并列出 3 个工具与抽检结果维护
库组件有更新时,在 see-u-ui 库执行 pnpm ai:gen 重建 registry,再在本包 npm run sync 同步,最后发版。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceHelps AI assistants access shadcn/ui component documentation and examples through a TypeScript-based MCP server that provides reference information for component details, usage examples, and search capabilities.487960MIT
- AlicenseAqualityCmaintenanceMCP server that exposes the @bunge/ds-components design system catalog, allowing AI assistants to list, search, and retrieve component details including inputs, outputs, usage examples, and import instructions.4MIT
- AlicenseBqualityDmaintenanceAn MCP server that scans React and Vue projects, extracts component metadata (props, slots, events, imports, usage), and exposes it to AI coding agents via structured tools.71MIT
- Flicense-qualityDmaintenanceMCP server to query and render the Doggie UI design system's Storybook documentation, enabling component search, URL rendering, and natural language questions.
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for accessing curated awesome list documentation
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seeyouui/see-u-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server