Connecting Claude with FlowyTeam
Hadfina
Last Update 9 days ago
Step 1: Install Node.js
Node.js is required to run Claude Code.
- Go to https://nodejs.org
- Download the LTS version (button on the left)
- Run the installer and follow the setup wizard (Next, Next, Finish)
- Verify the install by opening Command Prompt and typing node -v, a version number should appear
Step 2: Install Claude Code
- Open Command Prompt
- Run: npm install -g @anthropic-ai/claude-code
- This typically takes 1-2 minutes
Step 3: Log in to Claude
- In Command Prompt, run: claude
- A browser window will open, log in with your Anthropic account (create one free at claude.ai if needed)
- Once logged in, return to Command Prompt
Step 4: Connect FlowyTeam
- In the same Command Prompt window, get your token first:
- Run claude
- Type: "Login to FlowyTeam with email [your email] and password [your password]"
- Claude will provide your api_token, copy it
- Run the following command, replacing YOUR_TOKEN with the copied token:
claude mcp add flowyteam --transport http --url https://flowyteam.com/api/mcp/gateway --header "Authorization: Bearer YOUR_TOKEN"
Step 5: Start using FlowyTeam
- Open Command Prompt
- Run: claude
- Interact with the assistant in plain English or Bahasa Melayu
What you can ask:
Employees
- Show all active employees
- Search for an employee named John
- Who is in the Finance department?
Attendance
- Show attendance for all employees for this month
- Who hasn't clocked in today?
Leave
- Show all pending leave requests
- Approve the leave request submitted by Siti this week
- Reject this leave, reason: operational needs
Departments & Designations
- Show all departments
- Add a new department called Customer Success
Holidays
- Show all holidays for 2026
- Add a public holiday on June 6, 2026
Notices
- Post an announcement to all staff: WFH every Friday starting next week
- Show all active notices
