MCP Server for Dify AI
mcp-server-dify
Dify AI용 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 LLM이 표준화된 프로토콜을 통해 Dify AI의 채팅 완성 기능과 상호 작용할 수 있도록 지원합니다.
특징
Dify AI 채팅 완료 API와 통합
맛집 추천 도구(메시도코)
대화 컨텍스트 지원
스트리밍 응답 지원
TypeScript 구현
Related MCP server: Dify MCP Server
설치
Docker 사용
지엑스피1
용법
Claude Desktop과 함께
claude_desktop_config.json 에 다음 구성을 추가하세요.
{
"mcpServers": {
"dify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dify",
"https://your-dify-api-endpoint",
"your-dify-api-key"
]
}
}
}your-dify-api-endpoint 와 your-dify-api-key 실제 Dify API 자격 증명으로 바꾸세요.
도구
메시도코
Dify AI와 연동되는 레스토랑 추천 도구:
매개변수:
LOCATION(문자열): 레스토랑의 위치BUDGET(문자열): 예산 제약query(문자열): Dify AI에 보낼 쿼리conversation_id(문자열, 선택 사항): 채팅 컨텍스트를 유지하기 위해
개발
# Initial setup
make setup
# Build the project
make build
# Format code
make format
# Run linter
make lint특허
이 프로젝트는 MIT 라이선스 에 따라 배포됩니다.
보안
이 서버는 제공된 API 키를 사용하여 Dify AI와 상호 작용합니다. 다음 사항을 확인하세요.
API 자격 증명을 안전하게 유지하세요
API 엔드포인트에 HTTPS를 사용하세요
API 키를 버전 제어에 커밋하지 마십시오.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time web search, reasoning, and research through Perplexity's API
Memory for deep conversational context across any platform
Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.
Carbon Voice MCP serves as a bridge that connects AI assistants like ChatGPT, Claude, and Cursor to a user's Carbon Voice account, turning voice messages and conversations into a private, on-demand knowledge base. It provides 28 specialized tools for comprehensive voice messaging management, including creating and sending messages, accessing conversation history with instant transcription, running AI actions (summarization, TLDR generation, meeting notes), and managing workspace collaboration through folders, contacts, and team communications.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.280
- FlicenseNot gradedqualityDmaintenanceEnables the conversion of Dify applications into Model Context Protocol tools, supporting streaming responses and configured via YAML.5
- FlicenseNot gradedqualityDmaintenanceA Dify endpoint plugin that transforms a Dify application into a Model Control Protocol server, allowing tools like Cursor to connect to and utilize your custom Dify workflows.67
- AlicenseNot gradedqualityDmaintenanceEnables seamless integration between Claude AI and Dify Workflow through the Model Context Protocol, allowing Claude to dynamically access and execute Dify Workflow operations via natural language.338ISC
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuru-sha/mcp-server-dify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server