← Back to browse

Attio MCP Server

Indexed by io.github.kesslerio

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsATTIO_API_KEY ATTIO_WORKSPACE_ID ATTIO_MCP_TOOL_MODE MCP_LOG_LEVEL
Claude Code
claude mcp add --env ATTIO_API_KEY= --env ATTIO_WORKSPACE_ID= --env ATTIO_MCP_TOOL_MODE= --env MCP_LOG_LEVEL= attio-mcp-server -- npx attio-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"attio-mcp-server","command":"npx","args":["attio-mcp"],"env":{"ATTIO_API_KEY":"","ATTIO_WORKSPACE_ID":"","ATTIO_MCP_TOOL_MODE":"","MCP_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "attio-mcp-server": {
      "command": "npx",
      "args": [
        "attio-mcp"
      ],
      "env": {
        "ATTIO_API_KEY": "",
        "ATTIO_WORKSPACE_ID": "",
        "ATTIO_MCP_TOOL_MODE": "",
        "MCP_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.