Connector guide2-minute read9 MCP toolsEN · DE · IT

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

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

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

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

EspoCRM

EspoCRM

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

ツール

9

地域

INTL

カテゴリー

CRM

認証

API Key

必要な環境変数

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

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

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

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

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

無料トライアルを開始

Summary

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

こう聞いてみよう

EspoCRM のサンプルプロンプト

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

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

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

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

EspoCRM + Cursor

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

前提条件

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

ESPOCRM_URL, ESPOCRM_API_KEY

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

Getting a key

  1. In EspoCRM go to Administration → API Users and create an API user. Choose API Key authentication (not HMAC — this adapter sends the plain key).
  2. Assign a role that grants read access to the entities the agent should see. EspoCRM enforces roles per entity and per field, so a restricted role produces fewer rows and fewer columns rather than an error.
  3. Copy the generated key into ESPOCRM_API_KEY and set ESPOCRM_URL to your instance root (no trailing slash, no /api/v1).

The header is X-Api-Key.

…(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 を開き、EspoCRM が "Connected" として表示されることを確認。
  4. チャット開始 — EspoCRM のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
espocrm_get_app_userRead the API user this key belongs to, with their roles and the entity permissions they carry
espocrm_list_entitiesList records of any entity type with a single where clause
espocrm_get_entityRead one record of any entity type by id, with every attribute the API user's role permits
espocrm_list_accountsList accounts — the customer companies — with their name, industry, website, phone, billing city and assigned user
espocrm_list_contactsList contacts with their name, account, e-mail, phone and title, to find the person before logging an interaction against them
espocrm_list_opportunitiesList opportunities with their name, account, amount, stage, probability and close date — the sales-pipeline view
espocrm_list_leadsList leads with their name, company, status, source, e-mail and phone — the top of the funnel, before conversion into an account
espocrm_list_casesList support cases with their number, subject, status, priority, account and assigned user
espocrm_get_relatedList the records linked to one record — the contacts on an account, the opportunities on a contact, the activities on anything

FAQ

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

次のステップ

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

Your EspoCRM agent is one click away.

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

関連ガイド

connectors

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

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

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

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

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

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

connectors

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

EspoCRM open-source CRM: accounts, contacts, leads, opportunities, cases, calls, meetings and tasks, plus a generic entity route for custom entities. API-key auth against your own instance.

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.