MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.
MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants. Exposed over MCP by the boostu mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
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, and more. Point your AI at it and manage your entire CRM through natural language.
Everything the assistant can do here goes through one of these:
Cursor — Add to .cursor/mcp.json in your project root (or the global ~/.cursor/mcp.json):Windsurf — The Windsurf tool exposed by this serverContacts — The Contacts tool exposed by this serverCompanies — The Companies tool exposed by this serverDeals — The Deals tool exposed by this serverTasks — The Tasks tool exposed by this serverEvents — The Events tool exposed by this serverInvoices — The Invoices tool exposed by this serverQuotations — The Quotations tool exposed by this serverProducts — The Products tool exposed by this serverOrganisation — The Organisation tool exposed by this serverSubscriptions — The Subscriptions tool exposed by this serverYou will need 3 environment variables: TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Boostu's toolset — Cursor, Windsurf, Contacts and 11 more — is a fair guide to whether it matches your workflow. It is maintained by boostuagency; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Cursor | Add to .cursor/mcp.json in your project root (or the global ~/.cursor/mcp.json): |
| Windsurf | The Windsurf tool exposed by this server. |
| Contacts | The Contacts tool exposed by this server. |
| Companies | The Companies tool exposed by this server. |
| Deals | The Deals tool exposed by this server. |
| Tasks | The Tasks tool exposed by this server. |
| Events | The Events tool exposed by this server. |
| Invoices | The Invoices tool exposed by this server. |
| Quotations | The Quotations tool exposed by this server. |
| Products | The Products tool exposed by this server. |
| Organisation | The Organisation tool exposed by this server. |
| Subscriptions | The Subscriptions tool exposed by this server. |
| Projects | The Projects tool exposed by this server. |
| Tickets | The Tickets tool exposed by this server. |
{
"mcpServers": {
"teamleader": {
"command": "npx",
"args": ["-y", "boostu-teamleader-mcp"],
"env": {
"TEAMLEADER_CLIENT_ID": "your-client-id",
"TEAMLEADER_CLIENT_SECRET": "your-client-secret",
"TEAMLEADER_REFRESH_TOKEN": "your-refresh-token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TEAMLEADER_CLIENT_ID | Configuration value read at startup. | Optional |
| TEAMLEADER_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| TEAMLEADER_REFRESH_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.