Attio MCP Server 是专为 AI 原生 CRM Attio 打造的模型上下文协议(MCP)服务器。该服务器能让 Claude 等 AI 助手直接与你的 Attio 数据进行交互,实现对话式 AI 与 CRM 的无缝集成。
向 Claude 询问关于 Attio 数据的自然语言问题:
"Find all technology companies in our CRM"
"Add a note to Acme Corporation about our recent product demo"
"Show me all contacts from Microsoft who were added this month"
"Add Sarah Johnson's new phone number: +1-555-123-4567"
npm install attio-mcp-server
{
"mcpServers": {
"attio": {
"command": "npx",
"args": ["attio-mcp-server"],
"env": {
"ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
}
}
}
}
完整的文档可在 docs 目录 中查看:
欢迎贡献代码!请参考 贡献指南 了解如何提交拉取请求、报告问题和提出改进建议。
本项目采用 BSD 3-Clause 许可证,详情请参阅 LICENSE 文件。