MCP Server
MCP
io.github.boostuagency/boostu-teamleader-mcp
MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "boostu-teamleader-mcp",
"version": "2.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Teamleader Focus integration Client ID",
"isRequired": true,
"isSecret": true,
"name": "TEAMLEADER_CLIENT_ID"
},
{
"description": "Your Teamleader Focus integration Client Secret",
"isRequired": true,
"isSecret": true,
"name": "TEAMLEADER_CLIENT_SECRET"
},
{
"description": "OAuth2 refresh token from the one-time authorization",
"isRequired": true,
"isSecret": true,
"name": "TEAMLEADER_REFRESH_TOKEN"
},
{
"description": "Path to persist the rotated refresh token (default .teamleader-token)",
"name": "TEAMLEADER_TOKEN_STORE"
},
{
"description": "Comma-separated tool groups to enable (default: all groups)",
"name": "TEAMLEADER_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment