MCP Server for Flyder
Project description
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
-
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.
-
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 uvx (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:
{
"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
npx @modelcontextprotocol/inspector uv run mcp-server-flyder
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:
-
Run the MCP inspector to test your changes. See Debugging for run instructions.
-
Test using the Claude desktop app. Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"flyder": {
"command": "uv",
"args": [
"--directory",
"/<path to repo>",
"run",
"mcp-server-flyder"
],
"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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_flyder-0.4.3.tar.gz.
File metadata
- Download URL: mcp_server_flyder-0.4.3.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
295eaab57af03e0870dbf38136b417e74a002aeada8a6911d0c6958fd57eadf3
|
|
| MD5 |
6e5a29ae0f75cbbbcb2d230e86d2ff60
|
|
| BLAKE2b-256 |
b6a8824951c30b59cf62f8f9883545a65621e45d3eeda137931ade2d6bf6a873
|
File details
Details for the file mcp_server_flyder-0.4.3-py3-none-any.whl.
File metadata
- Download URL: mcp_server_flyder-0.4.3-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb947c70dc5e8ea921da304b3b588fd5b4a39c66bf6814bf8e8717ecba6a3db
|
|
| MD5 |
3719b2229fc116962dfd019daf392a68
|
|
| BLAKE2b-256 |
bf7b883518ed6be2b711b5cd81c388e6c4762367800e7a57d2d7c698fe80d7c1
|