# FellowAI MCP Node

> Access FellowAI MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/fellowaimcp-node

## Content

## Description
Access FellowAI MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `fellowaimcp_get_action_items`
* `fellowaimcp_get_channel_details`
* `fellowaimcp_get_meeting_participants`
* `fellowaimcp_get_meeting_summary`
* `fellowaimcp_get_meeting_transcript`
* `fellowaimcp_list_channels`
* `fellowaimcp_search_meetings`

## Use Cases
1. **Automate FellowAI MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.