Attio MCP Server
attio-mcp-服务器
这是适用于 AI 原生 CRM Attio的 MCP 服务器。它允许 mcp 客户端(例如 Claude)连接到 Attio API。
当前能力
[x] 阅读公司记录
[x] 阅读公司笔记
[x] 撰写公司笔记
[ ] 其他活动
用法
您将需要:
ATTIO_API_KEY
这应该是一个承载令牌,这意味着您可以通过右侧的API Explorer获取一个,或者配置 OAuth 并通过 Attio API 检索一个。
Claude桌面配置
{
"mcpServers": {
"attio": {
"command": "npx",
"args": ["attio-mcp-server"],
"env": {
"ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
}
}
}
}Related MCP server: Attio MCP Server
发展
先决条件
开始之前,请确保已安装以下软件:
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
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Attio CRM through natural language, providing comprehensive CRM management including companies, people, lists, tasks, pipelines, and batch operations with advanced filtering capabilities.474Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with Attio CRM through natural language, providing complete access to companies, people, deals, tasks, lists, notes, and records with advanced search, batch operations, and relationship management.474
- FlicenseAqualityDmaintenanceIntegrates Attio CRM with AI clients to manage companies, people, and notes through 14 specialized tools. It supports dynamic schema discovery, enabling users to search, create, and update records within their Attio workspace.141
- AlicenseNot gradedqualityDmaintenanceProvides seamless access to the Attio API for AI assistants like Claude and Cursor, enabling interaction with objects, records, tasks, notes, and more through human-readable tools.428MIT
Related MCP Connectors
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
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/hmk/attio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server