Home › Other › Attio MCP Server

Attio MCP Server

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

TypeScript
★ 69 stars Last pushed 2026-09-23 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.7.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "attio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ATTIO_API_KEY": "<YOUR_VALUE>",
        "ATTIO_WORKSPACE_ID": "<YOUR_VALUE>",
        "ATTIO_MCP_TOOL_MODE": "<YOUR_VALUE>",
        "MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ATTIO_API_KEY required secret — 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'

This repository has 3 servers listed in the Official MCP Registry.

Other names: ai.smithery/kesslerio-attio-mcp-server, ai.smithery/kesslerio-attio-mcp-server-beta

Related servers

Data from the Official MCP Registry