Attio MCP Server
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
ギット
ドテンヴ
開発環境の設定
開発環境をセットアップするには、次の手順に従います。
リポジトリをフォークする
このリポジトリの右上隅にある「フォーク」ボタンをクリックします
これにより、Githubアカウントの下にリポジトリのコピーが作成されます。
フォークのクローンを作成する:
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.gitdotenvファイルをコピーする
cp .env.template .env依存関係をインストールします:
npm installindex.js を最新の状態に保つために watch を実行します。
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 deployed
Maintenance
Related MCP Connectors
Automate Attio CRM workflows with fast search and bulk operations across companies, people, deals,…
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
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.686 npmApache 2.0
- 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.26 npm7MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to interact with the Attio API, enabling management of resources in an Attio workspace.5-