
Attio
STDIOMCP server for Attio CRM integration, enabling AI assistants to access customer data.
MCP server for Attio CRM integration, enabling AI assistants to access customer data.
A Model Context Protocol (MCP) server for Attio, the AI-native CRM. This server enables AI assistants like Claude to interact directly with your Attio data, providing a seamless integration between conversational AI and your CRM.
Comprehensive Attio API Support
Enhanced Capabilities
Ask Claude natural questions about your Attio data:
"Find all technology companies in our CRM"
"Add a note to Acme Corporation about our recent product demo"
"Show me all contacts from Microsoft who were added this month"
"Add Sarah Johnson's new phone number: +1-555-123-4567"
npm install attio-mcp-server
{ "mcpServers": { "attio": { "command": "npx", "args": ["attio-mcp-server"], "env": { "ATTIO_API_KEY": "YOUR_ATTIO_API_KEY" } } } }
Full documentation is available in the docs directory:
Getting Started
API Reference
Deployment
Development
Contributions are welcome! Please see our Contributing Guidelines for details on how to submit pull requests, report issues, and suggest improvements.
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.