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 key — готово. Без Docker, без
git clone, без локального сервера.
Less Annoying CRM + Claude
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 — Добавьте коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
Less Annoying CRM - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- 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
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.