@lcapps/mcp-crm
Official@lcapps/mcp-crm
将你的 LCApps CRM 与 Claude 及其他 AI 助手连接。
你需要哪种方式
有两种连接方式,大多数人需要第一种。
连接器 | 本包 | |
你要做什么 | 粘贴一个地址 | 安装并编辑一个文件 |
需要了解什么 | 无需任何知识 | 管理客户端配置 |
查询和创建数据 | 是 | 是 |
PDF 保存在你的电脑上 | 否 | 是 |
从连接器开始。 如果以后需要将发票和报价保存为文件,再回到这里。
Related MCP server: capsulemcp
无需安装即可连接
你需要你的 CRM 地址。就是平时用的地址,把开头换成 mcp:
如果你进入 | 你的地址是 |
|
|
|
|
|
|
|
|
|
|
步骤:
打开 Claude 并进入其设置。
找到连接器部分,选择添加自定义连接器。
粘贴表格中的地址并保存。
Claude 会在浏览器中打开你的 CRM,让你登录并授权。这是你常用的会话,使用你的用户。
查看请求内容并接受。
完成。现在你可以询问关于客户、发票或支出的信息。
如果出现问题
你看到的情况 | 原因 |
“我无法访问任何内容” | 你的组织尚未启用智能体模块。请联系管理员。 |
没有显示客户、发票或任务 | 你的组织未订阅或未启用该 CRM 部分。 |
闲置一段时间后停止响应 | 连接在 30 分钟后超时。再次提问即可自动重新打开。 |
再次要求授权 | 如果时间过去较久,这是正常的。重新授权即可。 |
你只能看到你的用户在 CRM 中能看到的内容。连接不会赋予新的权限。
将文档保存到你的电脑
要实现这一点,确实需要本包。普通的连接器无法写入你的磁盘,因此 PDF 会出现在响应中并停留在那里。
此程序在你的电脑上运行,将对话转发到服务器,并保存接收到的文件,同时将文件路径告知 Claude。
你需要安装 Node.js。然后,在你的客户端配置中:
{
"mcpServers": {
"lcrm-int": {
"command": "npx",
"args": ["-y", "@lcapps/mcp-crm"],
"env": { "LCRM_MCP_URL": "https://mcp-int.lcrm.es/mcp" }
},
"lcrm-test": {
"command": "npx",
"args": ["-y", "@lcapps/mcp-crm"],
"env": { "LCRM_MCP_URL": "https://mcp-test.lcrm.es/mcp" }
},
"lcrm": {
"command": "npx",
"args": ["-y", "@lcapps/mcp-crm"],
"env": { "LCRM_MCP_URL": "https://mcp.lcrm.es/mcp" }
}
}
}三个条目可以同时启用。凭据按服务器保存,因此授权一个不会使其他服务器退出登录。
配置文件的位置:
macOS 上的 Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows 上的 Claude Desktop:
%APPDATA%\Claude\claude_desktop_config.jsonCursor:在其 MCP 设置中
--url https://…/mcp 可作为环境变量的替代方案。
授权
首次使用时,浏览器会打开以授权访问。本包注册为 OAuth 客户端,在 http://localhost:33420/callback 等待响应,并将凭据保存到 ~/.lcrm/credentials/<服务器>.json,权限为 0600。之后会重用刷新令牌,因此每个服务器只会打开一次浏览器。
你也可以手动启动:
LCRM_MCP_URL=https://mcp.lcrm.es/mcp npx -y @lcapps/mcp-crm login
LCRM_MCP_URL=https://mcp.lcrm.es/mcp npx -y @lcapps/mcp-crm logout文件保存位置
CRM 返回的文档保存在 ~/Downloads/lcrm-mcp/ 中,助手会收到路径。文件名来自 CRM 本身(如 budget_26_010.pdf 等),并缩减为单个安全段:服务器不决定写入位置。不会覆盖现有文件;会添加 -1、-2 后缀。
环境变量
变量 | 必填 | 默认值 | 用途 |
| 是 | — | 服务器地址,例如 |
| 否 |
| 文档保存位置 |
| 否 |
| 用于授权响应的本地端口 |
更改端口会改变回调地址,因此需要重新授权。
开发
npm install
npm run typecheck
npm test
npm run build许可证
MIT — 参见 LICENSE。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.109MIT
- AlicenseAqualityAmaintenanceCapsule CRM tools for Claude. Local install via npx, org-wide via Custom Connectors. Read-only mode supported.89412Apache 2.0
- AlicenseAqualityDmaintenanceEnables LLMs like Claude to interact with Pipedrive CRM data through a standardized interface, providing 22 tools for managing deals, persons, organizations, activities, and more.221MIT
- Alicense-qualityDmaintenanceConnects Claude Code with GoHighLevel CRM to manage contacts, pipelines, calendars, conversations, workflows, funnels, and forms via natural language.MIT
Related MCP Connectors
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lcapps-es/mcp-crm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server