Discover Awesome MCP Servers

Extend your agent with 30,000 capabilities via MCP servers.

All30,000
MCP Server with Wikipedia Article Tool

MCP Server with Wikipedia Article Tool

Una implementación ligera del servidor del Protocolo de Contexto del Modelo (MCP) utilizando Eventos Enviados por el Servidor (Server-Sent Events). Incluye un analizador de artículos de Wikipedia que convierte el contenido a formato Markdown. Demuestra la comunicación cliente-servidor MCP a través de HTTP.

MCP Server Meraki

MCP Server Meraki

Servidor MCP para la API de Meraki - Interfaz estandarizada para la gestión de la infraestructura de Meraki

SOLx402 MCP Server

SOLx402 MCP Server

Enables AI assistants to interact with the x402 payment protocol on Solana, allowing discovery and consumption of x402-enabled services, USDC payment management, and access to Solana development resources.

MCP Server NocoBase Remote

MCP Server NocoBase Remote

Remote MCP server that auto-generates tools from NocoBase OpenAPI specs to enable full CRUD operations on collections across multiple instances. Supports streamable HTTP transport and API key authentication for secure, natural language interaction with NocoBase deployments.

Consult7

Consult7

Enables AI agents to analyze large codebases and document collections by consulting large context window models (up to 2M tokens) via OpenRouter when files exceed the current agent's context limits.

github-projects-mcp

github-projects-mcp

github-projects-mcp

Jimeng AI Image Generator

Jimeng AI Image Generator

An MCP server that enables users to generate AI images using the Jimeng AI API with support for automatic status polling and local file saving. It allows for detailed parameter configuration including image dimensions, model selection, and prompt optimization.

Lambda Performance MCP Server

Lambda Performance MCP Server

Enables comprehensive analysis of AWS Lambda performance including cold start tracking, memory utilization monitoring, cost analysis, and optimization recommendations. Provides real-time metrics, comparative analysis across multiple functions, and actionable insights to improve Lambda performance and reduce costs.

Document Retrieval MCP Server

Document Retrieval MCP Server

Enables AI agents to search and retrieve relevant document content from existing embeddings stored in Supabase vector database. Provides semantic search capabilities to find document chunks based on similarity to query text without generating new embeddings.

Tracker MCP Server

Tracker MCP Server

Enables LLM clients to interact with a local tracker-server for checking schedule, retrieving statistics, registering tasks, and managing timers.

NPM MCP Server

NPM MCP Server

A Model Context Protocol server that enables language models to interact with npm services securely, providing tools for package management, project initialization, script execution, and security auditing.

Enhanced Web Scraper MCP Server

Enhanced Web Scraper MCP Server

Enables web scraping, React app testing, and React Native web app inspection using Playwright with multi-browser support. Provides backward compatibility with regular websites while offering enhanced features for React applications including mobile viewport emulation and component analysis.

MCP Project Manager

MCP Project Manager

Provides project management capabilities through terminal, web UI, or MCP stdio, including plans, code analysis, and filesystem-safe operations.

Interactive Feedback MCP

Interactive Feedback MCP

Provides a Qt-based graphical interface for AI tools like Cursor to facilitate real-time human feedback and streamlined command execution. It features customizable shortcut responses, image processing, and a structured RIPER-5 workflow protocol to improve development accuracy and efficiency.

ECharts MCP

ECharts MCP

An MCP (Model Context Protocol) server that enables LLMs to generate ECharts visualizations by accepting chart type, data and parameters and returning cloud image URLs of the generated charts.

browser-auth-mcp

browser-auth-mcp

Enables AI agents to authenticate with websites using a real Chromium browser with anti-detection measures and human-in-the-loop support for captchas and 2FA. Features stealth browsing, human-like interactions, and persistent session storage to automate and resume login workflows.

Remote MCP Server Authless

Remote MCP Server Authless

A serverless implementation that allows deploying a remote Model Context Protocol server on Cloudflare Workers without authentication requirements, enabling AI models to use custom tools.

MySQL MCP Server

MySQL MCP Server

Provides MySQL database connectivity and schema inspection tools, allowing users to connect to MySQL databases and retrieve table structures through configurable connection parameters.

Reuters Business and Financial News MCP Server

Reuters Business and Financial News MCP Server

Provides access to the Reuters Business and Financial News API to retrieve articles, trending news, and market data. It enables searching and filtering financial content by date, author, category, and keywords.

inoreader-mcp

inoreader-mcp

An MCP server for the Inoreader RSS reader API that allows users to triage articles, analyze feed health, and manage subscriptions. It enables reading content, organizing folders, and performing batch tagging or status updates through natural language.

Obsidian MCP Server

Obsidian MCP Server

Enables AI assistants to read, write, search, and navigate Obsidian vault notes with support for CRUD operations, full-text search, graph navigation, daily notes, and frontmatter management.

postfast-mcp

postfast-mcp

Schedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.

Discord Agent MCP

Discord Agent MCP

Provides comprehensive Discord bot automation with 71 tools for messaging, channel management, moderation, roles, members, emojis, stickers, scheduled events, auto-moderation, and application commands through AI assistants.

Sentiment By Api Ninjas MCP Server

Sentiment By Api Ninjas MCP Server

Enables sentiment analysis of text blocks using the Api Ninjas API, returning sentiment scores and overall sentiment classification for up to 2000 characters of text.

MCP Quickstart Weather Server

MCP Quickstart Weather Server

