发现优秀的 MCP 服务器
通过 MCP 服务器扩展您的代理能力,拥有 14,364 个能力。
Salesforce MCP Server
Codacy MCP Server
Codacy 的 MCP 服务器实现 (Codacy de MCP fuwuqi shixian)
MCP Atlassian
MCP 服务器处理 Jira 集成。
Watch the tutorial video on how to create an MCP server from
Torobjo MCP服务器是模型上下文协议(MCP)的一个强大实现,用于产品搜索和Instagram分析。它与Torob API集成以进行产品搜索,并从Instagram提取标题,具有模块化设计,易于使用且性能优化。
MCP Server

SuperDataAnalysis - DataMaster_MCP
Provides powerful data analysis capabilities for AI systems with functions for data import/export, SQL querying, statistical analysis, and data processing.
MCP-Servers
MCP 服务器的仓库 (MCP fúwùqì de cāngkù)

BurpSuite MCP Server
BurpSuite MCP 服务器:一个强大的模型上下文协议 (MCP) 服务器实现,用于 BurpSuite,提供对 Burp 核心功能的编程访问。
Telegram MCP Server
用于 Telegram 聊天机器人的 MCP 服务器。
MCP Cases
MCP Cases 是一种格式,允许您指定您的 MCP 服务器在各种自动化场景下的行为方式。

MCP S3 File Uploader
Enables secure file uploads to Amazon S3 with progress tracking and presigned URL generation. Provides automatic UUID-based file naming and time-limited access URLs for uploaded files.

Zeek-MCP
A Model Context Protocol server that integrates Zeek network analysis capabilities with LLM chatbots, allowing them to analyze PCAP files and parse network logs through natural language interactions.

ArXiv MCP Server
Enables AI assistants to search and access arXiv papers through a Model Context Protocol interface, allowing for paper search, download, listing, and reading functionality.
Sauce Demo Cypress Tests
这是一个将 Playwright 与 MCP 集成的实验性项目。我的计划是进行深入研究,了解集成的复杂性,并回顾网络上最好的文章,以创建使用这两种技术的最佳版本项目。

PowerPoint MCP Server
一个服务器,使人工智能助手能够创建和编辑 PowerPoint 演示文稿,其功能包括添加各种幻灯片类型、表格、图表,以及通过 Stable Diffusion 生成的人工智能图像。

Mcp Server V2ex
axone-mcp
🤖 Axone 的 MCP 服务器 – AI 驱动工具的数据宇宙的门户
mcp-server-solidworks
这个 MCP 服务器集成了 SolidWorks API,并将其结构化为与 Claude 兼容的上下文流。
Awesome-Claude-MCP-Servers-List
我们正在创建一个目录网站,用于发现 MCP 服务器,并分享 100 种掌握 Claude Code、MCP 以及计算机创意用途的方法。

atlas-mcp-server
ATLAS (自适应任务与逻辑自动化系统) 是一个模型上下文协议服务器,它为大型语言模型提供分层任务管理能力。该工具为大型语言模型提供了管理复杂任务和依赖关系所需的结构和上下文。

