HomeMarketplace

Attio MCP Integration - AI Agent Tools

Connect Attio with AI agents using Model Context Protocol (MCP). Seamlessly integrate Attio tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 11+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

crm tools for AI automation

Setup Instructions

Install Attio MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Attio with your AI agent.

Benefits

  • Automate Attio workflows with AI
  • Increase productivity with AI-powered Attio operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Attio
Attio

Attio is a fully customizable workspace for your team's relationships and workflows.

VerifiedComposioComposio Managed
Users
4046
Tools
11
Last Updated
12h ago

Category

crm

4046VIEWS
33USERS

Tools

Page 1 of 2

Create Note

This tool creates a new note on a given record in attio. the note can be attached to any record type (like person, company, or deal) and includes a title and content. it requires parameters such as parent object, parent record id, title, and content, with an optional created at timestamp.

Create Record

This tool creates a new record in attio for a specified object type (people, companies, deals, users, workspaces, etc.). it requires the object type and a values dictionary containing the attributes for the new record.

Delete Note

This tool allows users to delete a specific note in attio by its id. it is implemented via delete https://api.attio.com/v2/notes/{note id} and handles note deletion by validating the provided note id. it complements attio create note functionality, providing complete note management capabilities within the attio platform.

Delete Record

This tool allows you to delete a record from attio permanently. the deletion is irreversible, and the data will eventually be removed from the system.

Find Record

This tool allows users to find a record in attio by either its unique id or by searching using unique attributes. it provides two methods: one for directly retrieving a record by its id with the get /v2/objects/{object}/records/{record id} endpoint, and another for searching by attributes using the post /v2/objects/{object}/records/query endpoint.

Get Object Details

This tool retrieves detailed information about a specific object type in attio, including all its attributes and their properties. this is useful for understanding what fields are available when creating or updating records of this type.