Channel.io
About
Integrate with the Channel Talk API to let AI assistants access and utilize chat information.
Details
- Author
- scarfunk
- Categories
- Communication, Other, API
Jump to
Setup
Install Channel.io in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/scarfunk/mcp-channel-io
Follow the installation instructions in the repository README, then restart your MCP client.
채널톡 MCP 도구 (mcp-channel-talk, mcp-channel-io)
- 채팅 상태, 태그, 관리자이름, 우선순위(중요도)로 조회
- 문의자의 이름, 이메일, 회사명, 전화번호로 조회
- 채팅 메세지 리스트 조회 시, 최신 메세지 10개까지로만 조회
- 채널톡 OPEN_API 중 일부만 제공
- 응답의 크기가 클때, ai 동작이 원활하지 않는경우가 많아, 중간 map 작업을 통해 응답의 크기를 줄입니다. 따라서 최종 응답중 필요한 정보만으로 핸들링 합니다.
MCP 클라이언트 (Claude Desktop 등)에서 사용할 때는 다음과 같이 설정합니다:
{ "mcpServers": { "mcp-channel-io": { "command": "npx", "args": [ "-y", "mcp-channel-io", "--", "--access-key", "YOUR_ACCESS_KEY", "--secret-key", "YOUR_SECRET_KEY", "--ssl-off" // NODE_TLS_REJECT_UNAUTHORIZED ] } } }
{ "mcpServers": { "channel-io": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@scarfunk/mcp-channel-io", "--key", "your-smithery-key...", "--profile", "your-profile-name..." ] } } }
// 로컬서버로 .cursor/mcp.json 에 넣고 싶으면 아래 처럼 추가. { "mcpServers": { "channel-io": { "command": "node", "args": [ "/path/to/YOUR-PROJECT-DIR/build/index.js", "--access-key", "YOUR_ACCESS_KEY...", "--secret-key", "YOUR_SECRET_KEY..." ] } } }
# 빌드 후 실행 npm run build node build/index.js --access-key YOUR_ACCESS_KEY --secret-key YOUR_SECRET_KEY
프로젝트 루트에.env파일을 생성하고 필요한 API 키를 설정합니다:
CHANNEL_TALK_X_ACCESS_KEY=your_access_key_here CHANNEL_TALK_X_ACCESS_SECRET=your_access_secret_here
- TypeScript
- Model Context Protocol SDK (@modelcontextprotocol/sdk)
- Zod (유효성 검증)
- dotenv (환경 변수 관리)
- 채널톡 개발자 콘솔에 로그인
- 앱을 생성하고 API 키를 발급받으세요
- Access Key와 Secret Key를 안전하게 보관하세요
- API 키를 코드에 하드코딩하지 마세요
- .env파일을 git에 커밋하지 마세요 (이미 .gitignore에 포함됨)
- 프로덕션 환경에서는 CLI 인자나 환경변수를 사용하세요
Official MCP Server to interact with Pearl API. Connect your AI Agents with 12,000+ certified experts instantly.
Send real handwritten mail (postcards, letters, notecards) from any AI agent via thanks.io's API.
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
Interact with any other SaaS applications on behalf of your customers.
Connect your AI assistant to Onboard to monitor live onboarding projects, surface blocked tasks and risks, draft customer emails, and take action on tasks with role-based access and preview-first safety.
Platfone - Receive SMS & Virtual Numbers MCP
Virtual phone number platform for AI agents — rent numbers across 200+ countries, receive SMS, and manage the full activation lifecycle
Send emails directly from your editor using the Resend API.
Sendmux is an email inbox API and email API for AI agents.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





