Discover Awesome MCP Servers

Extend your agent with 24,499 capabilities via MCP servers.

All24,499
FastlyMCP

FastlyMCP

Enables AI assistants to interact with Fastly's CDN API through the Model Context Protocol, allowing secure management of CDN services, caching, security settings, and performance monitoring without exposing API keys.

Railway MCP Server

Railway MCP Server

Enables management of Railway.app infrastructure through natural language, allowing users to deploy services, manage environment variables, monitor deployments, and configure projects directly from MCP clients like Claude.

Hika MCP Server

Hika MCP Server

MCP-Server

MCP-Server

Una implementación de un Protocolo de Contexto de Modelo que permite a los modelos de lenguaje grandes llamar a herramientas externas (como pronósticos del tiempo e información de GitHub) a través de un protocolo estructurado, con visualización del proceso de razonamiento del modelo.

Chess.com MCP Server

Chess.com MCP Server

Proporciona acceso a datos de jugadores de Chess.com, registros de partidas e información pública a través de interfaces MCP estandarizadas, lo que permite a los asistentes de IA buscar y analizar información de ajedrez.

WordPress Standalone MCP Server

WordPress Standalone MCP Server

A Model Context Protocol server that automatically discovers WordPress REST API endpoints and creates individual tools for each endpoint, enabling natural language management of WordPress sites.

Perplexity Search

Perplexity Search

Permite la integración de la API de IA de Perplexity con LLMs, ofreciendo finalización de chat avanzada mediante el uso de plantillas de prompts especializadas para tareas como documentación técnica, revisión de código y documentación de API.

MCP Operator

MCP Operator

Un servidor de automatización de navegadores web que permite a los asistentes de IA controlar Chrome con gestión de estado persistente, lo que facilita tareas de navegación complejas a través de operaciones de navegador asíncronas.

Fastmail MCP Server

Fastmail MCP Server

An unofficial MCP server that enables users to manage their Fastmail accounts through natural language interactions. It provides tools to query mailboxes, retrieve email content with advanced filtering, and send messages directly through the Fastmail API.

mcp-pprof-anaylzer

mcp-pprof-anaylzer

This is a Model Context Protocol (MCP) server implemented in Go, providing a tool to analyze Go pprof performance profiles.

telegram-mcp

telegram-mcp

Integración de la API de Telegram para acceder a datos de usuario, gestionar diálogos (chats, canales, grupos), recuperar mensajes y manejar el estado de lectura.

PDF Reader MCP Server

PDF Reader MCP Server

Permite que los agentes de IA lean y extraigan información (texto, metadatos, número de páginas) de forma segura desde archivos PDF dentro de contextos de proyectos, utilizando una herramienta MCP flexible.

Clinical Trials MCP Agent

Clinical Trials MCP Agent

Enables AI agents to search and analyze clinical trial data from ClinicalTrials.gov using both structured SQL queries for filtering trials by status, phase, and conditions, and semantic vector search for exploring detailed protocol information like exclusion criteria.

N8N MCP Server for Railway

N8N MCP Server for Railway

Here's the translation of "N8N MCP Server deployment for Railway" into Spanish: **Despliegue del servidor N8N MCP para Railway** Or, a slightly more descriptive option: **Implementación del servidor N8N MCP en Railway** Both are accurate, but the second option ("Implementación") might be preferred in a more technical context.

JMeter MCP Server

JMeter MCP Server

A Model Context Protocol server that enables executing and interacting with JMeter tests through MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.

Current operating environment

Current operating environment

