Skip to main content

MCP Server for Flyder

Project description

mcp-server-flyder

MCP Server for Flyder

mcp-server-flyder: MCP Server for Flyder

Overview

A Model Context Protocol server for Flyder workflow integration.

Please note that mcp-server-flyder is currently in early development. The functionality and available tools are subject to change as we continue to develop and improve the server.

Tools

  1. list_workflows

    • Get a list of workflows that belong to the user. This returns a dictionary that has workflow names and their IDs.
    • Input:
      • none
    • Returns: A list containing workflow names and their IDs. The IDs can later be used to run a specific workflow.
  2. run_workflow_by_id

    • Run a specific workflow using its ID.
    • Input:
      • workflow_id (int): The ID of the workflow to run.
      • input (str, optional): The input text to be passed to the workflow. If not provided, the default input from the workflow will be used.
    • Returns: An object containing the result of the workflow run.

Installation

Using uv (recommended)

Using uv no specific installation is needed. We will use uvx to directly run mcp-server-flyder.

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Using uvx
{
  "mcpServers": {
    "flyder": {
      "command": "uvx",
      "args": [ 
        "mcp_server_flyder"
      ],
      "env": {
        "FLYDER_EMAIL": "<email used to sign up on Flyder>",
        "FLYDER_API_KEY": "<your Flyder API key>"
      }
    }
  }
}

Debugging

You can use the MCP inspector to debug the server.

cd path/to/repo/src/mcp_server_flyder
npx @modelcontextprotocol/inspector uv run server.py

Running tail -n 20 -f ~/Library/Logs/Claude/mcp*.log will show the logs from the server and may help you debug any issues.

Development

If you are doing local development, there are two ways to test your changes:

  1. Run the MCP inspector to test your changes. See Debugging for run instructions.

  2. Test using the Claude desktop app. Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "flyder": {
      "command": "uv",
      "args": [ 
        "--directory",
        "/<path to repo>/src/mcp_server_flyder",
        "run",
        "server.py"
      ],
      "env": {
        "FLYDER_EMAIL": "<email used to sign up on Flyder>",
        "FLYDER_API_KEY": "<your Flyder API key>"
      }
    }
  }
}

License

This MCP server is licensed under the GNU General Public License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the GNU License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_flyder-0.1.0.tar.gz (31.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_flyder-0.1.0-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_flyder-0.1.0.tar.gz.

File metadata

  • Download URL: mcp_server_flyder-0.1.0.tar.gz
  • Upload date:
  • Size: 31.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.11

File hashes

Hashes for mcp_server_flyder-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cd987b9a1a20f14f3505bb780d47f039af429e4e2f157ef87b916a2ae3b6a3ee
MD5 19660c51a7f6fa903e7c6103a3f5ffc3
BLAKE2b-256 9eeb29e3a3f36922a9c75f5c2fd6c9be318b379c4f8677517f530f20987f563f

See more details on using hashes here.

File details

Details for the file mcp_server_flyder-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_flyder-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fbd192742d2d26cbc3afedf7b91aed5ac9f2de98be5c679a631243fae4d8f8cf
MD5 f8eb24da9fa2b290490cf23b0c6aec85
BLAKE2b-256 96dc6fb5eb7a039595746e51a66d7cd5d483b3d49e05751723406ba4fd3695ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page