lecka-mcp logo

lecka-mcp

mgnirck/lecka-mcp
0 starsUpdated 2026-06-09Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Race nutrition planning for endurance athletes. Calculates carb, sodium and fluid targets for marathons, ultras, cycling and triathlons.

README.md

lecka-mcp

A Model Context Protocol (MCP) server for the Lecka sports nutrition platform. It exposes tools that let MCP-compatible AI clients (like Claude) query products, calculate race fueling plans, and retrieve personalized nutrition data.

Built with @modelcontextprotocol/sdk and deployed on Vercel.

Tools

| Tool | Description | |------|-------------| | get_products | Returns the full catalog of Lecka nutrition products | | calculate_fueling_plan | Calculates a race-day fueling plan based on duration, intensity, and athlete data | | get_nutrition_data | Retrieves per-product nutrition data (carbs, calories, electrolytes, etc.) |

MCP Server URL

https://lecka-mcp.vercel.app/mcp

Connect with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "lecka": {
      "url": "https://lecka-mcp.vercel.app/mcp"
    }
  }
}

On macOS the config file lives at ~/Library/Application Support/Claude/claude_desktop_config.json.

Development

npm install
npm start

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.