Element-UI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_componentsA | 列出 Element-UI 组件库中所有可用的组件。每个条目返回:含前缀的标签名(tagName)、描述(description)、文档 URL(documentation URL)。结果按标签名(升序)排序。 |
| get_componentB | 获取 Element-UI 组件库中某个组件的详细信息。返回:含前缀的标签名(tagName)、描述(description)、文档 URL(documentation URL)、属性(props)、事件(events)、插槽(slots)、示例代码(example)、类型定义(dts)。 |
| search_componentsB | 根据关键词搜索 Element-UI 组件库中的组件。支持在组件名和描述中进行模糊匹配。 |
| get_component_examplesC | 获取 Element-UI 组件的具体使用示例。直接返回过滤后的文档内容。 |
| get_component_propsC | 获取 Element-UI 组件的所有属性(Props)信息,包括名称、类型、描述、默认值等。 |
| get_component_eventsA | 获取 Element-UI 组件的所有事件(Events)信息,包括事件名称、描述、参数等。 |
| get_component_slotsA | 获取 Element-UI 组件的所有插槽(Slots)信息,包括插槽名称、作用域参数、描述等。 |
| get_component_methodsB | 获取 Element-UI 组件的所有方法(Methods)信息,包括方法名称、参数、返回值等。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/yun8711/element-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server