Attio MCP Server

by hmk

attio-mcp-서버

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

현재 역량
  • [x] 회사 기록 읽기
  • [x] 회사 노트 읽기
  • [x] 회사 메모 작성
  • [ ] 기타 활동

용법

필요한 것:

  • ATTIO_API_KEY

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

클로드 데스크톱 구성

지엑스피1

개발

필수 조건

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

  • 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 설정하세요.
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 클라이언트가 Attio API를 통해 회사 기록과 메모를 읽고 쓸 수 있도록 하여 Attio CRM과의 상호작용을 용이하게 합니다.

  1. Current Capabilities
    1. Usage
      1. Claude Desktop Configuration
    2. Development
      1. Prerequisites
      2. Setting up Development Environment

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.
      Last updated -
      4
      6
      Python
      MIT License
    • A
      security
      F
      license
      A
      quality
      An MCP server for Zoho Creator's Scaflog application that provides note management functionality with capabilities to store, access, and summarize notes.
      Last updated -
      1
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.
      Last updated -
      5
      Python
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol implementation for the HubSpot API that provides a standardized interface for accessing and managing CRM data, including companies, contacts, deals, and other objects with comprehensive CRUD operations and association management.
      Last updated -
      101
      124
      3
      JavaScript
      MIT License

    View all related MCP servers

    ID: y261ps497t