MCP.so
ログイン

attio-mcp-server

@MCP-Mirror

attio-mcp-server について

Mirror of

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is attio-mcp-server?

attio-mcp-server is an MCP (Model Context Protocol) server for Attio, an AI-native CRM. It allows MCP clients, such as Claude, to connect to the Attio API and interact with company data.

How to use attio-mcp-server?

Provide a valid ATTIO_API_KEY as a bearer token, obtainable from the Attio API Explorer. For Claude Desktop, add the server configuration to your mcpServers JSON block, using npx to run attio-mcp-server and setting the ATTIO_API_KEY environment variable.

Key features of attio-mcp-server

  • Read company records from Attio
  • Read company notes from Attio
  • Write company notes to Attio
  • MCP protocol integration for AI clients
  • Single API key authentication

Use cases of attio-mcp-server

  • Retrieve company records and notes during AI-powered conversations
  • Add new notes to company records directly from an MCP client
  • Query Attio company data using natural language

FAQ from attio-mcp-server

What API key is required?

You need an ATTIO_API_KEY configured as a bearer token. This can be obtained via the Attio API Explorer or through OAuth.

Which Attio objects can attio-mcp-server access?

Currently, it supports reading company records and company notes, and writing company notes. Other Attio objects are not yet supported.

What are the runtime requirements?

Node.js (recommended v22 or higher), npm, git

コメント

「その他」の他のコンテンツ