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

评论

其他 分类下的更多 MCP 服务器