Discover Awesome MCP Servers

Extend your agent with 14,392 capabilities via MCP servers.

All14,392
mcp-linkedinads

mcp-linkedinads

Analyse your LinkedIn Ads performance. Compare to benchmarks and get optimisation recommendations.

🚀 OpenCV MCP Server

🚀 OpenCV MCP Server

OpenCV MCP 服务器通过模型上下文协议 (MCP) 提供 OpenCV 的图像和视频处理能力。它让您能够使用强大的计算机视觉工具,执行从基本图像处理到高级对象检测和跟踪等各种任务。

server

server

一个轻量级的、无依赖的工作流自动化平台。支持 iPaaS、流计算和 AI 功能。

AIM-Guard-MCP

AIM-Guard-MCP

A Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.

devto-mvp-server

devto-mvp-server

This is a complete MCP (Model Context Protocol) server that implements a articles of dev.to with robust validation using TypeScript and Zod. The server integrates directly with Cursor, allowing you search articles on dev.to.

Matrix Pattern MCP Server

Matrix Pattern MCP Server

Enables advanced pattern management and synchronization for development workflows using a two-dimensional matrix structure. Organizes patterns by development phases and feature domains with intelligent horizontal/vertical synchronization capabilities.

Weather MCP Server

Weather MCP Server

Enables users to get real-time weather alerts for US states and echo messages through both MCP server tools and a modern web interface. Provides weather information access with multiple deployment options for different use cases.

BurpSuite MCP Server

BurpSuite MCP Server

BurpSuite MCP 服务器:一个强大的模型上下文协议 (MCP) 服务器实现,用于 BurpSuite,提供对 Burp 核心功能的编程访问。

Task Orchestration

Task Orchestration

Task Orchestration

Sauce Demo Cypress Tests

Sauce Demo Cypress Tests

This is an experimental project to integrate Playwright with MCP. My plan is to conduct in-depth research, understand the intricacies of the integration, and review the best articles on the web to create the optimal version of a project using both technologies.

Demo Server

Demo Server

riml-me

riml-me

这是我的作品集网站。你可以在这里了解关于Riml的信息。

esp-component-registry-mcp

esp-component-registry-mcp

ESP 组件注册表的 MCP 服务器

ctx: The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server inside.

ctx: The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server inside.

ctx:连接你的代码库和大型语言模型的缺失环节。一个包含 MCP 服务器的“上下文即代码”(Context as Code,CaC)工具。

Mcp Server V2ex

Mcp Server V2ex

Google Search MCP Server Streamable HTTP

Google Search MCP Server Streamable HTTP

A Model Context Protocol (MCP) server that provides Google Search functionality with StreamableHTTP transport support.

MCP Server

MCP Server

MCP Atlassian

MCP Atlassian

MCP 服务器处理 Jira 集成。

mcp-server-example

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.

axone-mcp

axone-mcp

🤖 Axone 的 MCP 服务器 – AI 驱动工具的数据宇宙的门户

Weather MCP Tool for Claude

Weather MCP Tool for Claude

mcp-server-solidworks

mcp-server-solidworks

这个 MCP 服务器集成了 SolidWorks API,并将其结构化为与 Claude 兼容的上下文流。

Salesforce MCP Server

Salesforce MCP Server

SuperDataAnalysis - DataMaster_MCP

SuperDataAnalysis - DataMaster_MCP

Provides powerful data analysis capabilities for AI systems with functions for data import/export, SQL querying, statistical analysis, and data processing.

Document Q&A Server

Document Q&A Server

允许通过 Langflow 后端使用自然语言问题查询文档,提供与 Langflow 文档问答流程交互的界面。

GoLogin MCP

GoLogin MCP

Manage your GoLogin browser profiles and automation directly through AI conversations. This MCP server connects to the GoLogin API, letting you create, configure, and control browser profiles using natural language.

MCP-Servers

MCP-Servers

MCP 服务器的仓库 (MCP fúwùqì de cāngkù)

MCP S3 File Uploader

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.

Watch the tutorial video on how to create an MCP server from

Watch the tutorial video on how to create an MCP server from

Torobjo MCP服务器是模型上下文协议(MCP)的一个强大实现,用于产品搜索和Instagram分析。它与Torob API集成以进行产品搜索,并从Instagram提取标题,具有模块化设计,易于使用且性能优化。

Crawl4Claude

Crawl4Claude

A comprehensive, domain-agnostic documentation scraping and AI integration toolkit. Scrape any documentation website, create structured databases, and integrate with Claude Desktop via MCP (Model Context Protocol) for seamless AI-powered documentation assistance.