Skip to main content
Glama
umshere

UIFlowchartCreator

by umshere

UIFlowchartCreator

UIFlowchartCreator 是一个用于创建 UI 流程图的 MCP(模型上下文协议)服务器。该工具可帮助开发人员和设计人员可视化用户界面及其交互。

GitHub 存储库

该项目的源代码可在 GitHub 上找到: https://github.com/umshere/uiflowchartcreator

Related MCP server: Draw.io MCP Server

特征

  • 根据输入规范生成UI流程图

  • 与 MCP 兼容系统集成

  • 易于使用的流程图创建 API

安装

npm install uiflowchartcreator

用法

要在兼容 MCP 的系统中利用 UIFlowchartCreator,请将其添加到您的 MCP 配置中:

{
  "mcpServers": {
    "uiflowchartcreator": {
      "command": "node",
      "args": ["path/to/uiflowchartcreator/build/index.js"],
      "env": {}
    }
  }
}

详细的使用说明和API文档请参考src/index.ts中的源码和注释。

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

该项目已获得 ISC 许可。

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Automates the creation of application user manuals by capturing screenshots and generating documentation, supporting any web application through configurable workflows and MCP integration with AI assistants.
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables AI assistants to programmatically create and manage flowcharts, ERDs, and swimlane diagrams. It provides tools for manipulating diagram structures, performing auto-layouts, and exporting to Mermaid or Markdown formats.
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.

  • Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.

  • Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

View all MCP Connectors

Latest Blog Posts

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/umshere/uiflowchartcreator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server