Attio Connector for AI agents.
14 live capabilities
Automate sales pipeline management and CRM record updates.
Waiting for input…
Why people use Attio
Attio CRM Automation for Sales Teams
This Attio MCP removes that friction. You can stay in your workspace and just tell your agent what happened. It handles the record lookup, the note creation, and the task generation in one go. You get a clean, updated CRM without the manual overhead.
What Vinkius changes
You get a voice-controlled interface for your entire CRM database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logging a post-call summary
An SDR finishes a call and tells their agent to "Log a note for Acme Corp saying they want a demo next week.
- Real-world use case 02
Checking pipeline health
A manager asks, "Which deals in the 'Partnership' pipeline haven't moved in 10 days?
- Real-world use case 03
Bulk record creation
An operations lead pastes a list of new leads and asks the agent to "Create a new record for each of these companies.
Complete set · 14capabilities
The complete Attio capability set.
These are the exact actions your AI can choose when you ask it to work with Attio.
01—04
4 capabilities in this set.
Part of 14 available through Attio.
- 01 Capability
Check attio status
Verify that your connection to the Attio API is active and working.
- 02 Capability
Create note
Add meeting summaries or specific updates to a customer record.
- 03 Capability
Create record
Generate a new company, person, or deal record with specific attributes.
- 04 Capability
Create task
Build a new to-do item for a team member or yourself.
05—08
4 capabilities in this set.
Part of 14 available through Attio.
- 05 Capability
Delete record
Remove a specific entry from your CRM database permanently.
- 06 Capability
Get list entries
Pull a list of items from a specific CRM list.
- 07 Capability
Get object
View the structural schema of a CRM object to see available fields.
- 08 Capability
Get record
Fetch all the details for a single specific record.
09—11
3 capabilities in this set.
Part of 14 available through Attio.
- 09 Capability
List lists
See every list currently active in your Attio account.
- 10 Capability
List notes
View all the notes attached to a specific record.
- 11 Capability
List objects
See all the different types of objects available in your CRM.
12—14
3 capabilities in this set.
Part of 14 available through Attio.
- 12 Capability
List records
Pull a list of companies, people, or deals from your account.
- 13 Capability
List tasks
See every task currently assigned or pending in the CRM.
- 14 Capability
Update record
Modify specific fields on an existing CRM record.
Set up in minutes
One URL. Then ask Attio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Attio from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Attio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Attio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Attio URL.
- Step 03
Save and start
Save the connection and enable Attio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"attio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Attio
Open Agent mode in chat and ask: "Using Attio, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"attio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Attio
Ask Copilot: "Using Attio, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"attio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Attio
Open Cascade and ask: "Using Attio, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"attio-alternative": {
"url": "https://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Attio
Ask Cline: "Using Attio, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add attio-alternative --transport http "https://edge.vinkius.com/vk_preview_x2PeUA9oVHYMU42o9cFYejZ6UVzTCTDKBbyv7C7I/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Attio
Ask Claude: "Using Attio, show me...". 14 tools are ready
Where the request belongs
Work Attio can move forward.
Sales leaders who are drowning in manual updates and operations managers who need a way to monitor pipeline health without opening a dozen browser tabs.
Sales Development Rep (SDR)
Uses the capability to quickly log call summaries and set follow-up tasks immediately after a discovery call.
Revenue Operations Manager
Queries the CRM to find stalled deals in specific pipelines and verify record metadata across the board.
Customer Success Lead
Pulls up recent interaction history for high-value accounts to prep for quarterly business reviews.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAttio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
Agendor
CRM for sales teams. manage leads, organizations, and pipelines via AI.
Nutshell CRM
Manage sales and relationships via Nutshell CRM. track leads, contacts, and accounts directly from your AI agent.
Pipedrive
Automate sales CRM via Pipedrive. manage deals, persons, and activities directly from any AI agent.
CRM PipeRun
Manage your sales pipeline and activities via PipeRun. track tasks, upload files, and organize deals directly from any AI agent.
Cloze
Smart CRM that automatically tracks your interactions and provides AI-powered insights.
Bring your own AI
Change the model, client or framework. Keep Attio connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Attio.
The practical details behind the request, access and result.
Can the Attio MCP help me log my meeting notes faster?
Yes, it allows your agent to create notes on records directly from your conversation, removing the need to switch apps.
How does the Attio MCP handle new company records?
Your agent can create new records by taking the company name and details from your chat and putting them into the CRM automatically.
Can I use this to monitor my sales pipeline?
Yes, you can ask your agent to list records for specific objects like deals or companies to see what's moving in real-time.
Will the Attio MCP sync my tasks automatically?
It can create tasks for you based on your conversation, which then appear in your CRM list for your team to see.
Is it safe to use the Attio MCP for deleting records?
The Connector includes a delete capability, but it's irreversible. You should always double-check the list of records before asking the agent to remove anything.
Does the Attio MCP work with my existing CRM data?
It connects directly to your existing Attio account, giving your agent access to all your existing companies, people, and deals.
How do I find my Attio API Key?
Log in to your account, navigate to Settings > API Keys, and create or copy your unique Access Token.
Can I retrieve records from a specific object via AI?
Yes! The list_records capability allows your agent to retrieve metadata for all entries in a specific CRM object (e.g., 'people' or 'companies').
How do I list my active CRM objects?
Use the list_objects capability to retrieve your complete directory along with the unique identifiers for all managed CRM schemas.
One connection away
Give your agent a direct line to Attio.
Connect Attio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available