Skip to main content
Glama

Attio MCP Server

by kesslerio

Attio MCP Server

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.

🚀 Key Features

  • Comprehensive Attio API Support
    • Companies: Search, view details, manage notes
    • People: Search (with email/phone support), view details, manage notes
    • Lists: View, manage entries, add/remove records
    • Records: Create, read, update, delete (coming soon)
    • Tasks: Create, update, and link to records
  • Enhanced Capabilities
    • Robust error handling with helpful messages
    • Automatic retry logic with exponential backoff
    • Input validation to prevent common errors
    • Standardized response formatting

🔍 Example: Using with Claude

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"

⚡ Quick Start

Prerequisites

Installation

npm install attio-mcp-server

Configuration for Claude Desktop

{ "mcpServers": { "attio": { "command": "npx", "args": ["attio-mcp-server"], "env": { "ATTIO_API_KEY": "YOUR_ATTIO_API_KEY" } } } }

🌐 Deployment Options

  • Local Development: Development Guide
  • Docker: Docker Guide
    • Easy setup with Docker Compose
    • Health checks included
    • Configurable through environment variables

📚 Documentation

Full documentation is available in the docs directory:

🤝 Contributing

Contributions are welcome! Please see our Contributing Guidelines for details on how to submit pull requests, report issues, and suggest improvements.

📄 License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A Model Context Protocol server that enables AI assistants like Claude to interact directly with Attio CRM data, supporting operations for companies, people, lists, and tasks through natural language queries.

  1. 🚀 Key Features
    1. 🔍 Example: Using with Claude
      1. ⚡ Quick Start
        1. Prerequisites
        2. Installation
        3. Configuration for Claude Desktop
      2. 🌐 Deployment Options
        1. 📚 Documentation
          1. 🤝 Contributing
            1. 📄 License

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.
                Last updated -
                9
                Python
                The Unlicense
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.
                Last updated -
                104
                Python
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
                Last updated -
                12
                194
                JavaScript
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.
                Last updated -
                5
                264
                9
                TypeScript
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server