Discover Awesome MCP Servers

Extend your agent with 27,188 capabilities via MCP servers.

All27,188
MCP Server: RepairWorld

MCP Server: RepairWorld

Please provide the MCP server code you would like me to translate to Spanish. I need the code itself to be able to translate it. Once you provide the code, I will translate the comments, variable names (where appropriate and keeping in mind best practices for code readability), and any other relevant text within the code to Spanish. For example, if you provide: ```python # This is a simple MCP server def handle_connection(connection): """ Handles a single connection. """ print("New connection established") # Receive data from the client data = connection.recv(1024) print(f"Received: {data}") # Send a response connection.sendall(b"Hello from the server!") connection.close() ``` I would translate it to something like: ```python # Este es un servidor MCP simple def manejar_conexion(conexion): """ Maneja una sola conexión. """ print("Nueva conexión establecida") # Recibe datos del cliente datos = conexion.recv(1024) print(f"Recibido: {datos}") # Envía una respuesta conexion.sendall(b"¡Hola desde el servidor!") conexion.close() ``` I look forward to helping you!

MCP Automotivo

MCP Automotivo

Enables natural language analysis of automotive sales data stored in MariaDB using Google Gemini AI to automatically generate and execute SQL queries from Portuguese language questions.

Microsoft SQL Server MCP Server by CData

Microsoft SQL Server MCP Server by CData

Microsoft SQL Server MCP Server by CData

Image Generation MCP Server

Image Generation MCP Server

Provides multi-provider image generation with automatic fallback across services like Pollinations.ai, Cloudflare, and Hugging Face. It features specialized pixel art generation, cost tracking, and automatic saving of generated visual assets to disk.

Amadeus Agent

Amadeus Agent

A proof-of-concept MCP server that allows LLM agents to query live flight booking information via Amadeus, including cheapest tickets, destinations, and airline routes.

MCP Planes Server

MCP Planes Server

News Analysis Agent MCP Server

News Analysis Agent MCP Server

Provides tools for fetching real-time news and performing AI-powered sentiment analysis and summarization using Mistral AI. It enables users to analyze news trends and extract structured insights through natural language queries.

MCP Worktree Voting Server

MCP Worktree Voting Server

Enables parallel implementation of tasks using git worktrees, allowing you to create multiple variants of a solution, evaluate them side-by-side, and select the best one.

MCP OpenAI Tools

MCP OpenAI Tools

Provides access to OpenAI's advanced models (including o3) with integrated web search, Python code interpreter, and combined analysis capabilities. Enables users to perform web searches, execute code in sandboxed environments, and combine search with analysis through natural language.

Simple TypeScript MCP Server

Simple TypeScript MCP Server

A TypeScript template for building Model Context Protocol servers that implements basic note-taking CRUD operations with JSON responses.

Looker Admin MCP

Looker Admin MCP

Provides over 60 administrative tools for managing users, groups, roles, schedules, alerts, and content access within Looker through the Model Context Protocol. It enables full administration of Looker environments, including permission management and system configuration.

MCP Database Tools Server

MCP Database Tools Server

An MCP server designed to automate Django database setup and management, including PostgreSQL database creation and extension configuration. It enables users to update environment files and execute Django management commands through integrated tools like VS Code Copilot.

BusyBee

BusyBee

Autonomous TDD coding agent that converts specifications into feature lists and implements them using test-driven development with pause/resume capabilities, live progress monitoring, and automatic git commits.

OrgFlow MCP

OrgFlow MCP

Enables comprehensive organizational data management including employee tracking, team coordination, project management, asset oversight, and performance monitoring. Provides a centralized system for managing all aspects of organizational operations through natural language interactions.

Docker 설정 가이드 - CRM MCP 서버

Docker 설정 가이드 - CRM MCP 서버

MongoDB MCP Server

MongoDB MCP Server

Un servidor de Protocolo de Contexto de Modelo (MCP) que permite a los LLM interactuar directamente con bases de datos MongoDB. Consulta colecciones, inspecciona esquemas y gestiona datos sin problemas a través del lenguaje natural.

SecureCode

SecureCode

Secrets vault for Claude Code. Encrypt API keys, tokens and passwords with AES-256. Full audit logs, MCP access rules, and zero-knowledge mode. Secrets never appear in chat.

SqlAugur

SqlAugur

SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive).

Azure Cosmos DB MCP Server

Azure Cosmos DB MCP Server

