发现优秀的 MCP 服务器

通过 MCP 服务器扩展您的代理能力,拥有 85,905 个能力。

全部85,905
mnemo

mnemo

A local-first memory server for AI tools that provides cross-tool, consent-gated, and auditable memory management via MCP.

MongoDB MCP Server for Vercel

MongoDB MCP Server for Vercel

A read-only MongoDB MCP server designed for serverless deployment on Vercel, providing secure, limited access to MongoDB databases for AI assistants.

TuringWell MCP Server

TuringWell MCP Server

MCP server for TuringWell, the agent-native Q&A platform for executable, verifiable fixes.

ens-resolver

ens-resolver

Enables agents to resolve ENS names to Ethereum addresses and reverse-resolve addresses to ENS names, including avatar URLs, through a pay-per-call x402 micropayment API.

GitLab + Jira MCP Server

GitLab + Jira MCP Server

Enables read-only access to GitLab and Jira data through MCP, allowing users to list projects, merge requests, issues, and search Jira tickets via natural language queries. Provides safe, structured access to project management data without write permissions.

Shopping List MCP Server

Shopping List MCP Server

MCP server that acts as an adapter to a shopping list web application, using OAuth 2.1 with Keycloak for secure authorization.

Trino MCP Server

Trino MCP Server

一个 MCP 服务器,可以使用 Python 列出和查询 Trino 表,并通过模型控制协议 (Model-Control-Protocol) 提供对数据资源的访问。

amtsblatt-mcp

amtsblatt-mcp

MCP server for amtsblattportal.ch — the Swiss official gazette portal (SHAB + 27 cantonal gazettes). Public procurement and official notices, person-data rubrics excluded by design.

K-LifeGuard MCP Server

K-LifeGuard MCP Server

An intelligent emergency medical coordinator that provides symptom-based hospital recommendations, real-time ETA, and guardian alerts.

Create your first own server

Create your first own server

好的,这是将一个简单的 MCP 服务器翻译成中文,用于计算字符 "r" 的数量: **标题:一个简单的 MCP 服务器,用于统计字符 "r" 的数量** **描述:** 这个程序是一个简单的 Minecraft Coder Pack (MCP) 服务器模组,它的功能是统计服务器中所有玩家发送的消息中字符 "r" 的数量。 **功能:** * **监听聊天消息:** 监听服务器中所有玩家发送的聊天消息。 * **统计字符 "r":** 对于每条消息,统计其中字符 "r" (包括大小写 "R") 的数量。 * **存储计数:** 将总的 "r" 计数存储在一个变量中。 * **提供命令 (可选):** 可以添加一个命令,允许玩家查询当前的 "r" 总数。例如,`/rcount`。 * **配置文件 (可选):** 可以添加一个配置文件,允许管理员配置一些参数,例如是否区分大小写,或者是否忽略某些玩家的消息。 **技术细节:** * **MCP (Minecraft Coder Pack):** 使用 MCP 反编译和修改 Minecraft 服务器代码。 * **Java:** 使用 Java 编程语言编写模组。 * **事件处理:** 使用 Minecraft 的事件系统来监听聊天消息事件。 * **数据存储:** 使用 Java 变量来存储 "r" 的总数。 **使用方法:** 1. 安装 MCP。 2. 创建一个新的 MCP 项目。 3. 编写 Java 代码来实现上述功能。 4. 编译模组。 5. 将模组添加到 Minecraft 服务器的 `mods` 文件夹中。 6. 启动服务器。 **示例代码 (伪代码):** ```java // 监听聊天消息事件 public void onChatMessage(ChatMessageEvent event) { String message = event.getMessage(); int rCount = 0; // 遍历消息中的每个字符 for (int i = 0; i < message.length(); i++) { char c = message.charAt(i); // 统计字符 "r" (包括大小写) if (c == 'r' || c == 'R') { rCount++; } } // 更新总的 "r" 计数 totalRCount += rCount; // (可选) 发送消息给玩家,告知他们 "r" 的数量 // event.getPlayer().addChatMessage("你发送的消息中包含 " + rCount + " 个 'r' 字符。"); } // (可选) 处理 /rcount 命令 public void onRCountCommand(CommandEvent event) { // 发送总的 "r" 计数给玩家 event.getPlayer().addChatMessage("服务器中总共有 " + totalRCount + " 个 'r' 字符。"); } ``` **注意事项:** * 这是一个非常简单的示例,可能需要根据实际需求进行修改和扩展。 * 需要熟悉 MCP 和 Java 编程才能实现这个模组。 * 请确保遵守 Minecraft 的模组开发规则。 **总结:** 这个简单的 MCP 服务器模组提供了一个有趣的方式来统计服务器中聊天消息中字符 "r" 的数量。 它可以作为学习 MCP 模组开发的入门项目。 This translation provides a detailed explanation of the MCP server, including its functionality, technical details, usage, and example code. It also includes important considerations and a summary. This should be helpful for someone looking to understand or implement this project.

