nutrition-mcp-server

jruiz002/nutrition-mcp-server
★ 0 stars Python AI/LLM Updated 2d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nutrition-mcp-server": {
      "command": "uvx",
      "args": [
        "nutrition-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nutrition-mcp-server

README Excerpt

Este proyecto implementa un protocolo **MCP (Model Context Protocol)** desde cero utilizando **JSON-RPC 2.0** a través de la entrada/salida estándar (`stdio`). Incluye tanto un **Servidor MCP** especializado en consultas nutricionales para una clínica, como un **Anfitrión (Chatbot)** interactivo de consola que utiliza el LLM de Anthropic (Claude) para coordinar llamadas a múltiples servidores MCP (el servidor nutricional, y los servidores oficiales de filesystem y git).

Tools (3)

buscar_equivalencia_macronutrientesconsultar_perfil_pacienteverificar_inventario_suplementos