Aquí tienes una traducción de la frase "Node.js server that connects to Azure Cosmos DB NoSQL database, allowing users to query products and orders through an AI Assistant in a NextJS frontend application.": **Servidor Node.js que se conecta a una base de datos Azure Cosmos DB NoSQL, permitiendo a los usuarios consultar productos y pedidos a través de un Asistente de IA en una aplicación frontend NextJS.** Aquí hay algunas alternativas ligeramente diferentes, dependiendo del énfasis que quieras dar: * **Servidor Node.js conectado a una base de datos Azure Cosmos DB NoSQL, que permite a los usuarios consultar productos y pedidos mediante un Asistente de IA en una aplicación frontend NextJS.** (Más conciso) * **Un servidor Node.js que se conecta a Azure Cosmos DB NoSQL para permitir a los usuarios consultar productos y pedidos a través de un Asistente de IA en una aplicación frontend NextJS.** (Más directo) Todas son traducciones válidas, elige la que mejor se adapte a tu contexto.

Excel MCP Server

Excel MCP Server

Enables AI assistants to perform comprehensive Microsoft Excel operations including data analysis, cell editing, advanced formatting, and VBA execution on Windows systems. It provides a structured workflow for managing workbooks and worksheets through a dedicated Model Context Protocol interface.

MCP Perplexity Server

MCP Perplexity Server

Implementación del servidor del Protocolo de Contexto del Modelo para la API de Perplexity.

Astra MCP Server

Astra MCP Server

Enables interaction with DataStax Astra DB through the Model Context Protocol. Provides database connectivity and operations for Astra DB instances via secure token-based authentication.

Uranium MCP Server

Uranium MCP Server

Enables creation and management of NFT collections and assets through the Uranium API. Supports uploading files as NFTs, managing ERC721 and ERC1155 collections, and bulk operations across multiple collections.

Mcp Server Again

Mcp Server Again

That appears to be a fragment of a sentence or a keyword. A direct translation without context isn't ideal, but here are a few possibilities depending on what you're trying to convey: * **If it refers to a server being back online:** "Servidor MCP de nuevo" (MCP server again) * **If it's a question about the server being back:** "¿El servidor MCP otra vez?" (The MCP server again?) * **If it's an instruction to restart the server:** "Servidor MCP, otra vez" (MCP server, again - implying a restart) Without more context, "Servidor MCP de nuevo" is the safest and most literal translation.

tipdotmd

tipdotmd

tipdotmd

Simple Timer MCP Server

Simple Timer MCP Server

An MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.

qdrant-mcp-local

qdrant-mcp-local

