MCP server for creating UI flowcharts
UIFlowchartCreator is an MCP (Model Context Protocol) server for creating UI flowcharts. This tool helps developers and designers visualize user interfaces and their interactions.
The source code for this project is available on GitHub: https://github.com/umshere/uiflowchartcreator
npm install uiflowchartcreator
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.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License.
Python Docs Server Mcp Server
Get Python Docs
Weather Mcp Claudedesktop
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
Filesys
Enhanced FileSystem MCP server
A Python-based MCP (Model Context Protocol) server that predicts the origin
Ragie Model Context Protocol Server
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
Model Context Server Protocol for your HANA DB