boostu-teamleader-mcp
About
MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TEAMLEADER_CLIENT_ID TEAMLEADER_CLIENT_SECRET TEAMLEADER_REFRESH_TOKEN TEAMLEADER_TOKEN_STORE TEAMLEADER_TOOLSClaude Code
claude mcp add --env TEAMLEADER_CLIENT_ID= --env TEAMLEADER_CLIENT_SECRET= --env TEAMLEADER_REFRESH_TOKEN= --env TEAMLEADER_TOKEN_STORE= --env TEAMLEADER_TOOLS= boostu-teamleader-mcp -- npx boostu-teamleader-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"boostu-teamleader-mcp","command":"npx","args":["boostu-teamleader-mcp"],"env":{"TEAMLEADER_CLIENT_ID":"","TEAMLEADER_CLIENT_SECRET":"","TEAMLEADER_REFRESH_TOKEN":"","TEAMLEADER_TOKEN_STORE":"","TEAMLEADER_TOOLS":""}}'
JSON
{
"mcpServers": {
"boostu-teamleader-mcp": {
"command": "npx",
"args": [
"boostu-teamleader-mcp"
],
"env": {
"TEAMLEADER_CLIENT_ID": "",
"TEAMLEADER_CLIENT_SECRET": "",
"TEAMLEADER_REFRESH_TOKEN": "",
"TEAMLEADER_TOKEN_STORE": "",
"TEAMLEADER_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.