MCP.so
Sign In

dify-server MCP 服务器

@MCP-Mirror

About dify-server MCP 服务器

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

1

生成 Ant Design 业务组件代码

Overview

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 code for Ant Design business components. It is intended for developers who use MCP-compatible assistants such as Continue or Cline and want to create components from natural-language descriptions.

How to use dify-server MCP 服务器?

Install dependencies with npm install, build the server with npm run build, then configure it in your MCP client (Continue or Cline) by specifying the path to build/index.js and setting the DIFY_API_KEY environment variable. Start a watch mode with npm run watch for automatic rebuilding during development.

Key features of dify-server MCP 服务器

  • Generates Ant Design business component code via Dify AI.
  • Accepts both text prompts and optional image inputs.
  • Handles image file uploads automatically.
  • Supports streaming responses from the Dify AI API.
  • Integrates with Continue and Cline as MCP clients.

Use cases of dify-server MCP 服务器

  • Generate complete Ant Design business components from a text description.
  • Include a reference image alongside a prompt to guide component generation.
  • Stream component code output in real time inside an AI-powered coding assistant.

FAQ from dify-server MCP 服务器

What transport protocol does dify-server MCP 服务器 use?

It uses stdio (standard input/output) for communication with the MCP client.

How is authentication handled?

The server requires a DIFY_API_KEY environment variable, which must be set in the client’s configuration file.

How can I debug the server?

Debugging is recommended using MCP Inspector, which can be started with the command npm run inspector.

What tools does dify-server MCP 服务器 provide?

It provides one tool named antd-component-codegen-mcp-tool for generating Ant Design business component code.

Comments

More Other MCP servers