Connect to Claude
Dify Server icon

Dify Server

CreatedMCP-Mirror

Generates Ant Design business component code by integrating the Dify AI API within a Model Context Protocol server.

About

This is a Model Context Protocol (MCP) server built with TypeScript that integrates the Dify AI API to provide code generation capabilities for Ant Design business components. It demonstrates core MCP concepts such as chat completion using the Dify AI API, support for text and image inputs, and streaming response handling. It includes a tool, `antd-component-codegen-mcp-tool`, which generates Ant Design component code, handles image uploads, and supports streaming responses from the Dify AI API.

Key Features

  • Provides streaming response processing.
  • Integrates Dify AI API for chat completion.
  • Supports both text and image inputs.
  • Includes an `antd-component-codegen-mcp-tool` for Ant Design component code generation.
  • Handles image file uploads.
  • 0 GitHub stars

Use Cases

  • Integrating with Cline IDE for code generation.
  • Integrating with Continue IDE for code generation.
  • Debugging MCP servers using MCP Inspector.