UIFlowchartCreator
Create UI flowcharts from text descriptions.
UIFlowchartCreator
UIFlowchartCreator is an MCP (Model Context Protocol) server for creating UI flowcharts. This tool helps developers and designers visualize user interfaces and their interactions.
GitHub Repository
The source code for this project is available on GitHub: https://github.com/umshere/uiflowchartcreator
Features
- Generate UI flowcharts based on input specifications
- Integrate with MCP-compatible systems
- Easy-to-use API for flowchart creation
Installation
npm install uiflowchartcreator
Usage
To use UIFlowchartCreator in your MCP-compatible system, add it to your MCP configuration:
{
"mcpServers": {
"uiflowchartcreator": {
"command": "node",
"args": ["path/to/uiflowchartcreator/build/index.js"],
"env": {}
}
}
}
For detailed usage instructions and API documentation, please refer to the source code and comments in src/index.ts.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the ISC License.
相關伺服器
Scout Monitoring MCP
贊助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
贊助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Figma
Interact with Figma files to view, comment on, and analyze designs.
Kodus OSV
Open source vulnerability lookup via osv_query/osv_query_batch tools.
Remote MCP Server on Cloudflare
Deploy a remote MCP server without authentication on Cloudflare Workers.
MCP SGF Server
Process SGF (Smart Game Format) files to extract game information and generate visual board diagrams.
MAXential Thinking MCP
Gives Claude explicit tools for reasoning: adding thoughts, branching to explore alternatives, revising earlier thinking, and navigating thought history. 11 focused tools designed for how Claude actually thinks
MCP-scala
A Model Context Protocol server implementation written in Scala 3.
CSS Tutor
Provides personalized updates and tutoring on CSS features using the OpenRouter API.
MCP Remote
A remote proxy for MCP that enables local clients to connect to remote servers via OAuth.
Tailwind Svelte Assistant
Provides documentation and code snippets for SvelteKit and Tailwind CSS.
MCP UUID Server
A simple MCP server that provides a UUID generation service.