ai-multiagent-orchestrator-mcp

ai-multiagent-orchestrator-mcp

MCP server that coordinates multiple AI specialists (SQL database, document RAG, and web research) using LangGraph, routing each question to the relevant agents and synthesizing their responses into a single answer with honest confidence flags.

fluyo-mcp

fluyo-mcp

MCP server that creates, edits and exports architecture diagrams as .fluyo.json files, operating through tools like create_diagram, edit_diagram, and export_diagram directly from Claude.

@argosvix/mcp-server

@argosvix/mcp-server

Lets AI agents query, manage, and operate their LLM observability data directly from the conversation. Provides 87 tools for cost analysis, alerting, anomaly detection, and runtime control gates.

Popmelt MCP Server

Popmelt MCP Server

一个 MCP 服务器,提供对 Talent AI 档案的访问和动态 UI 组件样式功能,连接到 PostgreSQL 以提供包含美学特征和设计属性的详细人才档案。

think-mcp-server

think-mcp-server

一个最小化的 MCP 服务器,为 Claude AI 模型提供“思考”工具功能,通过允许模型在响应生成过程中暂停以进行额外的思考步骤,从而提高其在复杂推理任务中的性能。

RoleX

RoleX

Provides AI agents with persistent identity, social organization, and experience-based growth, modeled on human societies, via MCP tools for goal management, learning, and resource sharing.

Moltbook MCP Server

Moltbook MCP Server

A sandboxed MCP server for interacting with the Moltbook AI-agent social network, providing tools for browsing feeds, posting, commenting, and voting while enforcing security through container isolation and content filtering.

AI-Project-Planner-Agent

AI-Project-Planner-Agent

Enables AI project feasibility evaluation and solution planning through structured reasoning stages, using Gemini API and web search for up-to-date research.

SaSame Research + Guild MCP

SaSame Research + Guild MCP

Provides a remote MCP server with tools like guild_feed and join_guild for AI agents to interact with the Gold Rush Guild, an open activity feed. No installation or authentication required.

mailpal-mcp

mailpal-mcp

Free email for AI agents with hardware attestation, real SMTP/IMAP/JMAP, and real-time notifications.

Medical Diagnosis AI MCP

Medical Diagnosis AI MCP

An MCP server that analyzes patient symptoms using AI, suggests potential diagnoses, and retrieves relevant medical literature from PubMed.

SFCC MCP Server

SFCC MCP Server

dj-music-metadata-mcp

dj-music-metadata-mcp

MCP server for DJs to scan music folders, validate and suggest metadata via MusicBrainz/iTunes/Spotify, and batch write metadata to audio files with confidence scoring.

office-mcp

office-mcp

An MCP server that lets Claude control Microsoft Word and Excel on macOS via AppleScript, providing 98 tools for document and spreadsheet automation.

MCP Server for stock and crypto

MCP Server for stock and crypto

MCP Server for stock and crypto

Cheqd MCP Toolkit

Cheqd MCP Toolkit

cheqd 去中心化身份的 Model Context Protocol (MCP) 工具包

@navop/mcp

@navop/mcp

MCP stdio bridge to a running Navop desktop application, enabling AI agents to interact with Navop via MCP protocol.

GNOME Desktop MCP

GNOME Desktop MCP

GNOME desktop automation for AI agents. 30 tools via D-Bus: screenshots, window management, mouse/keyboard injection, clipboard, workspaces, and system notifications. Works on any GNOME 45–49 Linux desktop.

MCP Server: ComfyUI Selfie

MCP Server: ComfyUI Selfie

生成自拍像? (Shēngchéng zìpāixiàng?)

FluentCommunity Manager

FluentCommunity Manager

AI-powered management of FluentCommunity WordPress plugin content. Enables creating, updating, and managing community posts, spaces, comments, members, and chat through 26+ tools with bulk operations and advanced search capabilities.