mcpbeat Sign in

Boostu Teamleader MCP Server

by boostuagency Your server? Claim it
local only

Boostu Teamleader MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 17 Sep 2026.

MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.

Installs per day peak 526 · avg 31 · -21% w/w
a month agotoday
56
Installs / week
npm · boostu-teamleader-mcp
4
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Boostu Teamleader MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add boostu-teamleader-mcp -- npx -y boostu-teamleader-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boostu-teamleader-mcp": {
      "args": [
        "-y",
        "boostu-teamleader-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.boostu-teamleader-mcp]
command = "npx"
args = ["-y", "boostu-teamleader-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "boostu-teamleader-mcp": {
      "args": [
        "-y",
        "boostu-teamleader-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "boostu-teamleader-mcp": {
      "args": [
        "-y",
        "boostu-teamleader-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEAMLEADER_CLIENT_ID (Your Teamleader Focus integration Client ID), TEAMLEADER_CLIENT_SECRET (Your Teamleader Focus integration Client Secret), TEAMLEADER_REFRESH_TOKEN (OAuth2 refresh token from the one-time authorization), TEAMLEADER_TOKEN_STORE (Path to persist the rotated refresh token (default .teamleader-token)), TEAMLEADER_TOOLS (Comma-separated tool groups to enable (default: all groups)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Boostu Teamleader MCP

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
ClaudeR - RStudio MCP Server
by imnmv

Connect RStudio to AI assistants for interactive R coding and data analysis.

1 670 installs/wk local only
Zyfy MCP
by zyfy-uk

MCP server for Zyfy — UK postcode and vehicle intelligence for Claude and other AI agents

40 installs/wk local only
LeadDelta MCP Server
by leaddelta

MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

answering
Aruba Central MCP
by shigechika

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

323 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Mindmaps
by cloudmindmaps

Create and read mind maps on CloudMindMaps from Claude and other AI assistants.

75 installs/wk local only
Preflight
by newrelic-experimental

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

5 440 installs/wk local only

Boostu Teamleader MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Boostu Teamleader MCP?
Boostu Teamleader MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package boostu-teamleader-mcp was installed 56 times last week.
How do I connect Boostu Teamleader MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls boostu-teamleader-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Boostu Teamleader MCP?
The npm package boostu-teamleader-mcp was installed 56 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Boostu Teamleader MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.