BoondManager MCP Server

Installation 1-clic : Serveur MCP (Model Context Protocol) pour l'API BoondManager, permettant a Claude (Desktop, Cowork, Code) de rechercher, consulter, creer et modifier des enregistrements dans votre instance BoondManager. It runs locally over stdio via the published package.

People who work with boondmanager and agentic ai and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 20 · #26 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install BoondManager MCP Server

before you install - you'll need

Set BOOND_API_TOKEN, BOOND_USER_TOKEN, BOOND_CLIENT_TOKEN, BOOND_CLIENT_KEY, BOOND_USER, BOOND_PASSWORD, BOOND_BASE_URL, BOOND_HTTP_TIMEOUT_MS, BOOND_MCP_PROFILE, BOOND_MCP_READ_ONLY, BOOND_DICTIONARY_OVERRIDES, MCP_TRANSPORT before connecting.

Claude Code

claude mcp add fauguste-boondmanager-mcp-server -- npx -y boondmanager-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fauguste-boondmanager-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "boondmanager-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · Claude Desktop extension (.mcpb bundle)

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package boondmanager-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.fauguste is GitHub-verified and matches the repo owner

03 · What BoondManager MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

Pour eviter qu'une boucle d'outils emballee n'inonde l'API (et n'enchaine les 429), le client applique un token bucket local. Defauts : 10 req/s soutenu, rafale 20 - invisible en usage interactif normal. Les retentatives consomment aussi un jeton.

Latest releases

v2.15.0 · 2026-09-10

Changed · Contrat de description des outils - les 182 descriptions annoncées énoncent désormais quatre choses, dans cet ordre : le but (verbe + ressource + portée, une phrase), la guidance d'usage (Quand : / Plutôt que…

v2.14.1 · 2026-09-08

Version de maintenance : aucun changement fonctionnel. Le catalogue est inchangé (182 outils, 12 prompts, 22 ressources, 6 templates) et aucun schéma annoncé ne bouge - un client déjà connecté ne verra aucune…

v2.14.0 · 2026-08-21

Photo de justificatif → ligne de frais dans BoondManager (#179). Le ticket demandait « juste un prompt » : la vérification préalable du schéma qu'il imposait a montré que l'outil d'écriture visé ne fonctionnait pas du…

04 · Who maintains BoondManager MCP Server

BoondManager MCP Server is maintained by fauguste. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
API integration - ranked #26 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-10)
registry
io.github.fauguste/boondmanager-mcp-server (active, first published 2026-02-28 · 52 versions)
packages
npm:boondmanager-mcp-server · mcpb:https://github.com/fauguste/boondmanager-mcp-server/releases/download/v2.15.0/boondmanager-mcp-server-v2.15.0.mcpb

06 · BoondManager MCP Server FAQ

What is BoondManager MCP Server?

Installation 1-clic : Serveur MCP (Model Context Protocol) pour l'API BoondManager, permettant a Claude (Desktop, Cowork, Code) de rechercher, consulter, creer et modifier des enregistrements dans votre instance BoondManager. It runs locally over stdio via the published package.

Is BoondManager MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install BoondManager MCP Server?

Run `npx -y boondmanager-mcp-server`. The README documents 12 environment variables (BOOND_API_TOKEN, BOOND_USER_TOKEN, BOOND_CLIENT_TOKEN…) to set first. Set BOOND_API_TOKEN, BOOND_USER_TOKEN, BOOND_CLIENT_TOKEN, BOOND_CLIENT_KEY, BOOND_USER, BOOND_PASSWORD, BOOND_BASE_URL, BOOND_HTTP_TIMEOUT_MS, BOOND_MCP_PROFILE, BOOND_MCP_READ_ONLY, BOOND_DICTIONARY_OVERRIDES, MCP_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does BoondManager MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to BoondManager MCP Server

More API integration MCP servers · File To PDF · Fingerprint · Llmtrim · Fr24api MCP · Fatsecret MCP

More TypeScript MCP servers · Fhirhydrant · Open SCAD · Feedthrough · Figma Context MCP (felixanhalt) · Bibelstudium MCP · see all