Skip to content
Grok

Attio MCP Server for Grok

io.github.kesslerio/attio-mcp-server

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

client:Grok transport:stdio runtime:npm

Install Attio MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "attio-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "attio-mcp"
      ],
      "env": {
        "ATTIO_API_KEY": "<ATTIO_API_KEY>",
        "ATTIO_WORKSPACE_ID": "<ATTIO_WORKSPACE_ID>",
        "ATTIO_MCP_TOOL_MODE": "<ATTIO_MCP_TOOL_MODE>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Attio MCP Server in other clients