Attio MCP
Connects the Attio AI-native CRM for reading company records, managing notes, and logging activities.
Delv Safety Grade: C
Score 62/100 · assessed 2026-04-28
This community-built MCP server connects to Attio's CRM API for reading company records and managing notes. The maintainer 'hmk' appears to be a solo developer with limited public profile, creating meaningful bus factor risk. The server requires an Attio API key with potentially broad CRM access permissions, though the actual scope depends on the key's configuration within Attio's platform. Distribution via npm as a standard package is positive, and the npx install method is convenient. However, documentation appears thin based on the minimal description provided, making it difficult to assess the full scope of API operations. No security incidents are known. The permissions are reasonably scoped to CRM operations (reading records, writing notes, logging activities) rather than filesystem or shell access, which limits blast radius. For production use with sensitive customer data, organisations should audit the code and consider the single-maintainer risk.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKCRM trifecta. Contact records private. Inbound emails / form submissions untrusted. Outbound API broad.
Green flags
- Standard npm package distribution with npx install convenience
- Scoped to CRM operations without filesystem or shell access
- Integrates with established vendor (Attio) rather than custom backend
- No known security incidents or malicious activity
Red flags
- Solo maintainer 'hmk' with unclear identity and limited public presence
- Thin documentation makes full API scope assessment difficult
- API key grants potentially broad CRM access depending on Attio configuration
- No visible maintenance activity or community engagement metrics provided
Permissions requested
Install
npx attio-mcp-server
ATTIO_API_KEYReview
Install this if you're an Attio user who wants Claude to pull CRM data during research or call prep. Skip it if you need full CRM editing powers or you're not already paying for Attio. It does one thing well: reading your CRM without leaving Claude.
Good at
- Pulls CRM data into Claude without tab-switching, which is genuinely faster for research and call prep.
- Note-logging works well for dictating call summaries or meeting outcomes directly into Attio.
- Setup takes five minutes: one API key, one environment variable, no OAuth dance.
- Respects Attio's flexible schema, so it works with custom fields and unusual record structures.
Watch out
- Read-heavy: you can't create new companies or edit deal stages, so it's not a full CRM interface.
- Only useful if you're already paying for Attio; it's not a trial or a standalone tool.
- Custom fields might confuse Claude unless you provide context about what they represent.
- No built-in caching, so repeated queries hit the API each time, which could slow things down with large datasets.
Use cases
- CRM research
- note logging
- sales prep
- contact enrichment
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- CCXT MCPCrypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.