Skip to main content
Glama
hmk
by hmk

attio-mcp-server

これはAIネイティブCRMであるAttio用のMCPサーバーです。MCPクライアント(Claudeなど)がAttio APIに接続できるようにします。

現在の機能

  • [x] 会社の記録を読む

  • [x] 会社のメモを読む

  • [x] 社内メモの作成

  • [ ] その他の活動

使用法

必要なもの:

  • ATTIO_API_KEY

これはベアラー トークンであることが想定されているため、右側のAPI エクスプローラーから取得するか、OAuth を構成して Attio API から取得することができます。

クロードデスクトップ構成

{
  "mcpServers": {
    "attio": {
      "command": "npx",
      "args": ["attio-mcp-server"],
      "env": {
        "ATTIO_API_KEY": "YOUR_ATTIO_API_KEY"
      }
    }
  }
}

Related MCP server: Attio Simple MCP Server

発達

前提条件

始める前に、以下がインストールされていることを確認してください。

  • Node.js(v22以上を推奨)

  • npm

  • ギット

  • ドテンヴ

開発環境の設定

開発環境をセットアップするには、次の手順に従います。

  1. リポジトリをフォークする

    • このリポジトリの右上隅にある「フォーク」ボタンをクリックします

    • これにより、Githubアカウントの下にリポジトリのコピーが作成されます。

  2. フォークのクローンを作成する:

    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. index.js を最新の状態に保つために watch を実行します。

    npm run build:watch
  7. モデル コンテキスト プロトコル開発サーバーを起動します。

    dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js
  8. 開発サーバーが環境変数を正しくロードしなかった場合は、mcp インスペクターの左側でATTIO_API_KEYを設定します。

Related MCP Connectors

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.
    686 npm
    Apache 2.0
  • 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.
    26 npm
    7
    MIT