No install? Use cloud.anythingmcp.com directly.
Sign in, install the Less Annoying CRM in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Less Annoying CRM をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Less Annoying CRM + ChatGPT
Manage Less Annoying CRM (contacts, companies, notes, tasks, pipelines) from any AI agent. 8 tools, dual-header API auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
LACRM_USER_CODE, LACRM_API_TOKEN
ステップ 1 — 認証情報を取得
This connector wraps the Less Annoying CRM API (api.lessannoyingcrm.com).
Setup:
- Sign in to https://www.lessannoyingcrm.com → top-right avatar → My Account → API → Create new API key.
- Note both the
UserCode(your LACRM user code) and theAPI Token. - Set
LACRM_USER_CODEandLACRM_API_TOKEN.
Authentication: LACRM uses a POST-only API — every call is POST / with UserCode, APIToken, Function and Parameters (JSON-stringified) as form fields. The adapter wraps this so each tool exposes a normal interface and hides the unusual envelope.
…(continued in the in-app connector instructions)
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
Less Annoying CRM - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| Tool | What it does |
|---|---|
lacrm_search_contacts | Search contacts by name, email, phone, etc |
lacrm_get_contact | Get a single contact by LACRM Contact ID |
lacrm_create_contact | Create a contact |
lacrm_update_contact | Update a contact — pass ContactId + only the fields to change |
lacrm_create_note | Add a note to a contact |
lacrm_create_task | Create a task assigned to one or more users, optionally linked to a contact |
lacrm_get_pipeline_report | Get the pipeline (opportunities) report |
lacrm_get_custom_fields | List all custom fields defined in the account — returns id, name, type |
FAQ
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。