Skip to main content
Glama
hmk
by hmk

attio-mcp-서버

AI 기반 CRM인 Attio 용 MCP 서버입니다. Claude와 같은 MCP 클라이언트가 Attio API에 연결할 수 있도록 지원합니다.

현재 역량

  • [x] 회사 기록 읽기

  • [x] 회사 노트 읽기

  • [x] 회사 메모 작성

  • [ ] 기타 활동

용법

필요한 것:

  • ATTIO_API_KEY

이는 전달 토큰이 될 것으로 예상되며, 오른쪽에 있는 API Explorer를 통해 토큰을 얻거나 OAuth를 구성하여 Attio API를 통해 토큰을 검색할 수 있습니다.

클로드 데스크톱 구성

지엑스피1

Related MCP server: Attio Simple MCP Server

개발

필수 조건

시작하기 전에 다음 사항이 설치되어 있는지 확인하세요.

  • Node.js(권장 v22 이상)

  • 엔피엠

  • git

  • 도텐브

개발 환경 설정

개발 환경을 설정하려면 다음 단계를 따르세요.

  1. 저장소를 포크하세요

    • 이 저장소의 오른쪽 상단에 있는 "포크" 버튼을 클릭하세요.

    • 이렇게 하면 Github 계정 아래에 저장소의 사본이 생성됩니다.

  2. 포크 복제:

    git clone https://github.com/YOUR_USERNAME/attio-mcp-server.git
    cd attio-mcp-server
  3. 업스트림 원격 추가

    git remote add upstream https://github.com/hmk/attio-mcp-server.git
  4. dotenv 파일을 복사하세요

    cp .env.template .env
  5. 종속성 설치:

    npm install
  6. index.js를 최신 상태로 유지하려면 watch를 실행하세요.

    npm run build:watch
  7. 모델 컨텍스트 프로토콜 개발 서버를 시작합니다.

    dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js
  8. 개발 서버가 환경 변수를 올바르게 로드하지 못한 경우 mcp 검사기의 왼쪽에 ATTIO_API_KEY 설정하세요.

Related MCP Connectors

Related MCP Servers

  • 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.
    686 npm
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides seamless access to the Attio API for AI assistants like Claude and Cursor, enabling interaction with objects, records, tasks, notes, and more through human-readable tools.
    26 npm
    7
    MIT