Here are a few ways to get information about the current operating environment, depending on what kind of information you're looking for: **General System Information:** * **Operating System Name and Version:** * **Windows:** You can find this in "System Information" (search for it in the Start Menu) or by typing `winver` in the Run dialog (Windows key + R). * **macOS:** Click the Apple menu in the top-left corner and select "About This Mac." * **Linux:** Open a terminal and use commands like `uname -a`, `lsb_release -a`, or `cat /etc/os-release`. * **Hardware Information (CPU, Memory, Disk Space):** * **Windows:** "System Information" (as above) or Task Manager (Ctrl+Shift+Esc). * **macOS:** "About This Mac" (as above) and then click "System Report." * **Linux:** Use commands like `lscpu`, `free -m`, `df -h`, `top`, or `htop` in a terminal. **Environment Variables:** * Environment variables store configuration settings that applications can access. * **Windows:** Open "System Properties" (search for it in the Start Menu), click "Environment Variables." You can also use the `set` command in the command prompt. * **macOS/Linux:** Use the `printenv` or `env` command in a terminal. You can also access specific variables with `echo $VARIABLE_NAME` (e.g., `echo $PATH`). **Running Processes:** * See what programs are currently running. * **Windows:** Task Manager (Ctrl+Shift+Esc). * **macOS:** Activity Monitor (found in /Applications/Utilities/). * **Linux:** Use commands like `ps aux`, `top`, or `htop` in a terminal. **Network Information:** * IP address, network interfaces, etc. * **Windows:** `ipconfig` in the command prompt. * **macOS/Linux:** `ifconfig` or `ip addr` in a terminal. `netstat` is also useful. **Specific Application Environment (if applicable):** * If you're running a specific application (like a web server, database, or programming environment), it will often have its own ways to report its environment. Consult the application's documentation. For example: * **Python:** You can use the `os` module to access environment variables (`os.environ`) and the `sys` module to get information about the Python interpreter (`sys.version`, `sys.executable`). * **Node.js:** You can access environment variables with `process.env`. **Example Scenarios and Commands:** * **"What version of Windows am I running?"** Type `winver` in the Run dialog (Windows key + R). * **"How much free disk space do I have on my C: drive (Windows)?"** Open File Explorer and look at the C: drive. Or, use the `dir C:\` command in the command prompt. * **"What is my IP address (Linux)?"** Open a terminal and type `ip addr`. Look for the IP address associated with your network interface (usually `eth0` or `wlan0`). * **"What is the value of the `PATH` environment variable (macOS/Linux)?"** Open a terminal and type `echo $PATH`. * **"What processes are using the most CPU (Linux)?"** Open a terminal and type `top` or `htop`. To give you the *most* helpful answer, please tell me: * **What operating system are you using?** (Windows, macOS, Linux, etc.) * **What specific information are you looking for?** (e.g., OS version, CPU usage, environment variables, network configuration) * **Are you trying to get this information programmatically (e.g., from a script)?** If so, what programming language are you using? --- **Spanish Translation:** Aquí hay algunas formas de obtener información sobre el entorno operativo actual, dependiendo del tipo de información que estés buscando: **Información General del Sistema:** * **Nombre y Versión del Sistema Operativo:** * **Windows:** Puedes encontrar esto en "Información del Sistema" (búscalo en el menú Inicio) o escribiendo `winver` en el cuadro de diálogo Ejecutar (tecla Windows + R). * **macOS:** Haz clic en el menú Apple en la esquina superior izquierda y selecciona "Acerca de esta Mac". * **Linux:** Abre una terminal y usa comandos como `uname -a`, `lsb_release -a` o `cat /etc/os-release`. * **Información del Hardware (CPU, Memoria, Espacio en Disco):** * **Windows:** "Información del Sistema" (como arriba) o el Administrador de Tareas (Ctrl+Shift+Esc). * **macOS:** "Acerca de esta Mac" (como arriba) y luego haz clic en "Informe del Sistema". * **Linux:** Usa comandos como `lscpu`, `free -m`, `df -h`, `top` o `htop` en una terminal. **Variables de Entorno:** * Las variables de entorno almacenan configuraciones que las aplicaciones pueden acceder. * **Windows:** Abre "Propiedades del Sistema" (búscalo en el menú Inicio), haz clic en "Variables de Entorno". También puedes usar el comando `set` en el símbolo del sistema. * **macOS/Linux:** Usa el comando `printenv` o `env` en una terminal. También puedes acceder a variables específicas con `echo $NOMBRE_DE_LA_VARIABLE` (por ejemplo, `echo $PATH`). **Procesos en Ejecución:** * Mira qué programas se están ejecutando actualmente. * **Windows:** Administrador de Tareas (Ctrl+Shift+Esc). * **macOS:** Monitor de Actividad (se encuentra en /Aplicaciones/Utilidades/). * **Linux:** Usa comandos como `ps aux`, `top` o `htop` en una terminal. **Información de Red:** * Dirección IP, interfaces de red, etc. * **Windows:** `ipconfig` en el símbolo del sistema. * **macOS/Linux:** `ifconfig` o `ip addr` en una terminal. `netstat` también es útil. **Entorno de Aplicación Específica (si aplica):** * Si estás ejecutando una aplicación específica (como un servidor web, una base de datos o un entorno de programación), a menudo tendrá sus propias formas de informar su entorno. Consulta la documentación de la aplicación. Por ejemplo: * **Python:** Puedes usar el módulo `os` para acceder a las variables de entorno (`os.environ`) y el módulo `sys` para obtener información sobre el intérprete de Python (`sys.version`, `sys.executable`). * **Node.js:** Puedes acceder a las variables de entorno con `process.env`. **Escenarios y Comandos de Ejemplo:** * **"¿Qué versión de Windows estoy ejecutando?"** Escribe `winver` en el cuadro de diálogo Ejecutar (tecla Windows + R). * **"¿Cuánto espacio libre en disco tengo en mi unidad C: (Windows)?"** Abre el Explorador de Archivos y mira la unidad C:. O usa el comando `dir C:\` en el símbolo del sistema. * **"¿Cuál es mi dirección IP (Linux)?"** Abre una terminal y escribe `ip addr`. Busca la dirección IP asociada con tu interfaz de red (generalmente `eth0` o `wlan0`). * **"¿Cuál es el valor de la variable de entorno `PATH` (macOS/Linux)?"** Abre una terminal y escribe `echo $PATH`. * **"¿Qué procesos están usando la mayor cantidad de CPU (Linux)?"** Abre una terminal y escribe `top` o `htop`. Para darte la respuesta *más* útil, por favor dime: * **¿Qué sistema operativo estás usando?** (Windows, macOS, Linux, etc.) * **¿Qué información específica estás buscando?** (por ejemplo, versión del sistema operativo, uso de la CPU, variables de entorno, configuración de red) * **¿Estás tratando de obtener esta información programáticamente (por ejemplo, desde un script)?** Si es así, ¿qué lenguaje de programación estás usando?

