Connecting Claude with FlowyTeam

Hadfina

Last Update 5 dagen geleden



Claude Desktop is not compatible with FlowyTeam's MCP integration. Claude Code can only be used via the terminal/command line, not through the Claude Desktop application. You can find more details here: claude.com/product/claude-code

How do I install Node.js?

Node.js is required to run Claude Code.

  1. Go to nodejs.org.

  2. Download the LTS version (the button on the left).

  3. Complete installation by following the setup wizard (click Next → Next → Finish).

  4. To verify: open Command Prompt and type node -v. You should see a version number appear.


How do I install Claude Code?

Open Command Prompt and run:

npm install -g @anthropic-ai/claude-code

This typically takes 1–2 minutes.

Q: How do I log in to Claude?

A: In Command Prompt, run:

claude

A browser window will open so log in with your Anthropic account (you can create one for free at claude.ai). Once logged in, return to Command Prompt.

How do I connect FlowyTeam to Claude Code?

In the same Command Prompt window, run the following (replace YOUR_TOKEN with your actual token):


claude mcp add flowyteam --transport http --url https://flowyteam.com/api/mcp/gateway --header "Authorization: Bearer YOUR_TOKEN"

How do I get my API token?

  1. Run claude.

  2. Type: "Login to FlowyTeam with email [your email] and password [your password]".

  3. Claude will provide your api_token, copy it, then run the command above.

How do I start using FlowyTeam once it's set up?

Whenever you want to use FlowyTeam AI, open Command Prompt and run:

claude

You can then interact with the assistant in plain English. 



What kind of things can I ask Claude to do with FlowyTeam?

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."


Are all FlowyTeam modules supported through Claude?

Not yet, MCP support is being rolled out gradually. Currently, you can use Claude to interact with: Employees, Attendance, Leave, Departments & Designations, Holidays, and Notices. Additional modules are being added over time, so if a command doesn't work, it may simply not be supported yet rather than a bug. We'll keep this list updated as more modules become available.