发现优秀的 MCP 服务器

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

全部26,936
MCP Server Template

MCP Server Template

A template repository for creating MCP servers that can be easily containerized and used with MCP clients.

Proxmox MCP Server

Proxmox MCP Server

一个基于 Python 的服务器,可以与 Proxmox 虚拟机监控程序进行交互。它支持安全身份验证,并提供用于管理节点、虚拟机、集群和存储的工具。

Google Forms MCP Server

Google Forms MCP Server

Enables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.

ClaudeKeep

ClaudeKeep

一个 MCP 服务器,可以保存和分享 Claude Desktop 对话,允许用户私密地存储聊天记录,或者通过一个网页界面公开分享。

Agentled MCP Server

Agentled MCP Server

AI workflow orchestration platform with 100+ integrations, knowledge graph, and unified credits. Build, manage, and execute workflows from Claude Code, Cursor, or any MCP client.

Obsidian Kanban MCP Server

Obsidian Kanban MCP Server

Enables users to manage Obsidian Kanban boards within a vault by listing, reading, and creating boards or tasks. It supports moving tasks between columns and adding detailed task metadata via the Obsidian Kanban plugin.

Knowledge Graph MCP Server

Knowledge Graph MCP Server

A TypeScript MCP server for managing persistent knowledge graphs with entities, directional relations, and time-based observations. It enables users to create, search, and track structured information with built-in concurrency control and JSON file storage.

MCP2Serial

MCP2Serial

一个通过串口通信将物理硬件设备与 AI 大型语言模型连接起来的桥梁,使用户能够通过自然语言命令来控制硬件。

Step-by-Step Guide to Build Your Own MCP Server and MCP Client with UI Using Python

Step-by-Step Guide to Build Your Own MCP Server and MCP Client with UI Using Python

MCP SSH Server

MCP SSH Server

Connects Claude to remote servers via SSH to execute commands, manage files, and browse directories. It allows users to add, edit, and switch between multiple server configurations through natural language conversations.

ClickUp MCP Sedrver

ClickUp MCP Sedrver

ClickUp MCP 服务器使 AI 助手能够无缝地与您的 ClickUp 工作区交互。这种强大的集成允许 Claude 通过自然对话创建和管理任务、访问文档、组织文件夹和列表、添加评论以及处理清单。

LiteFarm MCP Server

LiteFarm MCP Server

Connects Claude Desktop to a local LiteFarm installation, enabling farm management, task operations, crop browsing, and direct SQL database operations through natural language commands.

promptpilot-mcp-server

promptpilot-mcp-server

Generate images, video, and audio directly in Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent. 20+ models — Flux, GPT-Image-1, Imagen 4, Grok Imagine, Seedance, ElevenLabs TTS, and more. Free models work without an API key. Paid models require a Pollinations key.

imdb-mcp-server

imdb-mcp-server

一个综合性的 MCP 服务器,提供详细的 IMDb 数据,包括电影、电视剧和即将上映的作品。

MCP Reporter

MCP Reporter

mcp-reporter 是一个精简的实用工具,它为模型上下文协议 (Model Context Protocol) 服务器生成全面的能力报告,使开发人员能够轻松了解其 MCP 服务器生态系统中可用的功能,以便进行文档编写和集成到其他工具中。

Maya MCP

Maya MCP

Maya MCP

test-server MCP server

test-server MCP server

镜子 (jìng zi)

Rust Docs MCP Server

Rust Docs MCP Server

镜子 (jìng zi)

SQLite MCP Server

SQLite MCP Server

一个模型上下文协议服务器,它通过一个标准化的接口,使用 SQLite 数据库来实现 SQL 操作(SELECT、INSERT、UPDATE、DELETE)和表管理。

Contentrain MCP

Contentrain MCP

Local-first MCP server for AI content governance. 13 tools for model/content management, validation, normalization, and i18n across any framework.

Giphy MCP Server

Giphy MCP Server

An auto-generated Multi-Agent Conversation Protocol Server that enables interaction with the Giphy API, supporting various transport modes and configurable through environment variables.

MCP XMind Server

MCP XMind Server

一个模型上下文协议服务器,允许对 XMind 思维导图进行智能分析和查询,提供跨 XMind 文件搜索、提取和分析内容的功能。

manim-mcp-server

manim-mcp-server

