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.
Obsidian Mcp Server
Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a comprehensive suite of tools for reading, writing, searching, and managing notes, tags, and frontmatter, acting as a bridge to the Obsidian Local REST API plugin.
Mcp Server Diff Python
Systemprompt Mcp Interview
A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios
An MCP server enhances AI responses with real-time search results via Higress ai-search.
Terraform Registry MCP Server
An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
simple logseq mcp server