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
도텐브
개발 환경 설정
개발 환경을 설정하려면 다음 단계를 따르세요.
저장소를 포크하세요
이 저장소의 오른쪽 상단에 있는 "포크" 버튼을 클릭하세요.
이렇게 하면 Github 계정 아래에 저장소의 사본이 생성됩니다.
포크 복제:
git clone https://github.com/YOUR_USERNAME/attio-mcp-server.git cd attio-mcp-server업스트림 원격 추가
git remote add upstream https://github.com/hmk/attio-mcp-server.gitdotenv 파일을 복사하세요
cp .env.template .env종속성 설치:
npm installindex.js를 최신 상태로 유지하려면 watch를 실행하세요.
npm run build:watch모델 컨텍스트 프로토콜 개발 서버를 시작합니다.
dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js개발 서버가 환경 변수를 올바르게 로드하지 못한 경우 mcp 검사기의 왼쪽에
ATTIO_API_KEY
설정하세요.
This server cannot be installed
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과의 상호작용을 용이하게 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated -47MIT License
- AsecurityFlicenseAqualityA MCP server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.Last updated -6
- -securityFlicense-qualityA 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.Last updated -3310320
- AsecurityAlicenseAqualityEnables interaction with ACOMO API through MCP tools and resources. Provides comprehensive API exploration, operation calling, and schema inspection capabilities for ACOMO backend services.Last updated -81MIT License