MCP Feedback Collector
A modern Model Context Protocol (MCP) server that enables AI assistants to collect interactive user feedback, supporting text and image-based responses.
mcp-server-example
好的,这是一个简单的 MCP 服务器示例,希望能帮助你更好地理解: **英文 (English):** "Let's say you have a Minecraft server with a custom mod that adds a new type of ore called 'Magma Ore'. This ore only spawns in the Nether and can be smelted into 'Magma Ingots'. You want to use MCP to decompile the Minecraft server code and understand how the ore generation works, and how the smelting recipe is registered. Using MCP, you would: 1. **Decompile the Minecraft server jar:** This will give you the source code of the Minecraft server. 2. **Search for relevant code:** You would search for code related to ore generation, specifically in the Nether dimension. You might look for classes related to world generation, block registration, or dimension loading. 3. **Analyze the code:** You would then analyze the code to understand how the 'Magma Ore' is added to the world generation process. You would look for how the ore is registered as a block, how its spawn conditions are defined, and how it's added to the Nether's chunk generation. 4. **Search for smelting recipes:** You would also search for code related to smelting recipes. You might look for classes related to recipe registration or furnace logic. 5. **Analyze the smelting recipe:** You would analyze the code to understand how the 'Magma Ore' is registered to be smelted into 'Magma Ingots'. You would look for how the recipe is defined and how it's added to the furnace's recipe list. By using MCP to decompile and analyze the Minecraft server code, you can gain a deeper understanding of how the game works and how custom mods interact with the game's core mechanics." **中文 (Chinese):** “假设你有一个 Minecraft 服务器,其中包含一个自定义模组,该模组添加了一种名为“岩浆矿石 (Magma Ore)”的新型矿石。这种矿石只会在下界 (Nether) 中生成,并且可以冶炼成“岩浆锭 (Magma Ingots)”。 你想使用 MCP 来反编译 Minecraft 服务器代码,并了解矿石生成的工作原理以及冶炼配方是如何注册的。 使用 MCP,你可以: 1. **反编译 Minecraft 服务器 jar 文件:** 这将为你提供 Minecraft 服务器的源代码。 2. **搜索相关代码:** 你将搜索与矿石生成相关的代码,特别是在下界维度中。 你可能会查找与世界生成、方块注册或维度加载相关的类。 3. **分析代码:** 然后,你将分析代码以了解“岩浆矿石”是如何添加到世界生成过程中的。 你将查找矿石如何注册为方块,如何定义其生成条件,以及如何将其添加到下界的区块生成中。 4. **搜索冶炼配方:** 你还将搜索与冶炼配方相关的代码。 你可能会查找与配方注册或熔炉逻辑相关的类。 5. **分析冶炼配方:** 你将分析代码以了解“岩浆矿石”是如何注册为冶炼成“岩浆锭”的。 你将查找配方是如何定义的,以及如何将其添加到熔炉的配方列表中。 通过使用 MCP 反编译和分析 Minecraft 服务器代码,你可以更深入地了解游戏的工作原理以及自定义模组如何与游戏的核心机制交互。” **解释 (Explanation):** This example illustrates how MCP can be used to understand the inner workings of a Minecraft server, especially when dealing with custom mods. It highlights the key steps involved: decompiling the code, searching for relevant sections, and then analyzing those sections to understand how specific features are implemented. The example focuses on ore generation and smelting recipes, but the same principles can be applied to understanding other aspects of the game.

Task Orchestration
Task Orchestration
Amazon CloudWatch Logs MCP Server
一个模型上下文协议 (MCP) 服务器,它使 AI 助手能够通过使用 AWS SDK 的标准化接口与 Amazon CloudWatch Logs 交互。

Super Windows CLI MCP Server
一个命令行界面服务器,提供对 Windows 环境的无限制系统访问,并具有 SYSTEM 级别的权限,从而可以完全控制文件、进程和配置设置。

MCP Etherscan Server
通过 Etherscan 的 API 提供以太坊区块链数据工具,使用户能够检查 ETH 余额、查看交易、跟踪代币转移、获取合约 ABI、监控 gas 价格以及解析 ENS 名称。
Google Ads MCP Server

MCP LLMS-TXT Documentation Server
一个开源的 MCP 服务器,为 Cursor、Windsurf 和 Claude 等应用程序提供访问 llms.txt 文档文件的能力,允许用户控制和审计上下文检索。
Langflow Document Q&A Server
允许通过 Langflow 后端使用自然语言问题查询文档,提供与 Langflow 文档问答流程交互的界面。

didlogic_mcp
一个用于 Didlogic API 的模型上下文协议 (MCP) 服务器实现。该服务器允许大型语言模型 (LLM) 通过标准化的接口与 Didlogic 服务进行交互。