Okay, here's a quickstart guide for setting up an MCP (Minecraft Coder Pack) server, translated into Spanish: **Inicio Rápido del Servidor MCP (Minecraft Coder Pack)** This guide assumes you have a basic understanding of command lines and file management. **Prerrequisitos:** * **Java Development Kit (JDK):** Asegúrate de tener instalado el JDK (Java Development Kit) más reciente. Puedes descargarlo desde el sitio web de Oracle o Adoptium (preferiblemente Adoptium). Asegúrate de que la variable de entorno `JAVA_HOME` esté configurada correctamente. * **Python:** Necesitarás Python 3. Asegúrate de que Python esté en tu PATH. * **Minecraft Coder Pack (MCP):** Descarga la versión de MCP que corresponda a la versión de Minecraft que deseas modificar. Puedes encontrarlo en varios foros de Minecraft o en GitHub (busca "Minecraft Coder Pack"). **Pasos:** 1. **Extraer MCP:** Descomprime el archivo ZIP de MCP en una carpeta de tu elección. Por ejemplo, `C:\mcp` o `/home/usuario/mcp`. 2. **Configurar MCP:** * **`conf/mcp.cfg`:** Abre el archivo `conf/mcp.cfg` con un editor de texto. * **`ClientVersion` y `ServerVersion`:** Asegúrate de que los valores de `ClientVersion` y `ServerVersion` coincidan con la versión de Minecraft que estás usando. Por ejemplo, `ClientVersion = 1.19.2` y `ServerVersion = 1.19.2`. Si solo estás trabajando con el servidor, puedes dejar `ClientVersion` en blanco. * **`MCPDeobfuscated`:** Asegúrate de que `MCPDeobfuscated = True`. Esto es importante para el desarrollo. 3. **Descargar Minecraft:** * Abre una terminal o línea de comandos y navega hasta el directorio de MCP (donde extrajiste el archivo ZIP). * Ejecuta el siguiente comando: ```bash python ./mcp.py --download ``` Esto descargará el JAR del cliente y del servidor de Minecraft. Si solo necesitas el servidor, puedes usar `--download-server`. 4. **Descompilar Minecraft:** * Ejecuta el siguiente comando: ```bash python ./mcp.py --decompile ``` Esto descompilará el código de Minecraft en código Java legible. Este proceso puede tardar un tiempo. 5. **Aplicar Parches (Opcional):** * Si tienes parches (patches) para aplicar, colócalos en la carpeta `patches`. * Ejecuta el siguiente comando: ```bash python ./mcp.py --patch ``` 6. **Recompilar Minecraft:** * Ejecuta el siguiente comando: ```bash python ./mcp.py --recompile ``` Esto recompilará el código Java modificado en archivos JAR. 7. **Reobfuscar Minecraft:** * Ejecuta el siguiente comando: ```bash python ./mcp.py --reobfuscate ``` Esto reobfuscará el código para que sea compatible con el juego original. 8. **Copiar a la carpeta del servidor:** * Después de la reobfuscación, los archivos JAR modificados se encontrarán en la carpeta `jars/reobf`. * Copia el archivo `minecraft_server.jar` (o el nombre correspondiente a tu versión) desde `jars/reobf` a la carpeta donde normalmente ejecutas tu servidor de Minecraft. 9. **Ejecutar el Servidor:** * Ejecuta el servidor de Minecraft como lo harías normalmente. **Resumen de Comandos:** * `python ./mcp.py --download`: Descarga los archivos JAR de Minecraft. * `python ./mcp.py --decompile`: Descompila el código de Minecraft. * `python ./mcp.py --patch`: Aplica parches. * `python ./mcp.py --recompile`: Recompila el código de Minecraft. * `python ./mcp.py --reobfuscate`: Reobfusca el código de Minecraft. **Notas Importantes:** * **Errores:** Es probable que encuentres errores durante el proceso. Lee los mensajes de error cuidadosamente para identificar el problema. A menudo, los errores se deben a versiones incorrectas, dependencias faltantes o problemas de configuración. * **Documentación:** Consulta la documentación de MCP para obtener información más detallada y opciones de configuración. * **Versiones:** Asegúrate de que todas las versiones (JDK, Python, MCP, Minecraft) sean compatibles entre sí. * **Carpeta `src`:** El código fuente descompilado se encuentra en la carpeta `src`. Aquí es donde realizarás tus modificaciones. * **Respaldos:** Siempre haz una copia de seguridad de tus archivos antes de modificarlos. This should get you started. Good luck!

Markdownify MCP Server

Markdownify MCP Server

A Model Context Protocol server that converts diverse file types, including PDFs, images, audio, and Office documents, into Markdown format. It also transforms web content like YouTube transcripts and Bing search results into readable text for model consumption.

Google Trends MCP Server

Google Trends MCP Server

Enables retrieval and analysis of Google Trends data for any search term over the last 12 months. Provides structured timeline data with relative interest scores that can be filtered by geography and category.

Insight Digger MCP

Insight Digger MCP

An enterprise-grade data analysis system that enables users to discover data sources, configure analyses, and execute workflows through Claude Desktop. It features intelligent caching, session isolation, and secure JWT authentication for streamlined multi-user data orchestration.

WordPress Content MCP

WordPress Content MCP

Enables management of WordPress posts and pages including creating, updating, deleting, duplicating, scheduling, and bulk editing content through the WordPress REST API.

Smart Warehouse MCP Agent

Smart Warehouse MCP Agent

Claude-powered warehouse management system that coordinates inventory, AGVs, and order processing through specialized agents using Model Context Protocol patterns.