Skip to main content
Glama
Arkel-ai

Attio MCP Server

by Arkel-ai

Setup

  1. Clone the repository:

    git clone <repository-url>
    cd attio-mcp
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure environment variables: Create a .env file in the project root directory with the following content:

    BASE_URL=https://api.attio.com
    API_KEY=your_attio_api_key_here

    Replace your_attio_api_key_here with your actual Attio API key.

Related MCP server: Attio MCP Server

Running the Server

python main.py

The server will run on http://0.0.0.0:8000 (or as configured in .env). SSE transport is used by default available at http://0.0.0.0:8000/sse, you can change the transport by setting the TRANSPORT ('stdio', 'streamable-http' or 'sse', more info here).

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Facilitates interaction with the Attio CRM by allowing MCP clients to read and write company records and notes through the Attio API.
    48
    16
    BSD 3-Clause
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with Attio CRM through natural language, providing comprehensive CRM management including companies, people, lists, tasks, pipelines, and batch operations with advanced filtering capabilities.
    1,044
    Apache 2.0
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with Attio CRM through natural language, providing complete access to companies, people, deals, tasks, lists, notes, and records with advanced search, batch operations, and relationship management.
    1,044
    -