Discover Awesome MCP Servers
Extend your agent with 16,348 capabilities via MCP servers.
- All16,348
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
GitHub Repo Helper
GitHub Repo Helper is a simple and beginner-friendly Model Context Protocol (MCP) server that takes a GitHub repository URL and returns a structured summary of the repo. It fetches metadata such as the repository name, description, languages used, README content (summarized), and dependency info
Chrome Extension Bridge MCP
A chrome extension bridge that allows you to connect to a mcp server to use global window object.
Investment Statement MCP Server
Parse and query investment statements from multiple institutions (Questrade, Interactive Brokers, Scotia) using natural language or structured queries. Supports semantic search for dividends, holdings, transactions, and account balances with hybrid SQLite and vector database storage.
DAM Butler MCP
Enables intent-based digital asset discovery for Breville's Vault DAM system using natural language queries. Transforms complex asset searches into simple conversational requests, automatically finding the right brand assets, logos, product photos, and marketing materials.
GitHub Model Context Protocol (MCP) Test Repository
用于测试 GitHub MCP (机器可读协议) 服务器功能的仓库
G1 UART MCP Server
Enables communication with G1 Bluetooth devices using the Nordic UART protocol over BLE. Supports device discovery, connection management, and message exchange for G1 audio devices through natural language commands.
Books Mcp Server
这是一个用于查询书籍的 MCP 服务器,它可以应用于常见的 MCP 客户端,例如 Cherry Studio。
MCP Frontend Testing Server
为前端测试提供工具,包括代码分析、测试生成、测试执行,以及针对 Jest 和 Cypress 框架的 React 组件测试。
Webpage MCP Server
Enables querying and retrieving content from webpages by parsing sitemap.xml files and fetching HTML content from specified URLs. Includes rate limiting for abuse protection.
Agentic AI with MCP
A Model Context Protocol server that enhances LLM capabilities by connecting to Wikipedia, internet search (Tavily), and financial data (Yahoo Finance) tools, enabling contextual responses to user queries.
Automated-Webflow
将 MCP 服务器连接到 Webflow 项目
HubDB MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for HubDB (beta): https://www.cdata.com/download/download.aspx?sku=KTZK-V&type=beta
Shopping MCP Server (Amazon + Target)
Enables AI assistants to search products, manage shopping carts, place orders, and retrieve order history from Amazon and Target accounts.
Wanyi Watermark Remover
Extracts watermark-free videos and images from Douyin (TikTok) and Xiaohongshu (RedNote) share links, with optional AI-powered video transcription support.
Weather and Stock Information MCP Server
An MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.
MCP iOS Simulator Screenshot
一个服务器,它使用模型上下文协议 (MCP) 从 iOS 模拟器捕获屏幕截图,并将它们保存到指定的目录中。 Or, a slightly more technical translation: 一个服务器,利用模型上下文协议 (MCP) 捕获 iOS 模拟器的屏幕截图,并将其保存至指定目录。
Fork Parity MCP
An MCP server that helps users track and manage fork parity with upstream repositories by detecting changes, analyzing commits, and managing integration status.
ComfyUI MCP Server
Enables orchestration of ComfyUI workflows through natural language by discovering workflow templates, applying mutations, and submitting prompts to running ComfyUI instances. Provides asset validation and lightweight tooling for AI image generation experimentation.
Netbox MCP Server
A powerful integration server that combines Netbox's network infrastructure management capabilities with MCP (Multi-Cloud Platform) functionality.
MCP Book Search Server
An intelligent book search server that leverages Aladin Book API and OpenAI GPT to transform natural language search requests into structured search parameters for finding relevant books.
Aha! MCP Server
Enables interaction with Aha! product management platform through GraphQL API. Supports retrieving features, requirements, and pages by reference number, as well as searching documents across Aha! workspaces.
MCP Server Demo
A demonstration MCP server that provides calculator tools for arithmetic operations, personalized greeting resources, and code review prompt templates. Enables users to perform basic math calculations, generate dynamic greetings, and access reusable code review templates through the Model Context Protocol.
mcp-test
好的,以下是一些关于将 MCP (Minecraft Protocol) 服务器与 LLM (大型语言模型) 应用集成的教程方向,以及一些相关的资源和思路: **核心概念:** * **MCP (Minecraft Protocol):** Minecraft 客户端和服务器之间通信的协议。你需要理解如何解析和生成 MCP 数据包,才能与 Minecraft 服务器进行交互。 * **LLM (Large Language Model):** 大型语言模型,例如 GPT-3、LLaMA、文心一言等。你需要使用 LLM 来理解用户的自然语言指令,并将其转化为 Minecraft 服务器可以理解的命令。 * **中间件/桥梁:** 你需要一个中间件或桥梁来连接 MCP 服务器和 LLM 应用。这个中间件负责: * 接收来自 Minecraft 服务器的数据 (例如,玩家聊天信息)。 * 将数据传递给 LLM 进行处理。 * 接收来自 LLM 的指令。 * 将指令转化为 MCP 数据包,发送给 Minecraft 服务器。 **教程方向和思路:** 1. **基础:MCP 协议理解和数据包解析** * **目标:** 学习如何读取和写入 Minecraft 服务器的数据包。 * **内容:** * MCP 协议的结构和数据类型。 * 使用 Python (例如,`mcstatus`, `nbt`) 或 Java (例如,`netty`) 等编程语言解析和生成 MCP 数据包。 * 监听 Minecraft 服务器的特定事件 (例如,聊天消息、玩家加入/离开)。 * **资源:** * **Wiki.vg:** Minecraft 协议的官方文档:[https://wiki.vg/Protocol](https://wiki.vg/Protocol) * **Python `mcstatus` 库:** 用于查询 Minecraft 服务器状态的 Python 库,可以作为学习 MCP 协议的起点:[https://pypi.org/project/mcstatus/](https://pypi.org/project/mcstatus/) * **Python `nbt` 库:** 用于读取和写入 Minecraft 的 NBT 数据格式,例如玩家数据和世界数据:[https://pypi.org/project/nbt/](https://pypi.org/project/nbt/) * **Netty:** 一个流行的 Java 网络框架,常用于 Minecraft 服务器开发和协议处理。 2. **LLM 集成:自然语言指令处理** * **目标:** 使用 LLM 将自然语言指令转化为 Minecraft 命令。 * **内容:** * 选择一个合适的 LLM (例如,GPT-3, LLaMA, 文心一言)。 * 设计一个 prompt 工程方案,让 LLM 能够理解 Minecraft 相关的指令。 * 使用 LLM 的 API (例如,OpenAI API) 将用户指令发送给 LLM。 * 解析 LLM 的输出,提取 Minecraft 命令。 * **示例 Prompt:** ``` 你是一个 Minecraft 助手。你的任务是将用户的自然语言指令转化为 Minecraft 命令。 用户指令: "帮我挖一个 10x10 的坑。" Minecraft 命令: "/fill ~ ~ ~ ~10 ~ ~10 air replace stone" 用户指令: "在我的位置放一个红色的羊毛方块。" Minecraft 命令: "/setblock ~ ~ ~ minecraft:red_wool" 用户指令: "{用户指令}" Minecraft 命令: ``` * **资源:** * **OpenAI API 文档:** [https://platform.openai.com/docs/api-reference](https://platform.openai.com/docs/api-reference) * **LLaMA 文档:** (取决于你选择的 LLaMA 版本和部署方式) * **文心一言 API 文档:** (取决于你选择的文心一言版本和部署方式) * **Prompt Engineering 指南:** 搜索 "prompt engineering guide" 可以找到很多关于如何设计有效 prompt 的资源。 3. **中间件开发:连接 MCP 和 LLM** * **目标:** 创建一个中间件,负责 MCP 数据包的接收和发送,以及与 LLM 的通信。 * **内容:** * 使用 Python, Java, 或 Node.js 等编程语言开发中间件。 * 中间件需要监听 Minecraft 服务器的聊天消息。 * 将聊天消息发送给 LLM 进行处理。 * 接收 LLM 返回的 Minecraft 命令。 * 将 Minecraft 命令转化为 MCP 数据包,发送给 Minecraft 服务器。 * 处理错误和异常情况。 * **架构示例:** ``` [Minecraft Client] <--> [Minecraft Server] <--> [中间件] <--> [LLM API] ``` * **技术选型:** * **Python:** 易于使用,有很多相关的库 (例如,`mcstatus`, `requests`)。 * **Java:** 性能更好,适合处理高并发的场景。 * **Node.js:** 适合构建实时应用。 4. **进阶:更复杂的功能和优化** * **目标:** 实现更复杂的功能,例如: * 根据玩家的位置和状态,生成更智能的指令。 * 使用 LLM 生成 Minecraft 的故事或对话。 * 优化性能,减少延迟。 * **内容:** * 使用 Minecraft 的 API (例如,Bukkit API, Spigot API) 获取更多关于玩家和世界的信息。 * 使用 LLM 进行文本生成和对话。 * 使用缓存和异步处理来提高性能。 * 添加错误处理和日志记录。 **示例代码 (Python):** 这是一个非常简化的示例,展示了如何监听 Minecraft 服务器的聊天消息,并将消息发送给 LLM。 ```python import mcstatus import requests import json # Minecraft 服务器信息 SERVER_ADDRESS = "your_server_address" SERVER_PORT = 25565 # OpenAI API 密钥 OPENAI_API_KEY = "your_openai_api_key" def get_chat_messages(): """ 监听 Minecraft 服务器的聊天消息。 (需要使用 Minecraft 服务器插件或修改服务器代码来实现) """ # 这是一个占位符,你需要根据你的服务器设置来实现 # 例如,你可以使用 RCON 或 WebSocket 来获取聊天消息 # 这里假设你已经获取到了聊天消息列表 chat_messages = ["Player1: Hello!", "Player2: Can you help me build a house?"] return chat_messages def generate_minecraft_command(user_message): """ 使用 OpenAI API 将用户消息转化为 Minecraft 命令。 """ url = "https://api.openai.com/v1/completions" headers = { "Content-Type": "application/json", "Authorization": f"Bearer {OPENAI_API_KEY}" } prompt = f""" 你是一个 Minecraft 助手。你的任务是将用户的自然语言指令转化为 Minecraft 命令。 用户指令: "帮我挖一个 10x10 的坑。" Minecraft 命令: "/fill ~ ~ ~ ~10 ~ ~10 air replace stone" 用户指令: "在我的位置放一个红色的羊毛方块。" Minecraft 命令: "/setblock ~ ~ ~ minecraft:red_wool" 用户指令: "{user_message}" Minecraft 命令: """ data = { "model": "text-davinci-003", # 选择合适的模型 "prompt": prompt, "max_tokens": 100, "n": 1, "stop": None, "temperature": 0.5, } response = requests.post(url, headers=headers, data=json.dumps(data)) response_json = response.json() if "choices" in response_json: return response_json["choices"][0]["text"].strip() else: print(f"Error: {response_json}") return None def send_minecraft_command(command): """ 将 Minecraft 命令发送给服务器。 (需要使用 Minecraft 服务器插件或修改服务器代码来实现) """ # 这是一个占位符,你需要根据你的服务器设置来实现 # 例如,你可以使用 RCON 或 WebSocket 来发送命令 print(f"Sending command: {command}") if __name__ == "__main__": while True: chat_messages = get_chat_messages() for message in chat_messages: print(f"Received message: {message}") minecraft_command = generate_minecraft_command(message) if minecraft_command: print(f"Generated command: {minecraft_command}") send_minecraft_command(minecraft_command) # 暂停一段时间,避免过度请求 import time time.sleep(5) ``` **重要提示:** * **安全性:** 在生产环境中,务必注意安全性。不要将 API 密钥硬编码到代码中。使用环境变量或配置文件来存储敏感信息。 * **服务器插件/修改:** 你需要使用 Minecraft 服务器插件 (例如,Bukkit, Spigot, Paper) 或修改服务器代码,才能监听聊天消息和发送命令。 * **错误处理:** 添加完善的错误处理机制,以应对各种异常情况。 * **速率限制:** 注意 LLM API 的速率限制,避免过度请求。 **总结:** 将 MCP 服务器与 LLM 应用集成是一个复杂但有趣的项目。你需要理解 MCP 协议,掌握 LLM 的使用方法,并开发一个可靠的中间件。希望这些教程方向和资源能够帮助你入门。 祝你成功! --- **中文翻译:** 好的,以下是一些关于将 MCP (Minecraft 协议) 服务器与 LLM (大型语言模型) 应用集成的教程方向,以及一些相关的资源和思路: **核心概念:** * **MCP (Minecraft Protocol):** Minecraft 客户端和服务器之间通信的协议。你需要理解如何解析和生成 MCP 数据包,才能与 Minecraft 服务器进行交互。 * **LLM (Large Language Model):** 大型语言模型,例如 GPT-3、LLaMA、文心一言等。你需要使用 LLM 来理解用户的自然语言指令,并将其转化为 Minecraft 服务器可以理解的命令。 * **中间件/桥梁:** 你需要一个中间件或桥梁来连接 MCP 服务器和 LLM 应用。这个中间件负责: * 接收来自 Minecraft 服务器的数据 (例如,玩家聊天信息)。 * 将数据传递给 LLM 进行处理。 * 接收来自 LLM 的指令。 * 将指令转化为 MCP 数据包,发送给 Minecraft 服务器。 **教程方向和思路:** 1. **基础:MCP 协议理解和数据包解析** * **目标:** 学习如何读取和写入 Minecraft 服务器的数据包。 * **内容:** * MCP 协议的结构和数据类型。 * 使用 Python (例如,`mcstatus`, `nbt`) 或 Java (例如,`netty`) 等编程语言解析和生成 MCP 数据包。 * 监听 Minecraft 服务器的特定事件 (例如,聊天消息、玩家加入/离开)。 * **资源:** * **Wiki.vg:** Minecraft 协议的官方文档:[https://wiki.vg/Protocol](https://wiki.vg/Protocol) * **Python `mcstatus` 库:** 用于查询 Minecraft 服务器状态的 Python 库,可以作为学习 MCP 协议的起点:[https://pypi.org/project/mcstatus/](https://pypi.org/project/mcstatus/) * **Python `nbt` 库:** 用于读取和写入 Minecraft 的 NBT 数据格式,例如玩家数据和世界数据:[https://pypi.org/project/nbt/](https://pypi.org/project/nbt/) * **Netty:** 一个流行的 Java 网络框架,常用于 Minecraft 服务器开发和协议处理。 2. **LLM 集成:自然语言指令处理** * **目标:** 使用 LLM 将自然语言指令转化为 Minecraft 命令。 * **内容:** * 选择一个合适的 LLM (例如,GPT-3, LLaMA, 文心一言)。 * 设计一个 prompt 工程方案,让 LLM 能够理解 Minecraft 相关的指令。 * 使用 LLM 的 API (例如,OpenAI API) 将用户指令发送给 LLM。 * 解析 LLM 的输出,提取 Minecraft 命令。 * **示例 Prompt:** ``` 你是一个 Minecraft 助手。你的任务是将用户的自然语言指令转化为 Minecraft 命令。 用户指令: "帮我挖一个 10x10 的坑。" Minecraft 命令: "/fill ~ ~ ~ ~10 ~ ~10 air replace stone" 用户指令: "在我的位置放一个红色的羊毛方块。" Minecraft 命令: "/setblock ~ ~ ~ minecraft:red_wool" 用户指令: "{用户指令}" Minecraft 命令: ``` * **资源:** * **OpenAI API 文档:** [https://platform.openai.com/docs/api-reference](https://platform.openai.com/docs/api-reference) * **LLaMA 文档:** (取决于你选择的 LLaMA 版本和部署方式) * **文心一言 API 文档:** (取决于你选择的文心一言版本和部署方式) * **Prompt Engineering 指南:** 搜索 "prompt engineering guide" 可以找到很多关于如何设计有效 prompt 的资源。 3. **中间件开发:连接 MCP 和 LLM** * **目标:** 创建一个中间件,负责 MCP 数据包的接收和发送,以及与 LLM 的通信。 * **内容:** * 使用 Python, Java, 或 Node.js 等编程语言开发中间件。 * 中间件需要监听 Minecraft 服务器的聊天消息。 * 将聊天消息发送给 LLM 进行处理。 * 接收 LLM 返回的 Minecraft 命令。 * 将 Minecraft 命令转化为 MCP 数据包,发送给 Minecraft 服务器。 * 处理错误和异常情况。 * **架构示例:** ``` [Minecraft Client] <--> [Minecraft Server] <--> [中间件] <--> [LLM API] ``` * **技术选型:** * **Python:** 易于使用,有很多相关的库 (例如,`mcstatus`, `requests`)。 * **Java:** 性能更好,适合处理高并发的场景。 * **Node.js:** 适合构建实时应用。 4. **进阶:更复杂的功能和优化** * **目标:** 实现更复杂的功能,例如: * 根据玩家的位置和状态,生成更智能的指令。 * 使用 LLM 生成 Minecraft 的故事或对话。 * 优化性能,减少延迟。 * **内容:** * 使用 Minecraft 的 API (例如,Bukkit API, Spigot API) 获取更多关于玩家和世界的信息。 * 使用 LLM 进行文本生成和对话。 * 使用缓存和异步处理来提高性能。 * 添加错误处理和日志记录。 **示例代码 (Python):** 这是一个非常简化的示例,展示了如何监听 Minecraft 服务器的聊天消息,并将消息发送给 LLM。 ```python import mcstatus import requests import json # Minecraft 服务器信息 SERVER_ADDRESS = "你的服务器地址" SERVER_PORT = 25565 # OpenAI API 密钥 OPENAI_API_KEY = "你的 OpenAI API 密钥" def get_chat_messages(): """ 监听 Minecraft 服务器的聊天消息。 (需要使用 Minecraft 服务器插件或修改服务器代码来实现) """ # 这是一个占位符,你需要根据你的服务器设置来实现 # 例如,你可以使用 RCON 或 WebSocket 来获取聊天消息 # 这里假设你已经获取到了聊天消息列表 chat_messages = ["Player1: Hello!", "Player2: Can you help me build a house?"] return chat_messages def generate_minecraft_command(user_message): """ 使用 OpenAI API 将用户消息转化为 Minecraft 命令。 """ url = "https://api.openai.com/v1/completions" headers = { "Content-Type": "application/json", "Authorization": f"Bearer {OPENAI_API_KEY}" } prompt = f""" 你是一个 Minecraft 助手。你的任务是将用户的自然语言指令转化为 Minecraft 命令。 用户指令: "帮我挖一个 10x10 的坑。" Minecraft 命令: "/fill ~ ~ ~ ~10 ~ ~10 air replace stone" 用户指令: "在我的位置放一个红色的羊毛方块。" Minecraft 命令: "/setblock ~ ~ ~ minecraft:red_wool" 用户指令: "{user_message}" Minecraft 命令: """ data = { "model": "text-davinci-003", # 选择合适的模型 "prompt": prompt, "max_tokens": 100, "n": 1, "stop": None, "temperature": 0.5, } response = requests.post(url, headers=headers, data=json.dumps(data)) response_json = response.json() if "choices" in response_json: return response_json["choices"][0]["text"].strip() else: print(f"Error: {response_json}") return None def send_minecraft_command(command): """ 将 Minecraft 命令发送给服务器。 (需要使用 Minecraft 服务器插件或修改服务器代码来实现) """ # 这是一个占位符,你需要根据你的服务器设置来实现 # 例如,你可以使用 RCON 或 WebSocket 来发送命令 print(f"Sending command: {command}") if __name__ == "__main__": while True: chat_messages = get_chat_messages() for message in chat_messages: print(f"Received message: {message}") minecraft_command = generate_minecraft_command(message) if minecraft_command: print(f"Generated command: {minecraft_command}") send_minecraft_command(minecraft_command) # 暂停一段时间,避免过度请求 import time time.sleep(5) ``` **重要提示:** * **安全性:** 在生产环境中,务必注意安全性。不要将 API 密钥硬编码到代码中。使用环境变量或配置文件来存储敏感信息。 * **服务器插件/修改:** 你需要使用 Minecraft 服务器插件 (例如,Bukkit, Spigot, Paper) 或修改服务器代码,才能监听聊天消息和发送命令。 * **错误处理:** 添加完善的错误处理机制,以应对各种异常情况。 * **速率限制:** 注意 LLM API 的速率限制,避免过度请求。 **总结:** 将 MCP 服务器与 LLM 应用集成是一个复杂但有趣的项目。你需要理解 MCP 协议,掌握 LLM 的使用方法,并开发一个可靠的中间件。希望这些教程方向和资源能够帮助你入门。 祝你成功!
Flight Planner MCP Server
使用 fast-flights API 创建旅行社级别的航班计划,允许用户搜索航班并生成全面的旅行行程。
Bazi MCP
An AI-powered metaphysical Bazi calculator that provides accurate Chinese astrological chart calculations for personality analysis and destiny forecasting, addressing inaccuracies in existing AI fortune-telling tools.
X API AI Agent – Personal Learning Project
Okay, here's a translation of "AI agent that can post on X(twitter) with the help of MCP(Model Text Protocol) Server" into Chinese, along with a few options depending on the nuance you want to convey: **Option 1 (Most Literal):** * **使用 MCP (模型文本协议) 服务器,可以在 X (Twitter) 上发帖的 AI 代理** * (Shǐyòng MCP (Móxíng Wénběn Xiéyì) fúwùqì, kěyǐ zài X (Twitter) shàng fā tiě de AI dàilǐ) * This is a direct translation, emphasizing the technical aspects. **Option 2 (Slightly More Natural):** * **一个可以借助 MCP (模型文本协议) 服务器在 X (Twitter) 上发布内容的 AI 代理** * (Yīgè kěyǐ jièzhù MCP (Móxíng Wénběn Xiéyì) fúwùqì zài X (Twitter) shàng fābù nèiróng de AI dàilǐ) * This emphasizes the AI agent's ability to *publish content* on X. **Option 3 (Focus on Functionality):** * **能够通过 MCP (模型文本协议) 服务器在 X (Twitter) 上发帖的 AI 代理** * (Nénggòu tōngguò MCP (Móxíng Wénběn Xiéyì) fúwùqì zài X (Twitter) shàng fā tiě de AI dàilǐ) * This highlights the *capability* of the AI agent to post. **Breakdown of the terms:** * **AI agent:** AI 代理 (AI dàilǐ) * **can post:** 可以发帖 (kěyǐ fā tiě) or 可以发布内容 (kěyǐ fābù nèiróng) * **on X (Twitter):** 在 X (Twitter) 上 (zài X (Twitter) shàng) * **with the help of:** 借助 (jièzhù) or 通过 (tōngguò) * **MCP (Model Text Protocol) Server:** MCP (模型文本协议) 服务器 (MCP (Móxíng Wénběn Xiéyì) fúwùqì) * 模型文本协议 (Móxíng Wénběn Xiéyì) = Model Text Protocol * 服务器 (fúwùqì) = Server **Which option is best?** It depends on the context. If you're writing technical documentation, Option 1 is fine. If you're describing the AI agent's functionality to a broader audience, Option 2 or 3 might be better.
Meeting Room MCP Server
A simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.
DWZ Short URL MCP Server
Enables AI assistants to create, manage, and analyze short URLs through complete URL shortening functionality. Supports batch operations, custom domains, click statistics, and comprehensive link management.
qasphere-mcp
QA Sphere MCP 服务器,使大型语言模型能够直接与测试管理系统测试用例交互,从而支持 AI 驱动的开发工作流程和测试用例发现。
Dify Workflow Server
mcp-difyworkflow-server 是一个 mcp 服务器工具应用程序,它实现了 Dify 工作流的查询和调用,支持按需操作多个自定义 Dify 工作流。 - gotoolkits/mcp-difyworkflow-server