iFlytek Workflow MCP Server enables seamless integration between LLM applications and iFlytek workflows through the Model Context Protocol, providing intelligent workflow scheduling and automation capabilities.
A server that enables calling iFlytek workflows through MCP tools for intelligent workflow scheduling and automation.
{
"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": "$CONFIG_PATH"
}
}
}
}