Skip to main content
Glama
hmk
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"
      }
    }
  }
}

Related MCP server: Attio MCP Server

发展

先决条件

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

  • 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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    474
    Apache 2.0
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    42
    8
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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