MCP Hub
Back to servers

wger

Wger MCP — wraps wger Workout Manager REST API (free, no auth for read)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-wger

MCP server for wger workout and exercise data

Tools

ToolDescription
list_exercisesList exercises from the wger database (English only)
get_exerciseGet detailed information for a specific exercise by ID
list_musclesList all muscles tracked in the wger database
list_equipmentList all equipment types in the wger database

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "list_exercises",
      "arguments": { "limit": 10 }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review