Back to MCP Servers

Lecka

Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons. Returns personalised Lecka product recommendations by race type, conditions and athlete weight. [](https://glama.ai/mcp/servers/mgnirck/lecka-…

biology-medicine-and-bioinformaticsai

Installation

npx -y lecka-mcp

Configuration

{
  "mcpServers": {
    "lecka-mcp": {
      "command": "npx",
      "args": ["-y", "lecka-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub