Boostu Teamleader MCP

boostu-teamleader-mcp is a Model Context Protocol server that exposes the Teamleader Focus API to AI assistants - including Claude Desktop, Claude Code, Cursor, and Windsurf. It provides over 100 tools spanning the full Teamleader Focus surface: CRM (contacts, companies, deals), sales documents (quotations, invoices, credit notes), product catalog, subscriptions, projects, time tracking, customer-service tickets…

People who work with claude mcp, crm and teamleader 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-17 · ★ 4 · #94 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Boostu Teamleader MCP

before you install - you'll need

Set TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN, TEAMLEADER_TOOLS, TEAMLEADER_TOKEN_STORE before connecting.

Claude Code

claude mcp add boostuagency-boostu-teamleader-mcp -- npx -y boostu-teamleader-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "boostuagency-boostu-teamleader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boostu-teamleader-mcp"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package boostu-teamleader-mcp - unscoped; check the name against the project README before installing

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

03 · What Boostu Teamleader MCP can do

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

Latest releases

v2.1.4 · 2026-07-14

Security / dependency update. In sync with npm and the MCP Registry. · Bump @modelcontextprotocol/sdk to ^1.29.0 so the production dependency tree audits clean (0 vulnerabilities on npm i). Remaining advisories are…

v2.1.3 · 2026-07-13

In sync with npm boostu-teamleader-mcp@2.1.3 and the official MCP Registry. · Changes since v2.1.1: · Server boots and answers MCP introspection without credentials; added a Dockerfile (better compatibility with MCP…

v2.1.1 · 2026-07-13

Open-source MCP server for Teamleader Focus CRM. 100+ tools for Claude and other AI assistants. · Changes in this release: · Ship NOTICE in the npm package; expanded keywords and description. · Reworked README with…

04 · Who maintains Boostu Teamleader MCP

boostu-teamleader-mcp is maintained by boostuagency. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
API integration - ranked #94 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-07-14)
registry
io.github.boostuagency/boostu-teamleader-mcp (active, first published 2026-07-13 · 2 versions)
packages
npm:boostu-teamleader-mcp

06 · Boostu Teamleader MCP FAQ

What is Boostu Teamleader MCP?

boostu-teamleader-mcp is a Model Context Protocol server that exposes the Teamleader Focus API to AI assistants - including Claude Desktop, Claude Code, Cursor, and Windsurf. It provides over 100 tools spanning the full Teamleader Focus surface: CRM (contacts, companies, deals), sales documents (quotations, invoices, credit notes), product catalog, subscriptions, projects, time tracking, customer-service tickets…

Is Boostu Teamleader MCP still maintained?

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

How do I install Boostu Teamleader MCP?

Run `npx -y boostu-teamleader-mcp`. The README documents 5 environment variables (TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN…) to set first. Set TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN, TEAMLEADER_TOOLS, TEAMLEADER_TOKEN_STORE before connecting. You can also paste the ready-made client config above.

Does Boostu Teamleader MCP 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 Boostu Teamleader MCP