Connector guide2-minute read10 MCP toolsEN · DE · IT

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

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

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

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

Sellsy

Sellsy

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

ツール

10

地域

FR

カテゴリー

CRM

認証

OAuth 2.0

必要な環境変数

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

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

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

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

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

無料トライアルを開始

Summary

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

こう聞いてみよう

Sellsy のサンプルプロンプト

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

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

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

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

Sellsy + Claude

Sellsy — French CRM and invoicing: companies, contacts, opportunities, invoices, estimates, items and payments. REST API v2, OAuth 2.0 client credentials.

前提条件

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

SELLSY_CLIENT_ID, SELLSY_CLIENT_SECRET

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

Getting credentials

  1. Sign in to Sellsy, open Paramètres → API and create an application in the developer area.
  2. Choose the client credentials flow — it authorises the application against your own account with no browser consent step. You receive a client id and client secret.
  3. Set SELLSY_CLIENT_ID and SELLSY_CLIENT_SECRET. AnythingMCP mints and refreshes the access token on its own.

This is API v2, at https://api.sellsy.com/v2. Sellsy's v1 was an entirely different, single-endpoint RPC API — if you find an example that POSTs everything to one URL with a request parameter, that is v1 and it does not apply here.

…(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 — Claude にコネクタを追加

推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。

  1. claude.ai/customize/connectors を開きます。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Sellsy
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New Key)
  4. Connect をクリックして認可。

下記のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

ToolWhat it does
sellsy_list_companiesList client companies with their name, SIRET, VAT number, address and owner
sellsy_search_companiesSearch companies with Sellsy's filter object — far more expressive than the plain list
sellsy_get_companyRead one client company in full: addresses, contacts, tax identifiers, rating and the notes recorded against it
sellsy_list_contactsList individual contacts with their name, e-mail, phone, position and the company they belong to
sellsy_list_invoicesList invoices with their number, date, due date, client, net and gross totals and payment status — the receivables view
sellsy_search_invoicesSearch invoices with Sellsy's filter object — by status, date range, client or amount
sellsy_get_invoiceRead one invoice in full: every row with its quantity, unit price, discount and VAT, the totals and the payments applied against it
sellsy_list_estimatesList estimates (devis) with their number, date, client, total and acceptance status — what is out with prospects and not yet won
sellsy_list_opportunitiesList CRM opportunities with their name, client, amount, funnel step and expected close date — the pipeline view
sellsy_list_itemsList catalogue items with their reference, name, unit price, VAT rate and stock tracking flag

FAQ

Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。

次のステップ

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

Your Sellsy agent is one click away.

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

関連ガイド