Dify MCP Server (TypeScript)
@faiz-gear
About Dify MCP Server (TypeScript)
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dify-mcp-server-ts": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@faiz-gear/dify-mcp-server-ts",
"--client",
"claude"
]
}
}
}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 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.
Frequently asked questions
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`.
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments