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.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Less Annoying CRM, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Less Annoying CRM
Manage Less Annoying CRM (contacts, companies, notes, tasks, pipelines) from any AI agent. 8 tools, dual-header API auth.
Setup
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)
Prerequisiti: LACRM_USER_CODE, LACRM_API_TOKEN
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli Less Annoying CRM e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| 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 |