This is a complex request! Generating animations like 3Blue1Brown with a single prompt is currently impossible with existing AI tools. 3Blue1Brown animations are meticulously crafted using a combination of programming (primarily Python with libraries like Manim), mathematical understanding, and artistic design. A single prompt simply cannot encapsulate the necessary detail and control. However, I can give you a *starting point* prompt that might generate *something* vaguely reminiscent, and then explain why it's unlikely to be successful and what you'd need to do to get closer to the desired result. **Prompt (for an image generation AI like DALL-E 3, Midjourney, or Stable Diffusion):** `"A dynamic, colorful animation frame showing a vector transforming a grid, inspired by 3Blue1Brown's style. Use a vibrant color palette, clean lines, and a focus on mathematical visualization. Include subtle motion blur to suggest movement. Emphasis on clarity and understanding."` **Why this will likely fall short:** * **Lack of Mathematical Understanding:** Image generation AIs don't "understand" the underlying mathematics. They can mimic visual styles, but they won't accurately represent mathematical concepts like linear transformations, eigenvalues, or calculus. The grid might be distorted, but not in a mathematically meaningful way. * **No True Animation:** This prompt will only generate a single image, not an animation. Creating an animation requires generating a sequence of images with controlled changes over time. * **Inability to Control Precision:** 3Blue1Brown animations are precise. Every line, every movement, is carefully calculated. Image generation AIs are inherently stochastic (random) and lack this level of control. * **No Narrative or Explanation:** 3Blue1Brown videos are more than just visuals; they tell a story and explain complex concepts. A single image can't convey that. * **Style Mimicry Only:** The AI will try to mimic the visual style (color palette, clean lines), but it won't understand the *purpose* of that style, which is to enhance understanding. **What you *would* need to do to get closer to a 3Blue1Brown-style animation:** 1. **Learn Manim (or a similar animation library):** This is the most important step. Manim is specifically designed for creating mathematical animations. It allows you to define objects, transformations, and animations with precise mathematical control. 2. **Break Down the Animation into Steps:** Plan the animation carefully. What concepts are you trying to illustrate? What sequence of transformations will best convey those concepts? 3. **Write Code:** Use Manim to write code that creates each frame of the animation. This will involve defining mathematical objects (vectors, matrices, graphs), specifying transformations (rotations, scaling, shearing), and controlling the timing and easing of the animations. 4. **Render the Animation:** Manim will render the code into a sequence of images, which you can then combine into a video. 5. **Add Narration and Music:** Finally, add narration and music to explain the concepts and enhance the viewing experience. **In summary:** While AI image generation can create visually appealing images inspired by 3Blue1Brown, it cannot replicate the mathematical accuracy, precision, and explanatory power of a true 3Blue1Brown animation. You'll need to learn programming and mathematical animation techniques to achieve that level of quality. **Translation of the prompt to Chinese:** `"生成一个动态的、色彩鲜艳的动画帧,展示一个向量变换一个网格,灵感来自 3Blue1Brown 的风格。 使用充满活力的调色板、干净的线条,并专注于数学可视化。 包括微妙的运动模糊来暗示运动。 强调清晰度和理解力。"` (Pinyin: `"Shēngchéng yīgè dòngtài de, sècǎi xiānyàn de dònghuà zhēn, zhǎnshì yīgè xiàngliàng biànhuàn yīgè wǎnggé, línggǎn láizì 3Blue1Brown de fēnggé. Shǐyòng chōngmǎn huólì de tiáosèbǎn, gānjìng de xiàntiáo, bìng zhuānzhù yú shùxué kěshìhuà. Bāokuò wēimiào de yùndòng móhú lái ànshì yùndòng. Qiángdiào qīngxīdù hé lǐjiě lì."`)

Kitchen MCP Server

Kitchen MCP Server

Enables querying food nutritional information, discovering recipes by ingredients or diet type, getting ingredient substitutions, and receiving personalized food recommendations based on mood and season.

TwelveLabs MCP 서버

TwelveLabs MCP 서버

十二实验室 MCP 服务器代码 (Shí'èr shíyànshì MCP fúwùqì dàimǎ) This is a direct translation. Depending on the context, you might also consider: * **十二实验室 MCP 服务器程序代码** (Shí'èr shíyànshì MCP fúwùqì chéngxù dàimǎ) - This emphasizes that it's program code. * If "MCP" is a specific acronym with a known Chinese equivalent within the Twelve Labs context, that should be used instead of transliterating it. For example, if MCP stands for "媒体内容平台" (Méitǐ nèiróng píngtái - Media Content Platform), then the translation would be: **十二实验室 媒体内容平台 服务器代码** (Shí'èr shíyànshì Méitǐ nèiróng píngtái fúwùqì dàimǎ). Without more context about what "MCP" refers to, the first translation is the most accurate.

Project Memory

Project Memory

An intelligent personal CRM that processes WhatsApp conversations to build a searchable knowledge base about contacts using diarization, transcription, and PII sanitization. It exposes MCP tools for semantic search, contact summaries, and reminder management within Claude Desktop.

DragonMCP

DragonMCP

DragonMCP is a Model Context Protocol (MCP) server designed for AI Agents to interact with local life services in Greater China (Mainland China, HKSAR) and Asia. DragonMCP 是一个专为 AI Agent 设计的 Model Context Protocol (MCP) 服务器,旨在提供中国内地、中国香港及亚洲地区的本地生活服务接口。

Tencent RTC MCP Server

Tencent RTC MCP Server

The Tencent RTC MCP Server provides real-time communication capabilities such as audio and video chat. By integrating this MCP Server into your application or project, you can easily implement secure, high-quality real-time voice and video communication.

ida-mcp-server

ida-mcp-server

一个用于IDA交互和自动化的模型上下文协议服务器。该服务器提供通过大型语言模型读取IDA数据库的工具。

Simple Hono MCP Server

Simple Hono MCP Server

A lightweight MCP server built with Hono and Cloudflare Workers that provides a tool for prime factorization. It serves as a minimal implementation for deploying remote MCP servers to serverless edge environments.