🌐 MCP para todo – Servidor modular con herramientas Ăștiles

by elsantiwg

1 stars
314 downloads
Not rated
GitHub

About

🌐 Servidor MCP (Model Context Protocol) con herramientas Ăștiles. Conecta LLMs con APIs reales: clima, cĂĄlculos, diccionario y mĂĄs. TypeScript + Node.js.

Details

Author
elsantiwg
GitHub stars
1
Downloads
314
Categories
Productivity

- Three pre‑built tools: get_weather, word_definition, evaluate_math.
- Integrates with OpenWeather and DictionaryAPI.
- Modular design for easy addition of new tools.
- Compatible with any client that implements the MCP standard.
- Written in TypeScript 5.0+ and runs on Node.js 18+.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 🌐 MCP para todo – Servidor modular con herramientas Ăștiles
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, run npm install, copy .env.example to .env, and add your API keys for OpenWeather and DictionaryAPI. Start the server with npm run dev. Any MCP‑compatible client can then call the tools (e.g., get_weather, word_definition, evaluate_math) via WebSocket.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83c\udf10 mcp para todo \u2013 servidor modular con herramientas \u00fatiles": {
            "MCP-para-todo": {
                "command": "node",
                "args": [
                    "--version",
                    "#",
                    "\u2265",
                    "18.0.0"
                ]
            }
        }
    }
}

McpServers

{
    "MCP-para-todo": {
        "command": "node",
        "args": [
            "--version",
            "#",
            "\u2265",
            "18.0.0"
        ]
    }
}

🌐 MCP para Todo - Servidor de Herramientas para Modelos de Lenguaje

Servidor educativo MCP (Model Context Protocol) que conecta modelos de lenguaje como ChatGPT con herramientas externas en tiempo real. Desarrollado en TypeScript con arquitectura modular extensible.

TypeScript
Node.js
MCP
License

📖 ÂżQuĂ© es MCP?

Model Context Protocol (MCP) es un estĂĄndar emergente que permite a los modelos de lenguaje interactuar de manera segura y estructurada con herramientas externas, APIs y sistemas.

💡 Valor del Proyecto

- ConexiĂłn IA-Mundo Real: Bridge entre LLMs y funcionalidades externas - Arquitectura Modular: FĂĄcil extensiĂłn con nuevas herramientas - Protocolo EstĂĄndar: Compatible con cualquier cliente MCP

đŸ› ïž Herramientas Implementadas

| Herramienta | DescripciĂłn | Entrada | Ejemplo |
|-------------|-------------|---------|---------|
| get_weather | Clima actual por ciudad | { "city": "BogotĂĄ" } | Temperatura, humedad, condiciones |
| word_definition | Definiciones y sinĂłnimos | { "word": "innovaciĂłn" } | Significado, ejemplos, sinĂłnimos |
| evaluate_math | Evaluación de expresiones | { "expression": "2^8 + sqrt(81)" } | Resultado numérico |

Stack TecnolĂłgico

- Lenguaje: TypeScript 5.0+ - Runtime: Node.js 18+ - Protocolo: MCP (Model Context Protocol) - APIs Externas: OpenWeather, DictionaryAPI

⚡ Instalación y Uso

Prerrequisitos

node --version  # ≄ 18.0.0
npm --version   # ≄ 9.0.0
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.