Connector guide2-minute read10 MCP toolsEN · DE · IT

Teamleader Focus を Cursor に接続する方法 — MCP 経由

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

Teamleader Focus

Teamleader Focus

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

ツール

10

地域

BE

カテゴリー

CRM

認証

OAuth 2.0

必要な環境変数

TEAMLEADER_CLIENT_IDTEAMLEADER_CLIENT_SECRETTEAMLEADER_REFRESH_TOKEN
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Teamleader Focus をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

こう聞いてみよう

Teamleader Focus のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Teamleader Focus · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Teamleader Focus をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Teamleader Focus + Cursor

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET, TEAMLEADER_REFRESH_TOKEN

ステップ 1 — 認証情報を取得

Getting a token

  1. Register an integration in the Teamleader Marketplace developer area (developer.teamleader.eu). You receive a client id and client secret.
  2. Run the authorization-code flow once for the account and keep the refresh token — Teamleader's access tokens last one hour.
  3. Set TEAMLEADER_CLIENT_ID, TEAMLEADER_CLIENT_SECRET and TEAMLEADER_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.

…(continued in the in-app connector instructions)

ステップ 2 — アダプターをインストール

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、Teamleader Focus が "Connected" として表示されることを確認。
  4. チャット開始 — Teamleader Focus のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
teamleader_get_meRead the user the token belongs to, with their name, e-mail, language and account
teamleader_list_companiesList client companies with their name, VAT number, address and tags
teamleader_get_companyRead one company in full: addresses, VAT number, payment terms, custom fields, tags and the account manager
teamleader_list_contactsList individual contacts with their name, e-mail, phone and the companies they are linked to
teamleader_list_dealsList deals with their title, customer, value, phase and expected closing date — the sales-pipeline view
teamleader_get_dealRead one deal in full: its value, phase, source, responsible user, linked quotations and the full phase history
teamleader_list_invoicesList invoices with their number, date, due date, customer, totals and payment status — the receivables view
teamleader_list_projectsList projects with their title, customer, status, budget and the milestones they are broken into
teamleader_list_time_trackingList tracked time entries with their user, date, duration, project and invoiceability — the raw data behind 'how much did we spend on this c
teamleader_list_quotationsList quotations with their deal, total, status and validity date, to see what is out with prospects and not yet accepted

FAQ

Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

Your Teamleader Focus agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

関連ガイド

connectors

Teamleader Focus を ChatGPT に接続する方法 — MCP 経由

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

connectors

Teamleader Focus を Claude に接続する方法 — MCP 経由

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

connectors

Teamleader Focus を Gemini に接続する方法 — MCP 経由

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

connectors

Teamleader Focus を MCP に — あらゆる AI エージェントから Teamleader Focus を操作

Teamleader Focus — the Belgian CRM, project and invoicing suite: companies, contacts, deals, projects, time tracking, invoices and quotations. REST API, OAuth 2.0, everything over POST.

connectors

AFAS Profit を Cursor に接続する方法 — MCP 経由

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を Cursor に接続する方法 — MCP 経由

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.