# Grain Mcp Server

> MCP Server for Grain

- **Type:** MCP server
- **Install:** `agentstack add mcp-eadm-grain-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [eadm](https://agentstack.voostack.com/s/eadm)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [eadm](https://github.com/eadm)
- **Source:** https://github.com/eadm/grain-mcp-server

## Install

```sh
agentstack add mcp-eadm-grain-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

[](https://mseep.ai/app/eadm-grain-mcp-server)

# Grain MCP Server

A [Model Context Protocol](https://github.com/modelcontextprotocol) server for [Grain](https://grain.com/), a service that records and transcribes meetings.

This server provides integration with Grain through MCP, allowing users to access Grain functionality without needing the enterprise API (which is only available on enterprise subscriptions) or paid integrations like Zapier. The service is based on Playwright for browser automation.

## Installation

### Manual Installation

Add the Grain MCP server configuration to your MCP client:

```json
{
  "mcpServers": {
    "grain_uvx": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/eadm/grain-mcp-server",
        "grain-mcp-server",
        "--user-data-dir",
        ""
      ]
    }
  }
}
```

Replace `` with the absolute path where you want to store the browser session data. On first MCP usage, you will need to login to Grain via the browser.

## Components

### Tools

1. **`get_all_meetings`**: Retrieve all meetings from Grain
   - Returns a list of dictionaries containing meeting information, including:
     - `id` (string): Meeting ID
     - `title` (string): Meeting title
     - `url` (string): URL to access the meeting
     - `date` (string): Meeting date in ISO format

2. **`download_meeting_transcript`**: Download a meeting transcript
   - Required inputs:
     - `absolute_save_path` (string): The file path where the transcript will be saved
     - `meeting_id` (string): The unique identifier of the meeting
     - `transcription_type` (string): The format of the transcript file ("vtt" or "srt")
   - Returns:
     - `bool`: True if the download was successful, False otherwise

## Usage Examples

Some example prompts you can use with your MCP client to interact with Grain:

1. "Show me all my recent meetings" → execute the `get_all_meetings` tool to retrieve a list of all meetings stored in Grain

2. "Download the transcript for my last team meeting" → use `get_all_meetings` to find the meeting, then use `download_meeting_transcript` to download its transcript

## Development

1. Install dependencies:

```bash
uv sync
```

2. Run the application:

```bash
uv run grain-mcp-server
```

3. Run with debug mode:

```bash
uv run grain-mcp-server --debug
```

4. Run tests:

```bash
uv run pytest
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [eadm](https://github.com/eadm)
- **Source:** [eadm/grain-mcp-server](https://github.com/eadm/grain-mcp-server)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-eadm-grain-mcp-server
- Seller: https://agentstack.voostack.com/s/eadm
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
