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 connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 18 · #27 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

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.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…

v2.13.0 · 2026-08-21

Added · Templates de ressources pour les entités métier (#177). Six ressources paramétrées - boond://candidate/{id}, boond://resource/{id}, boond://contact/{id}, boond://company/{id}, boond://opportunity/{id}…

v2.12.2 · 2026-08-14

Fixed · Tous les outils _search étaient inutilisables sur les clients dont le validateur ne connaît que JSON Schema 2020-12. Le SDK convertit nos schémas Zod avec z.toJSONSchema(schema, { target: 'draft-7' }), ce qui…

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 #27 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.fauguste/boondmanager-mcp-server (active, first published 2026-02-28 · 50 versions)
packages
npm:boondmanager-mcp-server · mcpb:https://github.com/fauguste/boondmanager-mcp-server/releases/download/v2.14.0/boondmanager-mcp-server-v2.14.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-08-25, its last commit was 2026-08-24 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 · Open SCAD · Feedthrough · Figma To Code MCP · Bibelstudium MCP · see all