インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、TeamSystem をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
Summary
TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.
こう聞いてみよう
TeamSystem のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → TeamSystem をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
TeamSystem + Cursor
TeamSystem — Italy's largest business-software group — over the TeamSystem Digital / Enterprise APIs: customers, invoices, items and documents. OAuth 2.0. Partner credentials required.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
TEAMSYSTEM_CLIENT_ID, TEAMSYSTEM_CLIENT_SECRET, TEAMSYSTEM_TENANT_ID
ステップ 1 — 認証情報を取得
Partner credentials required. TeamSystem's APIs are published through its developer portal but issued per integration partner and per product line (TeamSystem Enterprise, TS Digital, Alyante, …). You will not find a self-service key in the product UI, and there is no public sandbox — which is why this adapter ships unverified.
Setup
- Register at developer.teamsystem.com and have your TeamSystem partner enable the APIs for your customer's tenant.
- Create an application and note the client id and client secret.
- Note the tenant id that scopes your customer's data. Set
TEAMSYSTEM_CLIENT_ID,TEAMSYSTEM_CLIENT_SECRETandTEAMSYSTEM_TENANT_ID.
…(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" }
}
}
}
- AnythingMCP の Profile → MCP API Keys → New Key で MCP API key を取得。
- ファイルを保存し Cursor を再起動。
- Cursor → Settings → MCP を開き、
TeamSystemが "Connected" として表示されることを確認。 - チャット開始 —
TeamSystemのすべてのツールが呼び出し可能になります。
利用可能なツール
| Tool | What it does |
|---|---|
teamsystem_list_customers | List customers with their name, partita IVA, codice fiscale and address |
teamsystem_get_customer | Read one customer in full: registered and billing addresses, tax data, payment terms and the e-invoice routing code |
teamsystem_list_suppliers | List suppliers with their name, partita IVA and address, for the purchasing side of the ledger |
teamsystem_list_invoices | List invoices in a date range with their number, date, customer, total and e-invoice status in the Sistema di Interscambio |
teamsystem_get_invoice | Read one invoice in full: every line with its VAT rate, the totals, the payment schedule and the e-invoice transmission record |
teamsystem_list_items | List items and services from the catalogue with their code, description, unit, price and VAT rate |
FAQ
Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。
次のステップ
このガイドは役に立ちましたか?