这是一个专门为 Attio 的 AI 原生 CRM 服务的 MCP 服务器。它的主要价值在于允许 mcp 客户端(例如 Claude)连接到 Attio API,从而拓展了 Attio 的使用场景和功能。
你需要准备好 ATTIO_API_KEY,这预期是一个 bearer token。你可以通过 [API Explorer](https://developers.attio.com/reference/get_v2 - objects) 右侧获取,或者配置 OAuth 并通过 Attio API 检索。
{
"mcpServers": {
"attio": {
"command": "npx",
"args": ["attio - mcp - server"],
"env": {
"ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
}
}
}
}
在开始开发之前,请确保已经安装了以下内容:
要设置开发环境,请按照以下步骤操作:
git clone https://github.com/YOUR_USERNAME/attio - mcp - server.git
cd attio - mcp - server
git remote add upstream https://github.com/hmk/attio - mcp - server.git
cp.env.template.env
npm install
npm run build:watch
dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js
ATTIO_API_KEY。