← Index

Attio MCP Server

io.github.kesslerio/attio-mcp-server·v1.5.0·CRM & Sales
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "attio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "attio-mcp"
      ],
      "env": {
        "ATTIO_API_KEY": "<your-attio_api_key>",
        "ATTIO_WORKSPACE_ID": "<attio_workspace_id>",
        "ATTIO_MCP_TOOL_MODE": "<attio_mcp_tool_mode>",
        "MCP_LOG_LEVEL": "<mcp_log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "attio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "attio-mcp"
      ],
      "env": {
        "ATTIO_API_KEY": "<your-attio_api_key>",
        "ATTIO_WORKSPACE_ID": "<attio_workspace_id>",
        "ATTIO_MCP_TOOL_MODE": "<attio_mcp_tool_mode>",
        "MCP_LOG_LEVEL": "<mcp_log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y attio-mcp
§02  Environment variables
ATTIO_API_KEY
requiredsecret

Your Attio API key (required for all tools except health-check)

ATTIO_WORKSPACE_ID

Optional Attio workspace ID for workspace-specific operations

ATTIO_MCP_TOOL_MODE

Tool mode: 'full' (all tools) or 'search' (search tools only). Default: 'full'

MCP_LOG_LEVEL

Logging level: 'DEBUG', 'INFO', 'WARN', 'ERROR'. Default: 'INFO'

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in CRM & Sales