MCP ExplorerExplorer

Attio Mcp Server

@Arkel-aion 22 days ago
1 MIT
FreeCommunity
AI Systems
#ai#attio#crm#llm#mcp#mcp-server
✨ Attio MCP Server

Overview

What is Attio Mcp Server

Attio MCP Server is a FastMCP server designed to interact with the Attio API, enabling users to manage resources within their Attio workspace.

Use cases

Use cases include automating data retrieval from Attio, integrating Attio with other applications, and managing workspace resources efficiently.

How to use

To use Attio MCP Server, clone the repository, set up a virtual environment, install dependencies, configure environment variables, and run the server using the command ‘python main.py’.

Key features

Key features include easy integration with the Attio API, support for different transport options (stdio, streamable-http, sse), and a straightforward setup process.

Where to use

Attio MCP Server can be used in various fields such as project management, customer relationship management (CRM), and any application that requires resource management within the Attio workspace.

Content

Attio Logo

Attio MCP Server

This project provides a FastMCP server with tools to interact with the Attio API. It allows you to manage resources within your Attio workspace.

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.

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).

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers