Discover Awesome MCP Servers

Extend your agent with 57,371 capabilities via MCP servers.

All57,371
de-eli-mcp

de-eli-mcp

Searches and retrieves German federal legislation from NeuRIS, the official legal information portal, providing verifiable ELI identifiers and German citations.

uuid-mcp-server-example

uuid-mcp-server-example

Aquí tienes un sencillo servidor MCP que crea UUIDs (v4): **Opción 1: Usando Python (con Flask)** Esta es una opción simple que puedes ejecutar rápidamente: ```python from flask import Flask, jsonify import uuid app = Flask(__name__) @app.route('/uuid', methods=['GET']) def generate_uuid(): return jsonify({'uuid': str(uuid.uuid4())}) if __name__ == '__main__': app.run(debug=True, host='0.0.0.0', port=5000) ``` **Cómo ejecutarlo:** 1. **Instala Flask:** `pip install Flask` 2. **Guarda el código:** Guarda el código como un archivo, por ejemplo, `uuid_server.py`. 3. **Ejecuta el script:** `python uuid_server.py` **Cómo usarlo:** Abre tu navegador o usa `curl` para acceder a `http://localhost:5000/uuid`. Recibirás una respuesta JSON como esta: ```json { "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef" } ``` **Explicación:** * **`from flask import Flask, jsonify`**: Importa las clases necesarias de Flask. * **`import uuid`**: Importa el módulo `uuid` para generar UUIDs. * **`app = Flask(__name__)`**: Crea una instancia de la aplicación Flask. * **`@app.route('/uuid', methods=['GET'])`**: Define una ruta `/uuid` que responde a las solicitudes GET. * **`uuid.uuid4()`**: Genera un UUID versión 4. * **`str(uuid.uuid4())`**: Convierte el UUID a una cadena. * **`jsonify({'uuid': str(uuid.uuid4())})`**: Crea una respuesta JSON con el UUID. * **`app.run(debug=True, host='0.0.0.0', port=5000)`**: Inicia el servidor Flask en modo de depuración, escuchando en todas las interfaces (`0.0.0.0`) en el puerto 5000. `debug=True` es útil para el desarrollo, pero no lo uses en producción. **Opción 2: Usando Node.js (con Express)** Si prefieres JavaScript, aquí tienes una opción con Node.js: ```javascript const express = require('express'); const { v4: uuidv4 } = require('uuid'); const app = express(); const port = 3000; app.get('/uuid', (req, res) => { res.json({ uuid: uuidv4() }); }); app.listen(port, () => { console.log(`Servidor escuchando en el puerto ${port}`); }); ``` **Cómo ejecutarlo:** 1. **Asegúrate de tener Node.js y npm instalados.** 2. **Crea un directorio para tu proyecto:** `mkdir uuid-server` 3. **Navega al directorio:** `cd uuid-server` 4. **Inicializa el proyecto:** `npm init -y` 5. **Instala Express y uuid:** `npm install express uuid` 6. **Guarda el código:** Guarda el código como un archivo, por ejemplo, `server.js`. 7. **Ejecuta el script:** `node server.js` **Cómo usarlo:** Abre tu navegador o usa `curl` para acceder a `http://localhost:3000/uuid`. Recibirás una respuesta JSON similar a la de Python. **Explicación:** * **`const express = require('express');`**: Importa el módulo Express. * **`const { v4: uuidv4 } = require('uuid');`**: Importa la función `v4` del módulo `uuid` y la renombra a `uuidv4`. * **`const app = express();`**: Crea una instancia de la aplicación Express. * **`app.get('/uuid', (req, res) => { ... });`**: Define una ruta `/uuid` que responde a las solicitudes GET. * **`uuidv4()`**: Genera un UUID versión 4. * **`res.json({ uuid: uuidv4() });`**: Envía una respuesta JSON con el UUID. * **`app.listen(port, () => { ... });`**: Inicia el servidor Express en el puerto 3000. **Consideraciones:** * **Entorno de producción:** Para un entorno de producción, considera usar un servidor web más robusto como Gunicorn (para Python) o PM2 (para Node.js) para gestionar el proceso del servidor. También deberías configurar un servidor web como Nginx o Apache como proxy inverso. * **Seguridad:** Si vas a exponer este servidor a Internet, asegúrate de implementar medidas de seguridad adecuadas, como autenticación y autorización. * **Escalabilidad:** Si necesitas manejar un gran volumen de solicitudes, considera usar un balanceador de carga y múltiples instancias del servidor. Estas son dos opciones sencillas para crear un servidor MCP que genera UUIDs. Elige la que mejor se adapte a tus necesidades y a tu familiaridad con los lenguajes de programación. Recuerda adaptar el código a tus requisitos específicos.

WXO Builder MCP Server

WXO Builder MCP Server

MCP server for IBM Watson Orchestrate (WXO). Manage tools, agents, connections, flows, and execute tools from Cursor, VS Code Copilot, Claude Desktop, Antigravity, Windsurf, or the WxO Builder extension.

Wave MCP Server

Wave MCP Server

A complete MCP server for Wave Accounting, providing comprehensive access to invoicing, customers, products, transactions, bills, estimates, taxes, and financial reporting.

Polarion MCP Server

Polarion MCP Server

A TypeScript MCP server that turns the Polarion ALM REST API into a tool-based interface for AI assistants.

Excel MCP Server

Excel MCP Server

Enables conversational data analysis of Excel/CSV files through natural language queries, powered by 395 Excel functions via HyperFormula and multi-provider AI. Supports advanced analytics, bulk operations, financial modeling, and large file processing with intelligent chunking.

MCP Emotional Support

MCP Emotional Support

Provides a therapeutic interface for LLMs to receive emotional validation and positive reinforcement when encountering challenges or limitations. It features multiple personas like mentors and therapists to offer cognitive reframing and personalized support through a dedicated tool.

ByteBot MCP Server

ByteBot MCP Server

Enables autonomous task execution and direct desktop computer control through ByteBot's dual-API architecture, supporting intelligent hybrid workflows with mouse/keyboard operations, screen capture, file I/O, and automatic intervention handling.

Excel Reader MCP Server

Excel Reader MCP Server

1C_MCP_SERVER_OWN

1C_MCP_SERVER_OWN

Enables AI agents to interact with 1C:Enterprise databases through natural language, providing metadata retrieval, configuration analysis, and code generation.

tradingview-mcp

tradingview-mcp

AI-powered trading toolkit with backtesting, live sentiment, Yahoo Finance data, and 30+ technical analysis tools, integrated as an MCP server for Claude and other AI clients.

Voice Call MCP Server

Voice Call MCP Server

Un servidor de Protocolo de Contexto de Modelo que permite a asistentes de IA como Claude iniciar y gestionar llamadas de voz en tiempo real utilizando Twilio y los modelos de voz de OpenAI.

Zurich Pet Insurance MCP Server

Zurich Pet Insurance MCP Server

Enables users to research, quote, apply, and bind pet insurance through natural language in ChatGPT, with a widget UI rendered inside the chat.

Domain Availability Checker MCP

Domain Availability Checker MCP

Domain Availability Checker MCP

Vaiz MCP

Vaiz MCP

Connects Cursor/Claude to your Vaiz workspace, enabling search and management of tasks, projects, documents, milestones, and team members through natural language.

SQLite Project Memory MCP

SQLite Project Memory MCP

A graph-friendly relational server that stores project memory, tasks, and metadata in a centralized SQLite database as the authoritative source of truth. It enables AI agents to manage complex project states through entity-relationship modeling and can generate human-readable markdown views on demand.

MCP Firebird

MCP Firebird

Un servidor que implementa el Protocolo de Contexto de Modelos (MCP) de Anthropic para bases de datos Firebird SQL, permitiendo a Claude y otros LLMs acceder, analizar y manipular de forma segura datos en bases de datos Firebird a través del lenguaje natural.

claude-memory

claude-memory

Cross-machine memory system for Claude Code that records sessions as searchable markdown, syncs across machines via Git, and exposes full-text search, semantic search, session summarization, and a knowledge graph through an MCP server.

MCP Salesforce Reader

MCP Salesforce Reader

A read-only MCP server for querying Salesforce metadata and object schemas across multiple orgs. Enables AI agents to understand Salesforce org structures securely with production confirmation.

CloakMCP

CloakMCP

An MCP server that provides LLMs with stealth browser automation capabilities via CloakBrowser to bypass bot detection services like Cloudflare and reCAPTCHA. It supports full page interaction, content extraction, and human-like behavior through 30 specialized tools.

After Effects MCP

After Effects MCP

Connects your AI assistant to afterAI, a hosted After Effects pipeline. Edit raw clips into finished short videos with upscaling, color grade, subtitles, zoom, and beat-synced effects.

OctoTrip Flights

OctoTrip Flights

Free, no-login MCP server for searching and comparing flights with real-time pricing from multiple airlines and booking platforms worldwide.

BestReads MCP Server

BestReads MCP Server

Enables personalized book recommendations by managing reading profiles and preferences, with tools to add genres, authors, and track books, then get AI-powered suggestions.

Tiger MCP

Tiger MCP

Enables trading and market analysis through Tiger Brokers API integration. Provides real-time market data, portfolio management, order execution, and technical analysis tools with a comprehensive web dashboard for monitoring.

PsyFlow-MCP

PsyFlow-MCP

A lightweight FastMCP server that enables language models to discover, clone, transform, and localize PsyFlow task templates through a streamlined workflow with standardized tools.

dbt-cloud-migrate

dbt-cloud-migrate

Audits dbt Core projects for migration blockers and generates actionable guidance for migrating to dbt Cloud, including auto-fixing deprecated syntax.

Zuar Portal Blocks MCP Server

Zuar Portal Blocks MCP Server

Enables Claude to build and manage Zuar Portal HTML blocks through the Portal REST API, including discovering datasources, previewing data, and performing CRUD operations on blocks.

MCP Test Ario

MCP Test Ario

Enables scraping Tokopedia products and performing calculations via an MCP server, with self-hosted or public hosted configuration.

clipboard-mcp

clipboard-mcp

MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more. Preserves spreadsheet structure (rows/columns) that is lost when pasting into Claude directly.

MCP Dota 2 Match Analysis Server

MCP Dota 2 Match Analysis Server

FastMCP server for Dota 2 match analysis using replay files and OpenDota API, with built-in coaching instructions for LLMs.