iFlytek Workflow MCP Server
@iflytek
About iFlytek Workflow MCP Server
This a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Reasoning MCP servers
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
Comments