Le connecteur distant que vous ajoutez sur claude.ai en un clic lit projets, workflows, modèles, solde, jobs et galerie, et génère des images et des vidéos. La génération dépense vos crédits, plafonnée à 200 images et 50 clips par jour, et 20 par tranche de dix minutes pour qu’un agent qui boucle ne parte pas avec.
Serveur MCP
Pilotez Beemm Vision depuis votre agent.
Demandez une revue de galerie, la lecture d’un workflow ou une nouvelle série d’images dans Claude, Cursor ou Claude Code. Beemm Vision répond par des cartes sur lesquelles vous agissez — et chaque crédit est décidé par le serveur, jamais par l’assistant.
Deux entrées, dites clairement
Le serveur local ajoute ce que le distant laisse de côté : la retouche d’images, les lots et l’exécution de workflows. Il dépense des crédits — toujours au montant que le serveur annonce d’abord. L’installation locale est ouverte aux équipes en accès anticipé.
Installez-le une fois, dans le client que vous utilisez déjà
Collez l’adresse. Connectez-vous quand le client le demande. C’est toute l’installation.
- 01Paramètres → Connecteurs → Ajouter un connecteur personnalisé.
- 02Collez l’URL du serveur ci-dessous. Nommez-le « Beemm Vision ».
- 03Cliquez sur Connecter et identifiez-vous avec votre compte Beemm Vision (OAuth). Rien à installer.
https://app.beemmvision.com/mcp
Galerie, workflows, modèles, solde, état des jobs — et la génération d’images et de vidéos.
Partez d’un prompt
Copiez-en un, collez-le dans votre agent. Chacun fonctionne avec le connecteur tel qu’il est livré aujourd’hui.
Générer une image, depuis la conversation
Generate an image in my Beemm Vision project “<name>”: <subject>, in <style>. Tell me what it will cost, start it, and give me the job id.
Relire ce que j’ai fait cette semaine
Show me my 8 latest Beemm Vision generations as a grid, then tell me which project each one belongs to and what it cost.
Lire un workflow comme un ingénieur
List my Beemm Vision workflows in project “<name>”, open the most recently updated one, and explain node by node what it does and which models it calls.
Où vont mes crédits ?
Check my Beemm Vision balance, list my last 10 jobs and runs, and summarise what consumed credits, grouped by model.
Quatre variantes, une carte
Plan four variants of “<subject>” on four different image models in one batch, show me the cost first, then generate them.
Animer une image
Take the image I just generated and animate it — 6 seconds, 720p — after showing me exactly what it will cost.
Construire le graphe à ma place
Duplicate my workflow “<name>”, add an upscale node after the last image node, connect it, and run it.
Chaque outil que votre agent peut appeler
Généré depuis le serveur lui-même : ce tableau ne peut pas dériver de ce qui tourne vraiment.
| Outil | Ce qu’il fait | Où | Crédits |
|---|---|---|---|
| beemm_whoami | Reports which Beemm Vision account this MCP server is acting as, when that session expires, whether it carries an App Check attestation (required by most backend endpoints), and which backend it talks to. | claude.ai + local | gratuit |
| beemm_login | Signs the user in again WITHOUT a terminal. | local seulement | gratuit |
| beemm_selftest | Runs the full Beemm Vision chain end to end in one call — credential, session expiry, which backend is configured and why, a real read against that backend, and whether any data is actually readable — and returns one line per check with the cause AND the remedy for anything that failed. | claude.ai + local | gratuit |
| beemm_list_projects | Lists the Beemm Vision projects you can access, most recently updated first, each labelled PERSONAL or ORGANISATION. | claude.ai + local | gratuit |
| beemm_list_workflows | Lists the workflows of one project, most recently updated first. | claude.ai + local | gratuit |
| beemm_get_workflow | Returns a workflow's nodes and edges, PROJECTED AND BOUNDED so it fits in context: per node its id, type, label and position; per input its key, value type, whether it is fed by an edge or typed in, and a ~200-character preview. | claude.ai + local | gratuit |
| beemm_get_balance | Returns your PERSONAL credit balance. | claude.ai + local | gratuit |
| beemm_list_models | Lists the image and video models this account can actually run, with what each one supports: aspect ratios, resolutions, durations, whether it takes input images, whether it can generate audio. | claude.ai + local | gratuit |
| beemm_list_node_types | Lists every node type a workflow can hold, with what beemm_patch_workflow will accept for each: its category, its input handles (the toHandle an edge can reach) and output handles (the fromHandle an edge can leave from), its input keys with their default values, and its default size. | claude.ai + local | gratuit |
| beemm_generate_workflow | Asks Samy, the Beemm Vision agent, to design a node workflow from a plain-language intent. | local seulement | dépense |
| beemm_plan_generationaffiche une carte | Shows the user a card with the exact image request — prompt, model, aspect ratio, resolution, reference images — and a button that starts it. | claude.ai + local | gratuit |
| beemm_plan_batchaffiche une carte | Shows the user ONE card listing up to 24 image requests — each with its prompt, model, aspect ratio, resolution and reference images — the total the backend would charge, and a single button that starts them all. | local seulement | gratuit |
| beemm_generate_imageaffiche une carte | Generates an image and, by default, waits for it and returns the URL in the same call. | claude.ai + local | dépense |
| beemm_generate_image_batchaffiche une carte | Generates up to 24 images in ONE call — typically the same prompt across different models, or several variations of one idea — and, by default, waits for all of them. | local seulement | dépense |
| beemm_generate_videoaffiche une carte | Generates a video clip and, by default, waits for it and returns the URL in the same call. | claude.ai + local | dépense |
| beemm_check_jobaffiche une carte | Follows ONE generation job, identified by a job id you already have: status, the credits the SERVER charged, and — once finished — the media URL. | claude.ai + local | gratuit |
| beemm_check_jobsaffiche une carte | Re-reads SEVERAL generation jobs of one batch in a single call and answers in the batch shape (one entry per job, in the order given, plus the total the server charged so far). | claude.ai + local | gratuit |
| beemm_wait_for_jobaffiche une carte | Polls ONE generation job, identified by a job id you already have, until it finishes — with backoff and a HARD 240-second ceiling. | local seulement | gratuit |
| beemm_list_jobs | Lists your most recent generation jobs and workflow runs, newest first, with their ids and statuses. | claude.ai + local | gratuit |
| beemm_list_galleryaffiche une carte | SHOWS the media an account already holds, as a single GRID of thumbnails, newest first, with their URLs. | claude.ai + local | gratuit |
| beemm_run_workflow | Executes an existing workflow on the server and returns immediately with a run id. | local seulement | dépense |
| beemm_get_run | Reads a workflow run: its status, how many nodes are done, the credits the SERVER charged, and the output of each finished node (media URL, or text). | claude.ai + local | gratuit |
| beemm_wait_for_run | Polls a workflow run until it finishes, with backoff and a HARD 300-second ceiling. | local seulement | gratuit |
| beemm_create_workflow | Creates a NEW, EMPTY workflow — no nodes, no edges — ready for beemm_patch_workflow to build a graph in. | claude.ai + local | écrit |
| beemm_duplicate_workflow | Copies an existing workflow into a NEW project of its own — one workflow per project is the app's model, so the copy gets its own card on the Workflows page, with workflow id "default". | claude.ai + local | écrit |
| beemm_patch_workflow | Edits a saved workflow: add, update and remove nodes, connect and disconnect them. | claude.ai + local | écrit |
| beemm_upload_asset | Turns a local file into a URL the generation backend can fetch, for use as a reference image or any other asset input. | local seulement | gratuit |
| beemm_upscale_image | Enlarges an image 2× or 4×, keeping the framing. | local seulement | dépense |
| beemm_remove_background | Removes the background and returns a PNG with real transparency, at the source resolution. | local seulement | dépense |
| beemm_inpaint_image | Changes ONLY the area a mask marks, and leaves the rest of the pixels alone. | local seulement | dépense |
| beemm_expand_image | Keeps the picture at its exact size and paints NEW surroundings around it — the way to turn a portrait crop into a banner without stretching or cropping anything. | local seulement | dépense |
| beemm_open_in_agent | Opens a workflow in YOUR OWN browser tab, signed in as the user, with the page's live tools armed — what the « Open in agent » button does in the web app, without the user clicking. | claude.ai + local | gratuit |
32 outils · instantané du 2026-09-08
Les questions qu’on nous pose sur le MCP
Voir aussi le catalogue de modèles.