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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Less Annoying CRM, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Less Annoying CRM
Manage Less Annoying CRM (contacts, companies, notes, tasks, pipelines) from any AI agent. 8 tools, dual-header API auth.
Configuración
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)
Requisitos previos: LACRM_USER_CODE, LACRM_API_TOKEN
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige Less Annoying CRM e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| 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 |