dify-server MCP 服务器
@AI-FE
关于 dify-server MCP 服务器
A Model Context Protocol server for Dify
基本信息
配置
工具
1生成 Ant Design 业务组件代码
概览
What is dify-server MCP 服务器?
dify-server MCP 服务器 is a Model Context Protocol server built with TypeScript that integrates the Dify AI API to generate Ant Design business component code. It is intended for developers who want to use AI-powered code generation within MCP-compatible tools like Continue or Cline.
How to use dify-server MCP 服务器?
Configure the server by adding its entry to your MCP client’s settings (e.g., continue config.json or cline_mcp_settings.json), providing the build path and your DIFY_API_KEY environment variable. After building with npm run build, the server runs via stdio using the command node build/index.js.
Key features of dify-server MCP 服务器
- Exposes a tool
antd-component-codegen-mcp-toolfor code generation. - Accepts text and optional image inputs.
- Handles image file uploads.
- Supports streaming responses from the Dify AI API.
- Built entirely with TypeScript.
Use cases of dify-server MCP 服务器
- Quickly generate Ant Design business components from natural language descriptions.
- Build AI‑assisted code generation into MCP‑compatible IDEs (e.g., Continue, Cline).
- Combine text and image prompts to refine component designs.
- Automate repetitive UI component creation tasks.
FAQ from dify-server MCP 服务器
What runtime does dify-server MCP 服务器 require?
Node.js is required; the server is compiled to JavaScript and started with the node command.
How do I provide my Dify API key?
Set the DIFY_API_KEY environment variable in the env section of your MCP client’s configuration (e.g., continue config.json or cline_mcp_settings.json).
What transport does the server use?
It communicates via standard input/output (stdio), as configured in the MCP client settings.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a browser‑based debugging tool.
Does the server store any data locally?
The README does not mention local storage; the server sends requests to the Dify AI API and returns responses without persisting data.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论