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
「推論」の他のコンテンツ
AWorld: Advancing Agentic AI
inclusionAISearch, understand, reproduce, and improve an idea with ease
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
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.
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
コメント