Discover Awesome MCP Servers
Extend your agent with 41,408 capabilities via MCP servers.
- All41,408
- 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
DevFlow MCP Server
MCP server that integrates DevFlow with AI code assistants to enforce structured development workflows including planning, task tracking, and code review gates.
MCP Help Article Server
MCP server that serves help articles to tenants with tenant isolation, enabling AI to search and retrieve tenant-specific content.
GitGuardian MCP Server
Enables AI agents to scan projects for leaked secrets and manage security incidents using GitGuardian's comprehensive API. It supports automated secret detection, honeytoken creation, and remediation workflows to secure codebases without context switching.
lrnev
AI-powered project governance engine for collaborative development with MCP server and CLI, file as source of truth, zero model dependency.
agent-browser-mcp
An MCP server that provides browser automation capabilities, enabling LLMs to control a web browser for navigation, interaction, and data extraction.
n8n Autopilot MCP SaaS
An AI-powered workflow automation platform that builds and executes n8n workflows based on natural language descriptions. It integrates a NestJS-based MCP server to facilitate seamless task automation and management.
AI Content Moderation MCP Server
Enables content moderation by checking user input against OpenAI's moderation API via Google ADK, with dual SSE/STDIO transport support and integration with local LLMs.
Markitdown MCP Server
Converts documents (PDF, DOCX, images, etc.) to Markdown using Microsoft's Markitdown library, with no local setup required. Integrates with AI agents via MCP for seamless document conversion.
TubeAlfred MCP Server
Bridges MCP clients to the TubeAlfred YouTube API, enabling tools for video details, transcripts, comments, search, and channel info.
project-knowledge-mcp
A cross-project knowledge graph for MCP that maps features across mobile, backend, and admin codebases, giving AI agents full-stack context.
1、前言
Aquí tienes un ejemplo de un servidor MCP (Minecraft Coder Pack): **Advertencia:** El MCP está obsoleto y ya no se mantiene. Se recomienda usar alternativas como Forge o Fabric para el desarrollo de mods de Minecraft. Este ejemplo es solo para fines educativos y de referencia histórica. Debido a que el MCP es un conjunto de herramientas para descompilar, desobfuscar y recompilar el código de Minecraft, no es un "servidor" en sí mismo. Más bien, *facilita* la creación de mods que pueden ser usados en un servidor de Minecraft. Aquí te muestro un ejemplo de cómo *podrías* usar el MCP para modificar el código del servidor de Minecraft: **1. Descompilar el código del servidor:** Después de configurar el MCP, usarías el comando `decompile.sh` (en Linux/macOS) o `decompile.bat` (en Windows) para descompilar el código del servidor de Minecraft. Esto creará una estructura de directorios con el código fuente descompilado. **2. Modificar el código del servidor:** Dentro de la estructura de directorios descompilada, encontrarías las clases que quieres modificar. Por ejemplo, podrías querer cambiar el comportamiento de la clase `net.minecraft.server.MinecraftServer` (la clase principal del servidor). **Ejemplo de modificación (MUY SIMPLE):** Digamos que quieres cambiar el mensaje que el servidor muestra al iniciarse. En la clase `net.minecraft.server.MinecraftServer`, podrías encontrar una línea como: ```java LOGGER.info("Starting minecraft server version 1.12.2"); // Ejemplo de versión ``` Podrías cambiarla a: ```java LOGGER.info("¡Mi servidor de Minecraft modificado está iniciando!"); ``` **3. Recompilar el código del servidor:** Después de hacer tus modificaciones, usarías el comando `recompile.sh` o `recompile.bat` para recompilar el código. Esto creará archivos `.class` modificados. **4. Reobfuscar el código del servidor:** Para que el código modificado sea compatible con el juego, necesitas reobfuscarlo usando el comando `reobfuscate.sh` o `reobfuscate.bat`. Esto aplicará la ofuscación original de Minecraft a tu código modificado. **5. Reemplazar los archivos originales del servidor:** Finalmente, tomarías los archivos `.class` reobfuscados y los reemplazarías en el archivo `minecraft_server.jar` original. **¡Ten mucho cuidado al hacer esto! Haz una copia de seguridad del archivo original antes de reemplazarlo.** **Código de ejemplo (modificación simple):** Este no es un código completo de servidor, sino un fragmento que muestra cómo *podrías* modificar una clase existente: ```java // Dentro de net.minecraft.server.MinecraftServer.java (después de descompilar) package net.minecraft.server; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; public class MinecraftServer implements ICommandListener, Runnable, IAsyncTaskHandlerReentrant { private static final Logger LOGGER = LogManager.getLogger(); public static void main(String[] args) { // ... (código existente) ... LOGGER.info("¡Mi servidor de Minecraft modificado está iniciando!"); // Línea modificada //LOGGER.info("Starting minecraft server version 1.12.2"); // Línea original comentada // ... (código existente) ... } // ... (más código de la clase) ... } ``` **Puntos importantes:** * **Complejidad:** Modificar el código del servidor directamente con MCP es un proceso complejo y propenso a errores. * **Actualizaciones:** Cada vez que Minecraft se actualiza, necesitas volver a descompilar, modificar y recompilar el código. * **Alternativas:** Forge y Fabric son frameworks mucho más modernos y fáciles de usar para crear mods. Te permiten modificar el juego sin tener que modificar directamente el código base. * **Licencia:** Ten en cuenta la licencia de Minecraft al modificar el juego. **En resumen:** El MCP no es un servidor en sí mismo, sino una herramienta para modificar el código del servidor. El ejemplo anterior muestra un proceso simplificado de cómo podrías usarlo para modificar el comportamiento del servidor. Sin embargo, se recomienda encarecidamente usar Forge o Fabric para el desarrollo de mods en la actualidad.
docwriter-mcp-server
A Model Context Protocol server for programmatic creation, modification, and compilation of structured LaTeX documents.
google-workspace-unlimited
This MCP server provides comprehensive Google Workspace integration (Gmail, Drive, etc.) with multi-user OAuth. Unique features include RAG-powered natural language to Chat card rendering, runtime Jinja2 macro creation, and dynamic tool management.
mem0-mcp-selfhosted
Self-hosted mem0 MCP server for Claude Code. Run a complete memory server against self-hosted Qdrant + Neo4j + Ollama while using Claude as the main LLM.
opm-mcp
Provides Claude with direct access to the Open Porous Media (OPM) reservoir simulation stack, enabling running simulations, inspecting results, and automating workflows via natural language.
Context7 MCP
Provides LLMs with up-to-date, version-specific documentation and code examples directly from library sources, eliminating outdated training data and hallucinated APIs by fetching current documentation at prompt time.
Tempo MCP Server
Un servidor MCP (Protocolo de Contexto de Modelo) para Grafana Tempo
TRON Energy/Bandwidth MCP Server
TRON Energy & Bandwidth marketplace for AI agents — 27 MCP tools for buying/selling resources, DEX swaps, and automated energy management via Streamable HTTP.
Poke HabitTracker MCP
Enables Poke to read and update today's HabitTracker habits via Supabase, with tools for listing, completing, uncompleting habits, and viewing a dashboard summary.
IEEE Xplore MCP Server
Allows users to search and retrieve academic papers, metadata, and citation counts from the IEEE Xplore digital library. It supports full-text search, author-specific queries, and publication tracking through the IEEE Xplore API.
Shortcut Universal MCP Server
Provides a standardized interface for interacting with Shortcut's tools and services through a unified API.
MCP Server
Here are a few ways to translate "MCP Server for GitHub API Integration" into Spanish, depending on the specific context and desired nuance: **Option 1 (Most Literal):** * **Servidor MCP para la Integración de la API de GitHub** * This is a direct translation and is generally well-understood. **Option 2 (Slightly More Natural):** * **Servidor MCP para Integrar la API de GitHub** * Using "Integrar" (to integrate) instead of "Integración" (integration) can sound a bit more natural in some contexts. **Option 3 (Emphasizing Purpose):** * **Servidor MCP para la Integración con la API de GitHub** * Using "con" (with) emphasizes the connection or interaction with the GitHub API. **Option 4 (If "MCP" is an acronym and commonly used as-is):** * **Servidor MCP para integración con la API de GitHub** * This assumes "MCP" is understood and doesn't need translation. **Which option is best depends on the context:** * If you need a very precise and technical translation, **Option 1** is a good choice. * If you want it to sound a bit more natural, **Option 2** is preferable. * If you want to emphasize the connection to the GitHub API, **Option 3** is a good choice. * If "MCP" is a well-known acronym, **Option 4** is the most concise. Therefore, I would recommend **Servidor MCP para la Integración de la API de GitHub** or **Servidor MCP para integrar la API de GitHub** as the most generally applicable translations.
OpenWeatherMap MCP Server
Provides weather data, forecasts, air quality, and location services via OpenWeatherMap API integration.
@agent-dispatch/mcp-server
Enables AI assistants to spawn and manage long-running cloud agents via MCP, offloading tasks to AWS Bedrock AgentCore.
LangGraph RAG MCP
Retrieval-Augmented Generation system serving LangGraph documentation through the Model Context Protocol, enabling semantic search and context-aware responses.
LI.FI MCP Server
Enables AI assistants to interact with LI.FI's cross-chain infrastructure, providing access to blockchain networks, token data, bridges, and transaction services through a standardized protocol.
LinkedIn Bulk Data Scraper
An MCP server that provides access to the LinkedIn Bulk Data Scraper API and various utility tools for data extraction and processing.
ncloud-mcp-server
Enables natural language management of Naver Cloud Platform infrastructure, covering over 60 services and 1,000+ API tools.
Snowfort Circuit MCP
A comprehensive Model Context Protocol (MCP) server suite that enables AI coding agents to automate both web browsers and Electron desktop applications with auto-snapshots and element references.
WeatherMCP
A production-ready Model Context Protocol server that provides weather data from OpenWeatherMap API, allowing users to query current weather by city name or coordinates with support for different temperature units.