# Fellow MCP

> Fellow MCP lets your AI agent take full control of all things meeting-related. You can list every note and recording, track action items across multiple projects, get detailed transcripts, and even mark tasks as complete—all from a single chat window. Stop juggling documents; manage your entire knowledge base with Fellow.

## Overview
- **Category:** business-operations
- **Price:** Free
- **Tags:** meeting-management, task-tracking, agenda-management, transcription-analysis, action-items

## Description

Tired of having to jump between notes, recordings, and task lists just to figure out who owns what? This MCP connects your agent directly to your Fellow account, giving you total command over meeting documentation. You can ask your AI client to list all meeting notes, instantly pulling out the agenda items or key decisions made weeks ago. Need to know if someone actually finished their part of the plan? Just run a query to see and filter every action item across all meetings. The agent handles the heavy lifting—it pulls transcripts with speaker names and timestamps for review, finds recording links, and even marks tasks as done when you give the word. This makes meeting management feel less like administration and more like actual conversation. Connecting your tools via Vinkius means you only connect once to your preferred AI client (like Claude or Cursor) and gain access to this entire catalog of capabilities.

## Tools

### list_notes
Lists all available meeting notes within your Fellow workspace.

### get_note
Retrieves the complete content and details for a single, specific meeting note by its ID.

### delete_note
Permanently removes an entire meeting note record using its unique ID. Requires confirmation.

### list_recordings
Lists all video and audio recordings captured by Fellow for easy browsing.

### get_recording
Retrieves the specific details of a meeting recording, including access links.

### delete_recording
Permanently deletes an entire meeting recording by its ID. Requires confirmation.

### get_transcript
Pulls the full, detailed transcript of a selected meeting recording with speaker attributions and timestamps.

### list_action_items
Retrieves a comprehensive list of every action item assigned across all your meetings for accountability tracking.

### get_action_item
Looks up and shows the detailed status and assignment information for one specific task by ID.

### complete_action_item
Marks an existing action item as finished, updating its status in your workspace.

### archive_action_item
Removes a task from active views without deleting the underlying data, keeping records intact.

### get_current_user
Checks and reports your authenticated Fellow user profile identity (name, email).

## Prompt Examples

**Prompt:** 
```
Show me all my pending action items
```

**Response:** 
```
Retrieving action items... I found 5 pending tasks. Highlights include 'Update Q2 Roadmap' (Due Tomorrow) and 'Send follow-up to Client A'. Would you like the ID for any of these to mark them as complete?
```

**Prompt:** 
```
Get the notes for the meeting 'Product Sync' from last Tuesday
```

**Response:** 
```
Found it! The notes for 'Product Sync' (March 24) include 3 agenda items and 2 finalized decisions regarding the feature launch. I can display the full discussion points for you.
```

**Prompt:** 
```
List the last 3 meeting recordings
```

**Response:** 
```
Retrieving recordings... Here are the 3 most recent: 'Strategic Planning' (1h 20m), 'Daily Standup' (15m), and 'Design Review' (45m). Which one would you like the transcript or recording URL for?
```

## Capabilities

### Review Meeting Documentation
List all notes, retrieve the full content for a specific meeting, or even permanently delete old records.

### Audit Action Items
See and filter every task assigned across all meetings, check who owns it, and mark items as completed or archived.

### Manage Recordings and Transcripts
Browse recordings to get details, download transcripts with timestamps, or delete video files.

### Verify User Identity
Confirm which user account is connected to the system by retrieving your profile name and email address.

## Use Cases

### The Post-Mortem Review
A product manager needs to understand why a feature was delayed. They ask their agent for transcripts of the 'Q3 Planning' recording and then cross-reference those notes with all action items from that meeting, verifying who owned the delay decision.

### The Status Check
An executive assistant needs a consolidated list of tasks. Instead of checking three different project boards, they ask their agent to list_action_items and immediately see which items are pending across all departments.

### Historical Research
A team lead has forgotten the exact decision on a compliance requirement from six months ago. They use get_note for the relevant meeting ID, then ask the agent to extract only the finalized decisions and key discussion points.

### Data Cleanup
An operations team needs to purge old, irrelevant project notes. They use list_notes to find all records older than a year, review them via get_note, and then permanently delete the outdated items using delete_note.

## Benefits

- Stop losing information in old documents. You can use list_notes to pull up all meeting documentation quickly, letting you review structured content like agendas and decisions instantly.
- Never miss a follow-up again. By listing all action items across meetings, you get one single view of every task, who it's assigned to, and when it's due.
- No more separate documents for video files. You can list_recordings and then use get_transcript to pull out the exact discussion points from a recording, even with speaker names attached.
- Maintain clean records by using delete_note or delete_recording. When you need to strictly manage your organization's data, this MCP gives you irreversible control over specific files.
- Keep track of task lifecycle flawlessly. Use complete_action_item when work is done, or archive_action_item if the task needs to be preserved but isn't currently active.

## How It Works

The bottom line is that you manage your entire work history—notes, recordings, and action items—using simple conversation prompts.

1. Subscribe to this MCP and provide your Fellow API Key (you find this key in User Settings > Account > API Tokens).
2. Connect the MCP to your preferred AI client, like Cursor or Claude.
3. Start asking natural language questions—ask it to list all pending tasks or pull notes from a specific meeting date.

## Frequently Asked Questions

**How can I list notes using the Fellow MCP?**
You use the list_notes tool as your starting point. This action browses all meeting documentation within your connected Fellow workspace, giving you an overview of everything recorded.

**Can I find a specific discussion detail from a video recording with Fellow MCP?**
Yes, use the get_transcript tool. It pulls the full transcript and includes speaker attribution and timestamps, so you can pinpoint exactly who said what and when.

**What's the difference between list_action_items and getting a single item?**
list_action_items gives you a comprehensive overview of every task across all meetings. get_action_item lets you drill down into one specific task to view its full details.

**Does Fellow MCP allow me to delete old documents?**
Yes, the MCP provides tools like delete_note and delete_recording. These functions permanently remove files by ID, giving you complete control over your organizational data hygiene.

**What if I want to check who is connected to the system?**
You use the get_current_user tool. This simply retrieves and verifies your authenticated Fellow user profile identity (name, email) for permission checks.