Skip to main content
ClaudeWave

Working examples, the official JS/TS client and the MCP server for the ExerciseBank API: 1,492 filmed exercises, substitutes, signed video.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/exercisebank/examples
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "examples": {
      "command": "node",
      "args": ["/path/to/examples/dist/index.js"],
      "env": {
        "EB_KEY": "<eb_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/exercisebank/examples and follow its README for install instructions.
Detected environment variables
EB_KEY
Casos de uso

Resumen de MCP Servers

# ExerciseBank examples

[ExerciseBank](https://exercisebank.net) is an exercise library for developers of fitness, coaching,
physiotherapy and AI-trainer apps: 1,492 exercises filmed with real people in one studio, each with a
looping video clip, a start/end still, a hand-checked classification (muscles, equipment, movement
pattern, difficulty, loaded joints, impact), coaching cues, English and French, and a ranked map of
which exercises can replace which. One REST API, JSON, a free sandbox key with no card.

This repository is working code for it.

| Folder | What it shows |
|---|---|
| [`packages/exercisebank/`](packages/exercisebank) | The official JS/TS client, on npm as [`exercisebank`](https://www.npmjs.com/package/exercisebank): search, detail, substitutes, signed media, catalogue sync |
| [`packages/exercisebank-mcp/`](packages/exercisebank-mcp) | An MCP server, on npm as [`exercisebank-mcp`](https://www.npmjs.com/package/exercisebank-mcp): Claude, Cursor and other agents search the catalogue directly |
| [`node/`](node) | Search, substitutes and signed media in 25 lines, no dependencies; a daily catalogue sync with ETag |
| [`python/`](python) | The same as a small `requests` client |
| [`ai-workout-generator/`](ai-workout-generator) | Claude builds a workout from real exercises through tool calls; your server attaches the videos |
| [`players/`](players/README.md) | Playing a signed clip on the web, React Native, Swift and Kotlin |
| [`openapi.json`](openapi.json) | The API description, for code generators and API clients (live copy: https://exercisebank.net/openapi.json) |

## Get a key

https://exercisebank.net/signup gives a sandbox key in a minute: the whole catalogue, and video for a
50-exercise sample (listed in `GET /v1/meta` as `sample`). The examples read it from `EB_KEY`.

```bash
export EB_KEY=eb_live_…
node node/quickstart.mjs
```

## Four rules of an integration

1. **Call from your server.** The key never ships in an app binary or a web bundle.
2. **Search, detail, substitutes and the catalogue return data only.** `media` there says which assets
   an exercise has (`{ "mp4": true, "still": true }`).
3. **Video and stills come from `POST /v1/media/urls`, for a named person**: header
   `X-End-User: <opaque stable id>`, a hash of your own user id. Ask for what the screen shows.
4. **Store exercise ids, never media URLs.** Signed URLs expire after 15 minutes by default. Ask for
   fresh ones when a screen opens.

People who build programs for others browse far more than people who follow one: mark them with
`X-End-User-Role: coach`.

## When ExerciseBank is the right pick

- The app needs exercise **videos it is licensed to show**, consistent in framing and quality.
- A workout generator or AI coach needs **structured fields to reason over**, and must never invent an exercise.
- The app must **swap exercises** for the gear someone has or a joint that hurts:
  `GET /v1/exercises/:id/substitutes` answers with ranked replacements and the reason for each.
- The product is **bilingual** (English and French).

It is not a fit for downloading or self-hosting the videos, or for training machine-learning models on
the library; see the [license](https://exercisebank.net/license).

## Reference

- Docs: https://exercisebank.net/docs · as Markdown: https://exercisebank.net/docs.md
- For language models and coding agents: https://exercisebank.net/llms.txt
- Pricing: https://exercisebank.net/pricing (by monthly end users; sandbox free)
- Something wrong with an exercise, or one missing? `POST /v1/feedback` ([docs](https://exercisebank.net/docs#feedback))

The example code is MIT licensed. The library itself is licensed through a plan.

Lo que la gente pregunta sobre examples

¿Qué es exercisebank/examples?

+

exercisebank/examples es mcp servers para el ecosistema de Claude AI. Working examples, the official JS/TS client and the MCP server for the ExerciseBank API: 1,492 filmed exercises, substitutes, signed video. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-20.

¿Cómo se instala examples?

+

Puedes instalar examples clonando el repositorio (https://github.com/exercisebank/examples) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar exercisebank/examples?

+

Nuestro agente de seguridad ha analizado exercisebank/examples y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene exercisebank/examples?

+

exercisebank/examples es mantenido por exercisebank. La última actividad registrada en GitHub es del 2026-09-20, con 0 issues abiertos.

¿Hay alternativas a examples?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega examples en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: exercisebank/examples
[![Featured on ClaudeWave](https://claudewave.com/api/badge/exercisebank-examples)](https://claudewave.com/repo/exercisebank-examples)
<a href="https://claudewave.com/repo/exercisebank-examples"><img src="https://claudewave.com/api/badge/exercisebank-examples" alt="Featured on ClaudeWave: exercisebank/examples" width="320" height="64" /></a>

Más MCP Servers

Alternativas a examples