Dify MCP Server (TypeScript)
@faiz-gear
关于 Dify MCP Server (TypeScript)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dify-mcp-server-ts": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@faiz-gear/dify-mcp-server-ts",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dify MCP Server (TypeScript)?
A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools, enabling AI assistants to trigger Dify applications via MCP.
How to use Dify MCP Server (TypeScript)?
Install via Smithery (npx -y @smithery/cli install @faiz-gear/dify-mcp-server-ts --client claude) or clone the repository, install dependencies, create a config.yaml with Dify base URL and application secret keys, then build and start the server. Use npm run dev for development.
Key features of Dify MCP Server (TypeScript)
- Converts Dify applications into MCP tools
- Supports streaming responses from Dify workflows
- Configurable via YAML configuration file
- Written in TypeScript for type safety
Use cases of Dify MCP Server (TypeScript)
- Trigger Dify workflows from AI assistants using MCP
- Integrate Dify applications into MCP-compatible clients
- Automate tasks by chaining Dify tools in agent workflows
- Build custom AI agents that leverage Dify's workflow engine
FAQ from Dify MCP Server (TypeScript)
What are the prerequisites to run this server?
Node.js 18 or higher, npm 8 or higher, and access to the Dify API with valid application secret keys.
How do I configure the server?
Create a config.yaml file with dify_base_url and dify_app_sks (a list of Dify app secret keys). The config file path defaults to the project root; you can override it with the CONFIG_PATH environment variable.
Does the server support streaming responses?
Yes, it supports streaming responses from Dify workflows.
Can I install the server automatically?
Yes, via Smithery using the command npx -y @smithery/cli install @faiz-gear/dify-mcp-server-ts --client claude.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论