Skip to content
Cursor

boostu teamleader mcp for Cursor

io.github.boostuagency/boostu-teamleader-mcp

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

client:Cursor transport:stdio runtime:npm

Install boostu teamleader mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "boostu-teamleader-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boostu-teamleader-mcp"
      ],
      "env": {
        "TEAMLEADER_CLIENT_ID": "<TEAMLEADER_CLIENT_ID>",
        "TEAMLEADER_CLIENT_SECRET": "<TEAMLEADER_CLIENT_SECRET>",
        "TEAMLEADER_REFRESH_TOKEN": "<TEAMLEADER_REFRESH_TOKEN>",
        "TEAMLEADER_TOKEN_STORE": "<TEAMLEADER_TOKEN_STORE>",
        "TEAMLEADER_TOOLS": "<TEAMLEADER_TOOLS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

boostu teamleader mcp in other clients