mcp-server-flyder
@Streamline-TS
关于 mcp-server-flyder
MCP Server for Flyder
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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>"
}
}
}
}工具
4none
A list containing workflow names and their IDs. The IDs can later be used to run a specific workflow.
`workflow_id` (int): The ID of the workflow to run.
An object containing the result of the workflow run.
概览
What is mcp-server-flyder?
A Model Context Protocol server for integrating with Flyder workflows. It allows users to list and run workflows via MCP tools, currently in early development.
How to use mcp-server-flyder?
Install via uvx and configure in Claude Desktop's claude_desktop_config.json. Set two environment variables: FLYDER_EMAIL and FLYDER_API_KEY. Use the provided tools list_workflows and run_workflow_by_id.
Key features of mcp-server-flyder
- Lists workflows belonging to the user
- Runs a specific workflow by its ID
- Supports optional input text for workflows
- Early development, features subject to change
Use cases of mcp-server-flyder
- List all available workflows for a user
- Execute a workflow by providing its ID and optional input
- Automate workflow triggers from an AI assistant
FAQ from mcp-server-flyder
What tools does mcp-server-flyder provide?
It provides list_workflows and run_workflow_by_id tools.
What environment variables are required?
FLYDER_EMAIL and FLYDER_API_KEY must be set.
Is mcp-server-flyder stable?
No, it is in early development and functionality may change.
How do I run the server locally for debugging?
Use the MCP inspector: npx @modelcontextprotocol/inspector uv run mcp-server-flyder.
What license is mcp-server-flyder under?
It is licensed under the GNU General Public License.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论