
Workflowy MCP Server Integration
The Workflowy MCP Server connects AI assistants with Workflowy, enabling automated note-taking, project management, and productivity workflows directly within F...
Enable your AI agents to orchestrate and automate complex workflows using iFlytek’s powerful MCP server—perfect for business automation, data processing, and context-aware AI integrations.
The iFlytek Workflow MCP Server is a simple implementation of the Model Context Protocol (MCP) that enables seamless integration between AI assistants and iFlytek’s workflow automation platform. Acting as a bridge, it allows AI agents to schedule and execute sophisticated workflows composed of multiple node types (basic, tool, logic, transformation) through MCP tools. This facilitates intelligent workflow orchestration, data processing, and automation tasks, enhancing development workflows. With support for diverse orchestration modes like sequential, parallel, loop, and nested execution, the server is particularly well-suited for business automation, dynamic conversational flows, and integrating multiple AI models into complex pipelines. It enables developers to trigger, manage, and monitor workflows programmatically with minimal manual intervention.
No prompt templates are explicitly mentioned in the repository or documentation.
No explicit resources are documented or defined in the repository or documentation.
windsurf.config.json
).{
"mcpServers": {
"iflytek-workflow-mcp": {
"command": "npx",
"args": ["@iflytek/ifly-workflow-mcp-server@latest"]
}
}
}
Use environment variables for sensitive data:
{
"mcpServers": {
"iflytek-workflow-mcp": {
"command": "npx",
"args": ["@iflytek/ifly-workflow-mcp-server@latest"],
"env": {
"XFYUN_API_KEY": "${XFYUN_API_KEY}"
},
"inputs": {
"flow_id": "your_flow_id"
}
}
}
}
{
"mcpServers": {
"iflytek-workflow-mcp": {
"command": "npx",
"args": ["@iflytek/ifly-workflow-mcp-server@latest"]
}
}
}
Use environment variables in the configuration as above.
{
"mcpServers": {
"iflytek-workflow-mcp": {
"command": "npx",
"args": ["@iflytek/ifly-workflow-mcp-server@latest"]
}
}
}
Use the env
and inputs
fields as shown in previous examples.
{
"mcpServers": {
"iflytek-workflow-mcp": {
"command": "npx",
"args": ["@iflytek/ifly-workflow-mcp-server@latest"]
}
}
}
Follow the same environment variable pattern for sensitive configuration.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"iflytek-workflow-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “iflytek-workflow-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Provided in README and repository overview. |
List of Prompts | ⛔ | No prompt templates described. |
List of Resources | ⛔ | No explicit MCP resources defined. |
List of Tools | ✅ | Workflow execution tool mentioned. |
Securing API Keys | ✅ | Environment variable usage suggested in setup instructions. |
Sampling Support (less important in evaluation) | ⛔ | No information provided. |
| Supports Roots | ⛔ | No mention of Roots support found. | | Supports Sampling | ⛔ | No mention of Sampling support found. |
Based on the above tables, the iFlytek Workflow MCP Server offers basic MCP server functionality with workflow execution capabilities but lacks advanced MCP features like prompt templates, resource definitions, roots, and sampling. Its documentation is focused on setup and business workflow utility but does not provide deep technical integration details.
Given the focus on workflow execution and automation but the absence of deeper MCP features like roots, sampling, and resource/prompt templates, we would rate this MCP server as a 4/10 for overall MCP ecosystem completeness. It is functional for its niche use case but limited for broader or more advanced MCP integrations.
Has a LICENSE | ✅ (MIT License) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 3 |
Number of Stars | 25 |
It is a Model Context Protocol (MCP) server that bridges AI assistants and iFlytek's workflow automation platform, allowing programmatic scheduling, orchestration, and monitoring of complex workflows.
You can automate business processes, AI-driven data transformations, context-aware conversational flows, hybrid model orchestration, and provide real-time workflow monitoring and feedback.
Add the MCP component to your flow, configure the MCP server details in the system MCP configuration section, and provide the transport and URL for your MCP server.
No, the iFlytek Workflow MCP Server does not provide prompt templates or explicit resource definitions; it focuses on workflow execution.
It scores 4/10 for MCP ecosystem completeness, as it offers essential workflow orchestration but lacks advanced MCP features such as roots, sampling, and prompt templates.
Supercharge your workflow automation by connecting your AI agents to the iFlytek Workflow MCP Server. Trigger, manage, and monitor sophisticated business and data processes programmatically.
The Workflowy MCP Server connects AI assistants with Workflowy, enabling automated note-taking, project management, and productivity workflows directly within F...
The iFly-Spark-Agent-MCP Server bridges AI assistants with the iFlytek SparkAgent Platform using the Model Context Protocol (MCP), enabling seamless file upload...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...