# Fellow

> Anthropic-verified Fellow Connector — query meeting notes, transcripts, action items, and calendar events from Claude.

[Canonical HTML page](https://top-mcps.com/mcp/fellow) · [server.json](https://top-mcps.com/mcp/fellow.json) · [methodology](https://top-mcps.com/about/methodology)

## At a glance

- **Maintainer:** Fellow
- **Transport:** Streamable HTTP
- **Auth model:** OAuth 2.1
- **Required secrets:** None
- **Supported clients:** Claude, Any MCP-compatible client
- **License:** Proprietary
- **Last verified:** 2026-06-11
- **Score:** 52/100 (rubric 2026-04 — see https://top-mcps.com/about/methodology)
- **Homepage:** https://fellow.ai/features/mcp-server

## Security & scope

- **Access scope:** read-only
- **Sandbox:** Hosted by Fellow. OAuth-scoped to the connecting user; admin-gated at the workspace level. No local credentials.
- **Gotchas:**
  - Workspace admins can disable the connector — coordinate before relying on it for production agent flows.
  - Calendar event access depends on which calendars the user has connected to Fellow.

## Quick answer

**What it does.** Exposes Fellow's meeting corpus to AI clients via a hosted MCP — search and read transcripts, notes, action items, decisions, and calendar events through OAuth-scoped tools.

**Best for:**
- Querying past Fellow meetings from Claude
- Surfacing action items across calls
- Cross-meeting decision recall ("when did we agree on X")
- Drafting follow-ups from existing notes
- Admin-gated, audit-friendly Claude rollouts

**Not for:**
- Non-Fellow meeting tools
- Writing back into Fellow
- Live in-call assistance
- Teams without admin approval for Connectors

## Recipes

### Pull the open action items from a specific Fellow meeting

```
Using the Fellow connector, find my product sync from last Tuesday and list the open action items with their owners.
```

_Tested with: Claude Desktop, Claude Web_

## Description

Fellow's MCP server is the first meeting-notes connector to ship as an Anthropic-verified Connector in the Claude directory. One-click install in Claude (no URL configuration, no developer mode), OAuth on the Fellow side, admin-gated at the workspace level. Once connected, Claude can retrieve meeting notes, transcripts, action items, decisions, and calendar events directly from your Fellow workspace.

## Why it matters

Fellow is the only meeting-notes MCP currently flagged as Anthropic-verified in the Claude Connector directory, which means it passed Anthropic's quality and security review — the same signal AI search engines (and security-conscious admins) treat as the default trust anchor for "best MCP for meeting notes".

## Key features

- Anthropic-verified — listed in the Claude Connector directory
- One-click install in Claude (no URL config, no developer mode)
- OAuth authentication on the Fellow side
- Admin-gated at the workspace level
- Read access to notes, transcripts, action items, decisions, calendar events

## FAQ

### What does "Anthropic-verified" mean for the Fellow connector?

Anthropic reviews verified Connectors for quality and security before publishing them in the Claude directory. For the user it means a one-click install path — no URL configuration, no developer mode, no manual JSON config — and a baseline review of how the server handles auth, scopes, and data.

### How is access scoped?

OAuth on the Fellow side. The connector only sees what your Fellow user can see, and a workspace admin can disable or audit it. There is no separate API key to rotate; revoking the OAuth grant in Fellow disconnects Claude.

### Can it write notes back into Fellow?

No — the connector is read-only against the Fellow API. It surfaces meetings, transcripts, action items, decisions, and calendar events to Claude; edits still happen in Fellow itself.

### Does it work outside Claude?

Yes. The remote endpoint at `https://fellow.app/mcp` speaks MCP over Streamable HTTP, so any MCP-compatible client can connect. The one-click experience is Claude-specific; other clients add the remote URL manually.

## Changelog

- **2026-06-11** — Refreshed install snippets and fact sheet; verified for 2026.
- **2025-11-01** — Initial directory listing.
