> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caylex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Fellow AI

> Seamless AI access to meeting insights and notes

The Fellow AI MCP Server brings your meeting workspace directly into Caylex-powered AI agents, enabling them to securely access and query your meeting notes, transcripts, action items, and calendar events in natural language. Agents can analyze patterns across standups, recall specific decisions or commitments, surface open action items, and generate follow-up documents — all without leaving your AI workflow. Access is strictly scoped to data each user already has permission to view within their Fellow workspace, ensuring secure and compliant data retrieval. When combined with other Caylex-connected servers, agents can cross-reference meeting context with tools like project trackers, document storage, or email to deliver richer, multi-source insights.

<Warning>
  **Prerequisites:**

  * A Fellow workspace admin must enable MCP access under Workspace Settings → Security → 'Allow users to create MCP connections' before users can connect.
  * Each user must have an active Fellow account with access to the meeting data they wish to query through AI agents.
</Warning>

<Note>
  **Important API details:**

  * The MCP server only exposes data that the authenticated user already has permission to access within their Fellow workspace — no elevated data access is granted.
  * A Fellow workspace admin must enable MCP connections before any user in the workspace can connect via Caylex (Settings → Security → Allow users to create MCP connections).
  * The server supports natural language queries across meeting notes, action items, transcripts, and calendar events, making it well-suited for open-ended retrieval tasks by AI agents.
</Note>

## Server Details

| Property        | Value                                            |
| --------------- | ------------------------------------------------ |
| **Transport**   | Streamable HTTP                                  |
| **Server Type** | External                                         |
| **Endpoint**    | [https://fellow.app/mcp](https://fellow.app/mcp) |
| **Categories**  | Null, Productivity & Collaboration               |

## Authentication

This server supports the following authentication method:

### OAuth

**Scopes:** `read_calendar`, `read_meeting_content`, `read_action_items`

During the server onboarding flow, you will be prompted to complete the OAuth flow to grant access. See the [Fellow AI Authentication guide](/oauth-guides/fellow-ai) for step-by-step credential configuration.

## Getting Started

<Steps>
  <Step title="Add the server">
    Navigate to the **Server Library** and click on the **New Server** button. Find **Fellow AI** in the Caylex Catalog.
  </Step>

  <Step title="Server Onboarding flow">
    Go through the server onboarding flow.
  </Step>

  <Step title="Use in a project">
    Add the server to a [project](https://app.caylex.dev/projects) by configuring project connections. Its tools are now available to any agents connected to that project.
  </Step>
</Steps>

## Related Servers

<CardGroup cols={2}>
  <Card title="Google Calendar" href="/server-catalog/google-calendar" icon="https://d338mlbnszozgc.cloudfront.net/logos/google-calendar.svg" />

  <Card title="Slack" href="/server-catalog/slack" icon="https://d338mlbnszozgc.cloudfront.net/logos/slack.svg" />

  <Card title="Fireflies" href="/server-catalog/fireflies" icon="https://d338mlbnszozgc.cloudfront.net/logos/fireflies.svg" />

  <Card title="Granola" href="/server-catalog/granola" icon="https://d338mlbnszozgc.cloudfront.net/logos/granola.svg" />
</CardGroup>

## References

<CardGroup cols={1}>
  <Card title="https://developers.fellow.ai/reference/mcp-server" href="https://developers.fellow.ai/reference/mcp-server" icon="arrow-up-right-from-square" />

  <Card title="https://help.fellow.ai/en/articles/12622641-fellow-s-mcp-server" href="https://help.fellow.ai/en/articles/12622641-fellow-s-mcp-server" icon="arrow-up-right-from-square" />
</CardGroup>
