attio-mcp-服务器
这是适用于 AI 原生 CRM Attio的 MCP 服务器。它允许 mcp 客户端(例如 Claude)连接到 Attio API。
当前能力
[x] 阅读公司记录
[x] 阅读公司笔记
[x] 撰写公司笔记
[ ] 其他活动
用法
您将需要:
ATTIO_API_KEY
这应该是一个承载令牌,这意味着您可以通过右侧的API Explorer获取一个,或者配置 OAuth 并通过 Attio API 检索一个。
Claude桌面配置
发展
先决条件
开始之前,请确保已安装以下软件:
Node.js(建议使用 v22 或更高版本)
npm
git
dotenv
设置开发环境
要设置开发环境,请按照以下步骤操作:
分叉存储库
点击此仓库右上角的“Fork”按钮
这将在您的 Github 帐户下创建您自己的存储库副本
克隆你的 Fork:
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复制 dotenv 文件
cp .env.template .env安装依赖项:
npm install运行 watch 来保持 index.js 更新:
npm run build:watch启动模型上下文协议开发服务器:
dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js如果开发服务器未正确加载环境变量,请在 mcp 检查器的左侧设置
ATTIO_API_KEY
。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
允许 MCP 客户端通过 Attio API 读取和写入公司记录和注释,从而促进与 Attio CRM 的交互。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated -47MIT License
- AsecurityFlicenseAqualityA MCP server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.Last updated -6
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Attio CRM data, supporting operations for companies, people, lists, and tasks through natural language queries.Last updated -3310320
- AsecurityAlicenseAqualityEnables interaction with ACOMO API through MCP tools and resources. Provides comprehensive API exploration, operation calling, and schema inspection capabilities for ACOMO backend services.Last updated -81MIT License