Attio MCP Server

by hmk

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" } } } }

发展

先决条件

开始之前,请确保已安装以下软件:

  • Node.js(建议使用 v22 或更高版本)
  • npm
  • git
  • dotenv

设置开发环境

要设置开发环境,请按照以下步骤操作:

  1. 分叉存储库
    • 点击此仓库右上角的“Fork”按钮
    • 这将在您的 Github 帐户下创建您自己的存储库副本
  2. 克隆你的 Fork:
    git clone https://github.com/YOUR_USERNAME/attio-mcp-server.git cd attio-mcp-server
  3. 添加上游远程
    git remote add upstream https://github.com/hmk/attio-mcp-server.git
  4. 复制 dotenv 文件
    cp .env.template .env
  5. 安装依赖项:
    npm install
  6. 运行 watch 来保持 index.js 更新:
    npm run build:watch
  7. 启动模型上下文协议开发服务器:
    dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js
  8. 如果开发服务器未正确加载环境变量,请在 mcp 检查器的左侧设置ATTIO_API_KEY
-
security - not tested
A
license - permissive license
-
quality - not tested

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 的交互。

  1. Current Capabilities
    1. Usage
      1. Claude Desktop Configuration
    2. Development
      1. Prerequisites
      2. Setting up Development Environment

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.
      Last updated -
      4
      6
      Python
      MIT License
    • A
      security
      F
      license
      A
      quality
      An MCP server for Zoho Creator's Scaflog application that provides note management functionality with capabilities to store, access, and summarize notes.
      Last updated -
      1
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.
      Last updated -
      5
      Python
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.
      Last updated -
      101
      124
      3
      JavaScript
      MIT License

    View all related MCP servers

    ID: y261ps497t