Nmap MCP Server

Nmap MCP Server

Enables network scanning and security assessment using Nmap through MCP, allowing AI assistants to perform port scans, service detection, and network reconnaissance on specified targets with configurable scan parameters.

Last9 Observability MCP

Last9 Observability MCP

Integra sin problemas el contexto de producción en tiempo real (registros, métricas y trazas) en tu entorno local para corregir el código automáticamente de forma más rápida.

Cloud TPU API MCP Server

Cloud TPU API MCP Server

Provides Multi-Agent Conversation Protocol access to Google Cloud TPU services, enabling management of Tensor Processing Units through natural language interactions with the Google TPU API.

MCP UUID Server

MCP UUID Server

Un servicio sencillo que genera UUID aleatorios cuando se solicitan a través de Claude Desktop.

ReadPDFx - OCR PDF MCP Server

ReadPDFx - OCR PDF MCP Server

Provides intelligent OCR and PDF processing capabilities that automatically detect whether PDFs contain digital text or scanned images and apply appropriate extraction methods. Supports text extraction, OCR processing, structure analysis, and batch operations.

Freshservice MCP server

Freshservice MCP server

Freshservice MCP server

DigitalOcean MCP Server

DigitalOcean MCP Server

Provides comprehensive access to 471+ DigitalOcean API endpoints, enabling AI assistants to manage cloud infrastructure including droplets, databases, load balancers, DNS, Kubernetes, and other DigitalOcean resources programmatically.

Geth MCP Proxy

Geth MCP Proxy

Bridges Ethereum JSON-RPC queries from Geth nodes to the Model Context Protocol ecosystem, exposing blockchain operations as MCP tools. Enables AI models and applications to securely interact with Ethereum data including blocks, transactions, balances, and advanced debug functions through schema-validated access.

Apollo.io MCP Server

Apollo.io MCP Server

Enables AI assistants to interact with Apollo.io API for sales and marketing activities. Provides tools to search for companies and contacts, enrich person and organization data, and manage accounts with comprehensive lead generation capabilities.

MCP Platform

MCP Platform

A reusable runtime infrastructure for hosting Model Context Protocol servers and tool registries over HTTP. It provides built-in validation, authentication, and logging to simplify the deployment of AI-powered workflows.

Clerk MCP Server Template

Clerk MCP Server Template

A production-ready template for building Model Context Protocol servers with Clerk authentication on Cloudflare Workers, allowing AI assistants to securely access user data and business logic in Clerk-authenticated applications.

mcp-skills

mcp-skills

Provides dynamic, context-aware code assistant skills through hybrid RAG (vector + knowledge graph), enabling runtime skill discovery, automatic toolchain-based recommendations, and on-demand loading from multiple git repositories.

snapshot-mcp-server

snapshot-mcp-server

Save conversation state, resume work across sessions, and organize multiple snapshots with minimal token overhead.

MCP Storybook Image Generator

MCP Storybook Image Generator

Generates children's storybook illustrations in multiple art styles (3D cartoon, watercolor, pixel art, hand drawn, claymation) with matching stories using Google's Gemini AI.