PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serverscustomer-data-platformsmonica-mcp
返回「customer-data-platforms」

monica-mcp

modelscope·@Jacob-Stokes/monica-mcp

customer-data-platforms0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Monica CRM MCP Server

A Model Context Protocol (MCP) server that lets assistants such as Claude Desktop read from and write to any Monica CRM instance. It wraps Monica's REST API with a handful of assistant-friendly tools and resources so you can search contacts, inspect timelines, capture notes, and keep on top of tasks without leaving the chat.

Features

  • Contact search & summaries find people by name/email and return normalized details with custom fields.
  • Contact management create, update, or delete contacts without leaving the assistant.
  • Contact info management view contact summaries, update profile details, and manage communication fields/addresses from one tool.
  • Activity tracking capture meetings/outings and review recent shared history.
  • Automatic ID resolution look up genders, countries, contact field types, activity types, and relationship types by name when executing tools.
  • Metadata browser inspect Monica catalogs (genders, countries, activity types, etc.) from one consolidated tool when you need raw IDs.
  • Stay-on-track actions create or update tasks and reminders together without juggling multiple tools.
  • Financial tracking log Monica gifts and debts through one shared tool.
  • Relationship management inspect existing links or connect two contacts with the right type.
  • Conversation logging capture message threads with contacts and keep channel context.
  • Call logging track phone conversations with quick notes and timestamps.
  • Group management curate contact groups and review who belongs in them.
  • Reminder scheduling set recurring nudges so you follow up with people on time.
  • Task management add follow-ups, update status, or retarget tasks to the right contact.
  • Note capture create and manage journal notes from assistant prompts.
  • Tag system organize and categorize contacts with custom tags.
  • Contact resources stream Monica contact profiles and recent notes as MCP resources.
  • Task visibility surface open/completed tasks globally or per contact.
  • Connectivity probe quick health check tool for debugging credentials.

Prerequisites

  • Node.js 18 or newer.
  • A Monica CRM instance (self-hosted or hosted) with an API token.
  • Optional: legacy user token if you still rely on X-Auth-Token/X-User-Token auth.

Installation

npm install

Configuration

Create a .env file (or set environment variables another way) with at least:

MONICA_API_TOKEN=your-token
# Defaults to https://app.monicahq.com; change for self-hosted instances
MONICA_BASE_URL=https://app.monicahq.com
# one of: bearer (default), apiKey, legacy
MONICA_TOKEN_TYPE=bearer
# Required only when MONICA_TOKEN_TYPE=legacy
MONICA_USER_TOKEN=optional-legacy-user-token
# Optional pino log level (fatal|error|warn|info|debug|trace|silent)
LOG_LEVEL=info

Running the server

  • Develop: npm run dev
  • Type-check: npm run typecheck
  • Build: npm run build
  • Start (compiled): npm run start

The dev script launches the MCP server over stdio with live reload for local testing (e.g. using mcp-cli).

Claude Desktop integration

Add the provider to your Claude Desktop ~/.claude-desktop/config.json (or the equivalent per-platform path):

{
  "mcpServers": {
    "monica-crm": {
      "command": "node",
      "args": ["/absolute/path/to/monica-crm-mcp/dist/index.js"],
      "env": {
        "MONICA_API_TOKEN": "your-token",
        "MONICA_BASE_URL": "https://app.monicahq.com"
      }
    }
  }
}

For development, you can swap node dist/index.js with npm run dev --silent to use the TypeScript entry point directly.

Tools exposed

This Monica MCP server provides 21 tools covering the most common CRM operations:

ToolPurpose
Core Contact Management
monica_search_contactsSearch Monica CRM contacts by name, nickname, or email. Returns contact IDs and basic info for downstream tools.
monica_list_contactsRetrieve paginated contact lists without a search query. Supports multiple detail tiers and optional filters (gender, tags, communication touch points).
monica_manage_contactRetrieve summaries or manage profile fields, communication details, and addresses with a single section parameter.
monica_manage_contact_profileSimplified wrapper to create/update/delete contact profiles (delegates to monica_manage_contact with section="profile").
monica_manage_contact_fieldSimplified wrapper to list/get/create/update/delete contact fields like email and phone (delegates to monica_manage_contact with section="field").
monica_manage_contact_addressSimplified wrapper to list/get/create/update/delete contact addresses (delegates to monica_manage_contact with section="address").
monica_manage_contact_field_typeManage Monica contact field types (list/get/create/update/delete) so you can add new social or custom field types like "Instagram".
monica_manage_contact_tagsManage tag assignments for a contact (list/append/remove) so you can attach labels like "Close Friend".
Communication & Interactions
monica_manage_conversationManage conversations and their messages (list/get/create/update/delete plus message add/update/remove). Channel can be supplied by ID or name.
monica_manage_callLog calls with contacts (list/get/create/update/delete) to capture quick phone notes.
monica_manage_activityTrack meetings/events with contacts. Accepts either activityTypeId or activityTypeName.
monica_manage_noteList, inspect, create, update, or delete notes attached to a contact.
Planning & Follow-ups
monica_manage_task_reminderManage Monica tasks and reminders togetherchoose the item type to list/get/create/update/delete either resource.
monica_manage_financial_recordManage Monica gifts and debts …

相关 MCP Servers(来自「customer-data-platforms」)

mailmodo

暂无描述。

@mailmodo/mailmodo-mcp

RayanZaki

暂无描述。

@RayanZaki/mcp-google-contacts-server

Salesforce MCP服务

一种MCP服务器实现,它将克劳德与Salesforce集成在一起, enables使用自然语言与Salesforce数据和元数据进行交互,以查询、修改和管理对象和记录。

@tsmztech/mcp-server-salesforce

Salesforce MCP智能服务器

一种MCP服务器实现,它将克劳德与Salesforce集成,从而能够以自然语言与Salesforce的数据和元数据进行交互,以查询、修改和管理对象和记录。

@SurajAdsul/mcp-server-salesforce

attio-mcp-server

暂无描述。

@arjunkmrm/attio-mcp-server

avivshafir

暂无描述。

@avivshafir/trykittai-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/jacob-stokes-monica-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install

基本信息

分类
customer-data-platforms / content-management-systems / app-automation
运行方式
No
许可证
Unknown
详情文件
jacob-stokes-monica-mcp.md