Aquí tienes una configuración de Docker Compose para levantar fácilmente Qdrant y MCP-server-qdrant en un entorno local: ```yaml version: "3.9" services: qdrant: image: qdrant/qdrant:latest ports: - "6333:6333" # Puerto para la API de Qdrant - "6334:6334" # Puerto para gRPC (opcional) volumes: - qdrant_data:/qdrant/storage # Persistencia de datos (opcional) restart: unless-stopped environment: - QDRANT__SERVICE__GRPC_PORT=6334 # Opcional, si usas gRPC - QDRANT__SERVICE__HTTP_PORT=6333 # Opcional, pero recomendable # Otras variables de entorno de Qdrant que quieras configurar mcp-server-qdrant: image: your-mcp-server-qdrant-image:latest # Reemplaza con tu imagen de MCP-server-qdrant ports: - "8000:8000" # Puerto para la API de MCP-server-qdrant (ejemplo) environment: - QDRANT_HOST=qdrant # Nombre del servicio Qdrant en Docker Compose - QDRANT_PORT=6333 # Puerto de la API de Qdrant # Otras variables de entorno de MCP-server-qdrant que quieras configurar depends_on: - qdrant # Asegura que Qdrant esté corriendo antes de MCP-server-qdrant restart: unless-stopped volumes: qdrant_data: # Volumen para la persistencia de datos de Qdrant (opcional) ``` **Explicación:** * **`version: "3.9"`:** Especifica la versión del formato de Docker Compose. * **`services:`:** Define los servicios que se ejecutarán. * **`qdrant:`:** Define el servicio Qdrant. * **`image: qdrant/qdrant:latest`:** Utiliza la última imagen de Qdrant desde Docker Hub. * **`ports:`:** Mapea los puertos del contenedor a los puertos del host. `6333:6333` mapea el puerto 6333 del contenedor al puerto 6333 del host (para la API HTTP). `6334:6334` mapea el puerto 6334 del contenedor al puerto 6334 del host (para gRPC). * **`volumes:`:** Monta un volumen para la persistencia de datos. `qdrant_data:/qdrant/storage` monta el volumen `qdrant_data` en el directorio `/qdrant/storage` dentro del contenedor. Esto asegura que los datos de Qdrant se conserven incluso si el contenedor se reinicia. * **`restart: unless-stopped`:** Reinicia el contenedor automáticamente a menos que se detenga explícitamente. * **`environment:`:** Define variables de entorno para configurar Qdrant. `QDRANT__SERVICE__GRPC_PORT=6334` y `QDRANT__SERVICE__HTTP_PORT=6333` especifican los puertos para gRPC y HTTP, respectivamente. Puedes agregar otras variables de entorno según sea necesario. * **`mcp-server-qdrant:`:** Define el servicio MCP-server-qdrant. * **`image: your-mcp-server-qdrant-image:latest`:** **¡IMPORTANTE!** Reemplaza `your-mcp-server-qdrant-image:latest` con el nombre de la imagen Docker de tu MCP-server-qdrant. * **`ports:`:** Mapea el puerto del contenedor al puerto del host. `8000:8000` mapea el puerto 8000 del contenedor al puerto 8000 del host (ejemplo). Ajusta esto al puerto que tu MCP-server-qdrant usa. * **`environment:`:** Define variables de entorno para configurar MCP-server-qdrant. `QDRANT_HOST=qdrant` especifica el nombre del servicio Qdrant en Docker Compose (que es `qdrant`). `QDRANT_PORT=6333` especifica el puerto de la API de Qdrant. Ajusta esto a la configuración de tu MCP-server-qdrant. * **`depends_on:`:** Asegura que Qdrant esté corriendo antes de que se inicie MCP-server-qdrant. * **`restart: unless-stopped`:** Reinicia el contenedor automáticamente a menos que se detenga explícitamente. * **`volumes:`:** Define los volúmenes. * **`qdrant_data:`:** Define un volumen llamado `qdrant_data` para la persistencia de datos de Qdrant. **Cómo usarlo:** 1. **Guarda el contenido anterior en un archivo llamado `docker-compose.yml`.** 2. **Reemplaza `your-mcp-server-qdrant-image:latest` con el nombre correcto de tu imagen Docker de MCP-server-qdrant.** 3. **Ajusta las variables de entorno para Qdrant y MCP-server-qdrant según tus necesidades.** 4. **Abre una terminal en el directorio donde guardaste el archivo `docker-compose.yml` y ejecuta el comando:** ```bash docker-compose up -d ``` Esto descargará las imágenes necesarias y ejecutará los contenedores en segundo plano. 5. **Para detener los contenedores, ejecuta:** ```bash docker-compose down ``` **Consideraciones:** * **Persistencia de datos:** El volumen `qdrant_data` asegura que los datos de Qdrant se conserven entre reinicios del contenedor. Si no necesitas persistencia de datos, puedes eliminar la sección `volumes` y la línea `volumes: - qdrant_data:/qdrant/storage`. * **Variables de entorno:** Asegúrate de configurar correctamente las variables de entorno para Qdrant y MCP-server-qdrant. Consulta la documentación de cada uno para obtener una lista completa de las variables disponibles. * **Redes:** Docker Compose crea una red por defecto para los servicios definidos en el archivo `docker-compose.yml`. Esto permite que los servicios se comuniquen entre sí utilizando sus nombres de servicio (por ejemplo, `qdrant`). * **Imagen de MCP-server-qdrant:** Debes tener una imagen Docker de tu MCP-server-qdrant disponible. Si no la tienes, deberás crearla. Este es un punto de partida. Es posible que necesites ajustar la configuración según tus necesidades específicas. Consulta la documentación de Qdrant y MCP-server-qdrant para obtener más información.

OKX-DEX-SDK MCP SSE Server

OKX-DEX-SDK MCP SSE Server

An SSE (Server-Sent Events) server that leverages OKX DEX SDK to support DEX trading operations on Solana blockchain and cross-chain bridge transactions.

Logseq Tools

Logseq Tools

This phrase is a bit ambiguous. It could mean a few things. Here are a few possible translations, depending on the intended meaning: **Option 1 (Most likely, referring to a server to host a Logseq graph):** * **Servidor MCP para el grafo de Logseq** (This is a direct translation and likely the best option if you're talking about a server specifically designed or configured for Logseq) **Option 2 (Referring to a server using the MCP protocol for Logseq):** * **Servidor que usa el protocolo MCP para el grafo de Logseq** (This emphasizes the use of the MCP protocol) **Option 3 (More general, a server to store/access a Logseq graph):** * **Servidor para el grafo de Logseq** (This is a more general translation, simply meaning a server for the Logseq graph) **Which one is best depends on the context. If you can provide more information about what you mean by "mcp server," I can give you a more accurate translation.**

Arithym

Arithym

Arithym — lightweight precision math for agents on the go. Exact arithmetic MCP server with 62 tools, zero hallucination, sub-millisecond computation and is 61% cheaper than Python code execution at scale.