Discover Awesome MCP Servers
Extend your agent with 50,638 capabilities via MCP servers.
- All50,638
- 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
Sport5 Fantasy League MCP Server
Enables full automation of Sport5 Fantasy League management including team analysis, player searches, automatic transfers, captain selection, and optimization recommendations. Supports Hebrew interface and provides comprehensive fantasy football team management through natural language commands.
Model Context Protocol
Okay, here are some resources to help you understand MCPs (presumably referring to Minecraft Protocol) and interact with an MCP server, translated into Chinese: **Understanding the Minecraft Protocol (理解 Minecraft 协议):** * **Wiki.vg (Wiki.vg):** This is the *definitive* resource for the Minecraft protocol. It's highly technical but contains detailed information about packet structures, data types, and the handshake process. * **Chinese Translation:** 虽然 Wiki.vg 主要以英文编写,但它是理解 Minecraft 协议的权威资源。它包含关于数据包结构、数据类型和握手过程的详细信息。 * **Minecraft Protocol Documentation (Minecraft 协议文档):** Search for "Minecraft Protocol Documentation" on Google. You might find community-maintained documentation or older versions of the official documentation. Be aware that the protocol changes with each Minecraft version. * **Chinese Translation:** 在 Google 上搜索 "Minecraft 协议文档"。你可能会找到社区维护的文档或旧版本的官方文档。请注意,该协议会随着每个 Minecraft 版本而更改。 * **Packet Analyzers (数据包分析器):** Tools like Wireshark can capture and analyze network traffic. You can use them to observe the packets exchanged between a Minecraft client and server. This is a more advanced technique but can be very helpful for debugging. * **Chinese Translation:** 像 Wireshark 这样的工具可以捕获和分析网络流量。你可以使用它们来观察 Minecraft 客户端和服务器之间交换的数据包。这是一种更高级的技术,但对于调试非常有用。 * **Minecraft Source Code (Minecraft 源代码):** If you have access to the Minecraft source code (e.g., through decompilation or modding), you can directly examine how the game handles the protocol. This is the most in-depth approach. * **Chinese Translation:** 如果你有权访问 Minecraft 源代码(例如,通过反编译或模组),你可以直接检查游戏如何处理协议。这是最深入的方法。 **Interacting with an MCP Server (与 MCP 服务器交互):** * **Libraries and APIs (库和 API):** Use libraries specifically designed for interacting with Minecraft servers. Popular options include: * **Python:** `mcstatus`, `nbt` * **Java:** `MinecraftForge`, `Spigot API`, `Paper API` (for server-side plugins, but can be used for client interaction with some effort) * **Node.js:** `minecraft-protocol` * **Chinese Translation:** 使用专门为与 Minecraft 服务器交互而设计的库。流行的选项包括: * **Python:** `mcstatus`, `nbt` * **Java:** `MinecraftForge`, `Spigot API`, `Paper API` (用于服务器端插件,但也可以通过一些努力用于客户端交互) * **Node.js:** `minecraft-protocol` * **Example Code (示例代码):** Search for example code snippets that demonstrate how to connect to a Minecraft server, send commands, and receive data. Look for examples using the libraries mentioned above. * **Chinese Translation:** 搜索示例代码片段,这些代码片段演示了如何连接到 Minecraft 服务器、发送命令和接收数据。查找使用上述库的示例。 * **Minecraft Server APIs (Minecraft 服务器 API):** If you're interacting with a server that has custom APIs (e.g., through a plugin), you'll need to consult the documentation for that specific API. * **Chinese Translation:** 如果你正在与具有自定义 API 的服务器(例如,通过插件)交互,则需要查阅该特定 API 的文档。 * **Reverse Engineering (逆向工程):** If no documentation is available, you might need to reverse engineer the server's behavior by observing its responses to different commands. This is a more advanced technique. * **Chinese Translation:** 如果没有可用的文档,你可能需要通过观察服务器对不同命令的响应来逆向工程服务器的行为。这是一种更高级的技术。 **Important Considerations (重要注意事项):** * **Minecraft Version (Minecraft 版本):** The Minecraft protocol changes frequently. Make sure your code is compatible with the specific version of Minecraft you're targeting. * **Chinese Translation:** Minecraft 协议经常更改。确保你的代码与你所针对的特定 Minecraft 版本兼容。 * **Authentication (身份验证):** Many servers require authentication. You'll need to handle the authentication process correctly. * **Chinese Translation:** 许多服务器需要身份验证。你需要正确处理身份验证过程。 * **Rate Limiting (速率限制):** Servers often have rate limits to prevent abuse. Be mindful of these limits and avoid sending too many requests too quickly. * **Chinese Translation:** 服务器通常具有速率限制以防止滥用。请注意这些限制,并避免过快地发送太多请求。 * **Server-Side Mods/Plugins (服务器端模组/插件):** Be aware that server-side mods or plugins can modify the protocol or add custom commands. * **Chinese Translation:** 请注意,服务器端模组或插件可以修改协议或添加自定义命令。 **Where to Find Help (在哪里寻求帮助):** * **Stack Overflow (Stack Overflow):** A great resource for asking programming questions. Use the `minecraft` tag. * **Chinese Translation:** 一个提问编程问题的好资源。使用 `minecraft` 标签。 * **Minecraft Forums (Minecraft 论坛):** For general Minecraft-related questions. * **Chinese Translation:** 用于一般的 Minecraft 相关问题。 * **Discord Servers (Discord 服务器):** Many Minecraft communities have Discord servers where you can ask for help. * **Chinese Translation:** 许多 Minecraft 社区都有 Discord 服务器,你可以在其中寻求帮助。 **Key Terms (关键术语):** * **Packet (数据包):** A unit of data transmitted between the client and server. * **Handshake (握手):** The initial exchange of information between the client and server to establish a connection. * **NBT (命名二进制标签):** A data format used to store complex data structures in Minecraft. * **API (应用程序编程接口):** A set of functions and procedures that allow different software components to interact. This should give you a good starting point. Good luck!
Ableton Live MCP Server
Control Ableton Live using natural language via Claude Code, with music theory engine for progressions, project persistence, and song cloning.
ChatGPT MCP Server Template
A boilerplate for building local Node.js MCP servers that integrate with ChatGPT Web UI, featuring mock OAuth and secure tunneling for instant connection.
PathScan MCP Server
Enables website security scanning and vulnerability assessment by integrating dirsearch path scanning with firecrawl web scraping. Provides structured vulnerability reports categorized by risk level and detailed content analysis of high-risk URLs.
Kakao Moment MCP
Enables AI agents to manage Kakao Moment advertisements (Kakao's advertising platform) through natural language queries, supporting campaign, ad group, creative listing, and performance reporting.
tdmcp
tdmcp is an open-source (MIT) Model Context Protocol server for TouchDesigner. You describe a visual in plain language and your AI assistant builds the real node network inside TouchDesigner, checks it for errors, and shows a preview — it ships an embedded operator knowledge base so the model uses real operators instead of guessing. TypeScript codebase, runs locally.
Scrapy MCP Server
A powerful web scraping MCP server built on Scrapy and FastMCP that supports multiple scraping methods (HTTP, Scrapy, browser automation), anti-detection techniques, form handling, and concurrent crawling. Designed for commercial environments with enterprise-grade features like intelligent retry mechanisms, performance monitoring, and configurable data extraction.
phpIPAM MCP Server
MCP server for phpIPAM IP address management, enabling subnet, VLAN, VRF, and address operations via natural language.
Camoufox MCP
An MCP server for anti-detection browser automation that uses Camoufox to bypass bot detection and spoof digital fingerprints. It enables AI agents to perform human-like web interactions, including realistic cursor movements, humanized click delays, and automatic cookie popup dismissal.
WP Pinch
Enables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.
Shelv MCP Server
An MCP server for managing Shelv shelf operations, enabling users to list, search, and read files within shelves. It also supports optional write functionalities for creating and hydrating shelves through configured tools.
genable-mcp
Write-side MCP server for Figma — build, edit, and search Figma designs from Claude Code, Cursor, Cline, or any MCP client. Complements Figma's official read-only MCP with 41 tools for tree creation, variables, components, and visual verification.
rustunnel-mcp
MCP (Model Context Protocol) server for rustunnel. Lets AI agents (Claude Code, Cursor, Windsurf) create and manage public tunnels to local services from inside an agent session.
Local Scanner MCP Server
Okay, here are a few possible translations of "MCP server for scanning local code and localhost URLs," depending on the specific nuance you want to convey. I'll also include some context about what "MCP" might mean, as it's ambiguous. **Understanding "MCP"** "MCP" is an acronym that could stand for several things. Without more context, it's difficult to know the *exact* meaning. Here are a few possibilities, and I'll tailor the translations accordingly: * **Most Likely: Malware/Code Protection (or similar):** This is the most likely interpretation given the context of scanning code and URLs. It suggests a server designed to detect malicious code or vulnerabilities. * **Less Likely: Minecraft Coder Pack (MCP):** This is a tool for decompiling and re-compiling Minecraft code. It's *unlikely* to be the meaning here, but I'll include a translation just in case. * **Least Likely: Other meanings:** MCP could stand for many other things (e.g., Master Control Program, Microsoft Certified Professional). These are highly unlikely in this context. **Translations (Assuming MCP = Malware/Code Protection)** Here are a few options, ranked by how common and natural they sound: **Option 1 (Most Common & General):** * **Chinese:** 用于扫描本地代码和 localhost URL 的 MCP 服务器 (Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de MCP fúwùqì) * **Pinyin:** Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de MCP fúwùqì * **Explanation:** This is a direct translation. It uses "MCP" as is, assuming the target audience understands the acronym (or you will define it elsewhere). "用于 (yòng yú)" means "used for" or "for the purpose of." "扫描 (sǎo miáo)" means "scan." "本地代码 (běndì dàimǎ)" means "local code." "服务器 (fúwùqì)" means "server." **Option 2 (More Explicit - Malware/Code Protection):** * **Chinese:** 用于扫描本地代码和 localhost URL 的恶意代码/代码保护服务器 (Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de èyì dàimǎ/dàimǎ bǎohù fúwùqì) * **Pinyin:** Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de èyì dàimǎ/dàimǎ bǎohù fúwùqì * **Explanation:** This replaces "MCP" with a more descriptive phrase: "恶意代码/代码保护 (èyì dàimǎ/dàimǎ bǎohù)," which means "malicious code/code protection." The "/" indicates "or." This is useful if you want to be very clear about the server's purpose. **Option 3 (Focus on Vulnerability Scanning):** * **Chinese:** 用于扫描本地代码和 localhost URL 的漏洞扫描服务器 (Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de lòudòng sǎo miáo fúwùqì) * **Pinyin:** Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de lòudòng sǎo miáo fúwùqì * **Explanation:** This focuses on *vulnerability* scanning. "漏洞扫描 (lòudòng sǎo miáo)" means "vulnerability scanning." This is appropriate if the server's primary function is to find security weaknesses. **Option 4 (More Natural Phrasing - Implies Purpose):** * **Chinese:** 一款用于扫描本地代码和 localhost URL 的 MCP 服务器 (Yī kuǎn yòng yú sǎo miáo běndì dàimǎ hé localhost URL de MCP fúwùqì) * **Pinyin:** Yī kuǎn yòng yú sǎo miáo běndì dàimǎ hé localhost URL de MCP fúwùqì * **Explanation:** Adding "一款 (yī kuǎn)" which means "a" or "one type of" makes the sentence flow a little more naturally. **Translation (Assuming MCP = Minecraft Coder Pack - Highly Unlikely):** * **Chinese:** 用于扫描本地代码和 localhost URL 的 Minecraft Coder Pack (MCP) 服务器 (Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de Minecraft Coder Pack (MCP) fúwùqì) * **Pinyin:** Yòng yú sǎo miáo běndì dàimǎ hé localhost URL de Minecraft Coder Pack (MCP) fúwùqì * **Explanation:** This is a direct translation, keeping the English name "Minecraft Coder Pack" and the acronym "MCP." It's unlikely this is the correct meaning, but included for completeness. **Recommendation:** I recommend **Option 1** or **Option 2** (if you want to be very explicit). If the server is specifically for finding vulnerabilities, **Option 3** is a good choice. **Option 4** is a slight improvement in naturalness. **Important Considerations:** * **Target Audience:** Who are you writing for? If they are familiar with the acronym "MCP" in the context of code security, then using it directly is fine. If not, use a more descriptive phrase like in Option 2 or 3. * **Context:** Where will this translation be used? If it's in documentation, you can define "MCP" the first time you use it. * **Specificity:** What *specifically* does the server do? Does it focus on malware detection, vulnerability scanning, or something else? Tailor the translation to reflect the server's primary function. To give you the *best* translation, please provide more context about what "MCP" means in your specific case.
memdb
A SQLite-backed MCP memory server providing persistent memory storage with full-text search and knowledge graph capabilities for AI assistants.
Browser MCP Server
Enables AI assistants to automate web browsers through Playwright, providing capabilities for navigation, content extraction, form filling, screenshot capture, and JavaScript execution. Supports multiple browser engines with comprehensive error handling and security features.
Vidu MCP
Provides access to Vidu's video generation models for creating high-quality videos from text, images, and reference content. It enables users to generate creative video content directly within MCP-compatible applications like Claude and Cursor.
Parallel Works MCP Server
Enables AI assistants to manage Parallel Works ACTIVATE resources including clusters, workflows, storage, sessions, and more via the REST API.
anneal-memory
Two-layer memory for AI agents. Episodes compress into identity. The only MCP memory server with an immune system. Patterns earn permanence through evidence, false knowledge gets caught and demoted, and stale information fades — so your agent's memory gets smarter over time, not just bigger. Zero dependencies. 5 tools. Works with any MCP client.
Custom MCP Servers
我自建的 MCP 服务器合集 🧠⚡️。
SearXNG MCP Server
Provides privacy-focused web search capabilities through SearXNG metasearch engine, enabling web, image, video, and news searches without tracking. Includes comprehensive research tools that aggregate and analyze results from multiple search engines.
Excalidraw MCP Server
Enables AI agents to create, modify, and share diagrams on a live Excalidraw canvas through MCP tools, supporting shapes, text, arrows, batch operations, and export to shareable links with images.
e2e-mcp-test
An end-to-end test MCP server built with FastMCP that exposes a REST API as a set of tools for AI agents. It enables LLMs to perform CRUD operations on an upstream API by mapping HTTP methods to MCP tools.
book-mcp
A service that lets readers chat with fictional characters from novels, where the AI adopts the character's personality, memory, and knowledge for immersive roleplay.
Zendesk MCP Server
A server implementation that provides Claude AI with the ability to interact with Zendesk ticketing systems through various functions including retrieving, searching, creating, and updating tickets.
Writespace
Persistent docs and memory for AI agents. Writespace is a collaborative markdown editor with a built-in MCP server — your model reads, writes, organizes, and searches a shared workspace while humans edit the same docs live. Drop the ranked full-text search straight in as RAG retrieval.
Avalara AvaTax MCP Server by CData
This read-only MCP Server allows you to connect to Avalara AvaTax data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
Vectorize MCP Server
Provides semantic search capabilities by connecting Claude Desktop to a Cloudflare Workers backend powered by Vectorize. It enables natural language querying of knowledge bases using vector similarity and edge-based embedding generation.
File Manager MCP Server
Provides secure file system operations for AI assistants including directory listing, file reading/writing, deletion, searching, and copying. Features safety controls like path validation, permission checks, and file size limits.