T

uiflowchartcreator

...
Created 12/30/2024byumshere

Language:

TypeScript

Stars:

6

Forks:

6

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.

Last updated: 3/4/2025

Publisher info

umshere's avatar

umshere

UI Experiments

bangalore
2
followers
5
following
33
repos

More MCP servers built with TypeScript

mcp-tasks

A comprehensive and efficient MCP server for task management with multi-format support (Markdown, JSON, YAML)

By flesler
Supadata

Turn YouTube, TikTok, X videos and websites into structured data. Skip the hassle of video transcription and data scraping. Our APIs help you build better software and AI products faster.

By supadata-ai
svelte-llm

Svelte and SvelteKit documentation

By khromov