iFlytek Workflow MCP Server
@iflytek
关于 iFlytek Workflow MCP Server
This a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ifly-workflow-mcp-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/iflytek/ifly-workflow-mcp-server",
"ifly_workflow_mcp_server"
],
"env": {
"CONFIG_PATH": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is iFlytek Workflow MCP Server?
It is an MCP server implementation using iFlytek that enables calling iFlytek workflows through MCP tools. Built on the iFlytek MCP server, it allows intelligent workflow scheduling for various business scenarios.
How to use iFlytek Workflow MCP Server?
Prepare a config.yaml file with workflow authentication info including flow_id and api_key. Then configure the server in your MCP client (e.g., Claude Desktop) using the uvx command with the CONFIG_PATH environment variable pointing to your YAML file. Launch the server.
Key features of iFlytek Workflow MCP Server
- Supports 14 types of workflow nodes (basic, tool, logic, transformation)
- Executes automatically with predefined sequence and rules
- Offers sequential, parallel, loop, and nested execution modes
- Provides hook mechanism for streaming output
- Handles single-turn, multi-branch, loop, and multi-turn interactions
- Supports multi-model selection via Model of Models (MoM) architecture
Use cases of iFlytek Workflow MCP Server
- Automating multi-step business processes with conditional branching
- Running tasks in
推理 分类下的更多 MCP 服务器
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
评论