Back to directory
attio-mcp-server

attio-mcp-server

@hmk13

This is an MCP server for [Attio](https://attio.com/), the AI-native CRM. It allows mcp clients (like Claude) to connect to the Attio API.

mcpattiocrmcloud

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2025/7/23
Updated
2025/7/23