A favicon of UI Flowchart Creator

UI Flowchart Creator

MCP server for creating UI flowcharts

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install umshere/uiflowchartcreator -c claude

This command will automatically install and configure the UI Flowchart Creator MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "UI Flowchart Creator": {
      "command": "node",
      "args": [
        "path/to/uiflowchartcreator/build/index.js"
      ],
      "env": {}
    }
  }
}

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.

Share:
Details:
  • Stars


    9
  • Forks


    10
  • Last commit


    6 months ago
  • Repository age


    6 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to UI Flowchart Creator:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


UI Flowchart Creator: MCP Server – MCP.Bar