mcp-server-flyder

Streamline-TS/mcp-server-flyder

3.2

If you are the rightful owner of mcp-server-flyder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server for Flyder workflow integration.

The mcp-server-flyder is a Model Context Protocol server designed to integrate with Flyder workflows. It is currently in early development, meaning that its functionality and available tools may change as the server is further developed and improved. The server provides tools to list and run workflows, making it easier for users to manage their Flyder workflows programmatically. The server is licensed under the GNU General Public License, allowing users to freely use, modify, and distribute the software under the terms of the license.

Features

  • Integration with Flyder workflows
  • Ability to list user workflows
  • Run specific workflows using their IDs
  • Early development stage with potential for new features

Tools

  1. list_workflows

    Get a list of workflows that belong to the user, returning a dictionary with workflow names and IDs.

  2. run_workflow_by_id

    Run a specific workflow using its ID, with optional input text.