đ MCP para todo â Servidor modular con herramientas Ăștiles
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
đ MCP para todo â Servidor modular con herramientas ĂștilesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
đ Âż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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



