CRM コネクタ

21 個の事前設定済み CRM コネクタ — 合計 230 個の MCP ツール:Pipedrive CRM, Close CRM, Salesforce。認証情報を貼り付ければ、エージェントから呼び出せます。MCP サーバを書く必要はありません。

// カタログを検索
⌘K
21コネクタ
230MCP ツール総数
0認証情報なし
21
絞り込み
PC
Pipedrive CRM
CRM

Drive Pipedrive (CRM) from any AI agent: search and manage deals, persons, organizations, activities, pipelines, and stages. 18 ready-to-use tools covering the most common sales workflows. API-token auth via query string, no SDK, no OAuth dance.

22ツール
CC
Close CRM
CRM

Drive Close (sales-team CRM) from any AI agent: leads, contacts, opportunities, activities (calls/emails/SMS/notes), tasks, smart views and custom fields. 16 tools, API-key Basic-auth.

16ツール
Salesforce
CRM

Query Salesforce CRM via SOQL — accounts, contacts, opportunities, leads, cases. Create/update records, run dashboards & reports, transition pipeline stages. OAuth2 refresh-token flow.

14ツール
AT
Attio
CRM

Drive Attio (modern relationship-graph CRM) from any AI agent: records (people, companies, deals, custom objects), lists, tasks, notes. 12 tools, Bearer auth.

12ツール
CC
Copper CRM
CRM

Drive Copper (Google Workspace-native CRM) from any AI agent: people, companies, opportunities, leads, activities, tasks. 12 tools, API-token auth with email + token + appname headers.

12ツール
IN
Insightly
CRM

Drive Insightly (CRM + project management) from any AI agent: contacts, organisations, leads, opportunities, projects, tasks. 12 tools, Basic auth.

12ツール
Apollo.io
CRM

Drive Apollo.io (B2B sales platform with contact database + enrichment + sequences) from any AI agent: people search, organization search, contact CRUD, deal stages, sequences. 11 tools.

11ツール
LE
Lemlist
CRM

Drive Lemlist (cold email + multichannel outreach) from any AI agent: campaigns, leads (in-campaign prospects), team members, hooks. 11 tools, API-key Basic auth.

11ツール
OU
Outreach
CRM

Drive Outreach (sales engagement platform) from any AI agent: prospects, accounts, sequences, sequence enrollment, tasks, users. 11 tools, OAuth2 Bearer auth, JSON:API spec.

11ツール
SA
Salesloft
CRM

Drive Salesloft (sales engagement platform) from any AI agent: people, accounts, cadences, sequence enrollment, activities, custom fields. 11 tools, OAuth2 Bearer auth.

11ツール
BI
Bitrix24
CRM

Manage Bitrix24 (CRM + tasks + workgroups + chat) via inbound webhooks from any AI agent. 10 tools, webhook-URL auth.

10ツール
Zoho CRM
CRM

Manage Zoho CRM (leads, contacts, accounts, deals, tasks, notes, custom modules) from any AI agent. 10 tools, OAuth refresh-token auth.

10ツール
AC
Agile CRM
CRM

Manage Agile CRM (contacts, deals, tasks, notes, campaigns) from any AI agent. 9 tools, basic-auth with email + API key.

9ツール
FO
Folk
CRM

Drive Folk (modern relationship CRM) from any AI agent: people, companies, groups, deals, custom fields. 9 tools, Bearer auth.

9ツール
NI
Nimble
CRM

Manage Nimble CRM (contacts, activities, deals, tasks, notes) from any AI agent. 9 tools, OAuth2 auth.

9ツール
NC
Nutshell CRM
CRM

Manage Nutshell CRM (leads, contacts, accounts, activities, tasks) from any AI agent. 9 tools, basic-auth with API token.

9ツール
SA
Salesflare
CRM

Manage Salesflare CRM (contacts, accounts, opportunities, tasks, custom fields, tags) from any AI agent. 9 tools, API key header auth.

9ツール
ST
Streak
CRM

Manage Streak (CRM inside Gmail) pipelines, boxes, contacts, fields from any AI agent. 9 tools, basic-auth with API key.

9ツール
IN
Instantly
CRM

Drive Instantly (cold-email outreach platform) from any AI agent: leads, campaigns, lead lists, accounts (sending mailboxes). 8 tools, Bearer auth.

8ツール
LA
Less Annoying CRM
CRM

Manage Less Annoying CRM (contacts, companies, notes, tasks, pipelines) from any AI agent. 8 tools, dual-header API auth.

8ツール
MA
Mailshake
CRM

Drive Mailshake (cold email / sales engagement) from any AI agent: campaigns, recipients, leads, replies. 8 tools, Basic auth (API key as user).

8ツール

カテゴリーから探す

コントリビュート/~30 min

コネクタが足りない?JSON 一つで追加できます。

各アダプタは packages/backend/src/adapters/ 配下の単一 JSON ファイルです。既存をコピーしてエンドポイントと認証を差し替え、PR を開けば、ビルド時のパラメータ化テストで検証されます。

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}