Attio logo
CRM & SalesAuth: OAuthHosting: Official hosted

Attio MCP Server

Connect AI agents to your Attio CRM — search, read, create, and update people, companies, deals, and tasks.

Updated

What is Attio MCP?

The Attio MCP server is a Model Context Protocol server that lets AI assistants and agents securely read and write data in your Attio CRM workspace — people, companies, deals, lists, notes, tasks, comments, and more — using natural language.

It is Attio's own officially hosted, remote server, available at https://mcp.attio.com/mcp. There's nothing to deploy or self-host: you connect a compatible MCP client to that URL and authenticate via OAuth using your existing Attio credentials, so no API keys are required. Once connected, the agent acts as your Attio user with access to your workspace data, and sessions can be revoked from your Attio account settings at any time.

Because Attio is an AI-native CRM, the MCP server exposes structured tools for searching and managing records, working with lists, creating notes and tasks, and even running basic reports — making it a natural backbone for sales and revenue-ops automations driven by AI agents.

Tools the Attio MCP server exposes

ToolWhat it does
search-recordsSearch for records (people, companies, deals) across your workspace.
list-recordsList records of a given object type.
get-records-by-idsRetrieve specific records by their IDs.
create-recordCreate a new record such as a person, company, or deal.
upsert-recordCreate or update a record based on matching criteria.
update-recordUpdate fields on an existing record.
create-noteCreate a note attached to a record.
create-taskCreate a task in the workspace.
add-record-to-listAdd a record to an Attio list.
run-basic-reportRun a basic aggregate report over workspace data.

Connect the Attio MCP server

Claude / Claude Code

  1. 1

    Add the remote server

    Run: claude mcp add --transport http attio https://mcp.attio.com/mcp

  2. 2

    Authenticate via OAuth

    Start Claude Code and trigger the Attio connection; complete the OAuth login with your Attio credentials in the browser when prompted.

  3. 3

    Verify the connection

    Run /mcp in Claude Code to confirm Attio is connected, then ask the agent to search or create a record.

In Claude Desktop / Claude.ai you can instead use Settings -> Connectors -> Browse connectors and install Attio with one click.

Cursor

  1. 1

    Open MCP settings

    In Cursor, go to Settings -> MCP (Tools & Integrations) and choose to add a new MCP server.

  2. 2

    Add the Attio server

    Add a remote (HTTP) server with URL https://mcp.attio.com/mcp.

  3. 3

    Complete OAuth

    Cursor will prompt you to authenticate; sign in with your Attio account to authorize access to your workspace.

  4. 4

    Use it

    Once connected, ask Cursor's agent to search, create, or update Attio records.

Security & permissions

Authentication uses OAuth with your existing Attio credentials — no API keys are created or stored. After you authorize, the agent is authenticated as your Attio user and inherits your access to workspace data, meaning it can search, read, create, and update records (people, companies, deals), lists, notes, tasks, and comments on your behalf. Grant access only to clients and agents you trust, and revoke any session from your Attio account settings when it's no longer needed. Attio also applies per-workspace, tiered rate limits to tool calls.

Using Attio MCP with Gamut

In Gamut, you connect Attio once and a Gamut agent can then call the Attio MCP server as a tool inside automated, event- or schedule-triggered workflows — for example, enriching and creating a company record when a new lead arrives, logging a note or task after a meeting, or generating a basic pipeline report on a recurring schedule. Gamut manages the OAuth connection and invokes the relevant Attio tools (search, create, update records, lists, notes, tasks) as steps in the workflow, so the agent reads and writes CRM data without a human manually operating the client.

Frequently asked questions

What is the Attio MCP server?

It's Attio's official hosted Model Context Protocol (MCP) server, available at https://mcp.attio.com/mcp. It lets AI assistants and agents securely interact with your Attio CRM — searching, reading, creating, and updating people, companies, deals, lists, notes, and tasks — using natural language over an OAuth connection.

Is the Attio MCP server free?

The MCP server is provided by Attio and you connect with your existing Attio account, so there's no separate MCP charge. Attio itself offers a free tier plus paid plans; the MCP docs don't state a specific plan requirement, so check attio.com for current pricing and any plan limits.

How do I connect the Attio MCP server to Claude or Cursor?

Add https://mcp.attio.com/mcp as a remote MCP server in your client and complete the OAuth login with your Attio credentials. In Claude Desktop you can also install Attio in one click via Settings -> Connectors. In Cursor, add it under Settings -> MCP and authorize when prompted.

Is the Attio MCP server hosted or self-hosted?

It's officially hosted by Attio as a remote server at https://mcp.attio.com/mcp — there's nothing to deploy. (Community-maintained self-hosted implementations also exist on GitHub, but the hosted server is the official, lowest-effort option.)