UIフローチャート作成者
UIFlowchartCreatorは、UIフローチャートを作成するためのMCP(Model Context Protocol)サーバーです。このツールは、開発者やデザイナーがユーザーインターフェースとそのインタラクションを視覚化するのに役立ちます。
GitHubリポジトリ
このプロジェクトのソースコードは GitHub で入手できます: https://github.com/umshere/uiflowchartcreator
特徴
入力仕様に基づいて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のソース コードとコメントを参照してください。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
このプロジェクトは ISC ライセンスに基づいてライセンスされています。
Tools
MCP 互換システム内の使いやすい API を通じてユーザー インターフェイスとインタラクションの視覚化を生成することにより、ユーザーが UI フローチャートを作成できるようにします。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityAn MCP server for generating customizable data visualizations using QuickChart.io, supporting multiple chart types and Chart.js configuration.Last updated -2318149MIT License
- Asecurity-licenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3935
- -security-license-qualityA tool that generates various UML diagrams through natural language descriptions or PlantUML code, functioning as an MCP server that can integrate with clients like Claude.Last updated -23
- -security-license-qualityAn MCP server that converts text inputs into visualized flowcharts, enabling AI clients to generate high-quality Mermaid diagrams directly from natural language descriptions or structured text.Last updated -8MIT License