Grain Server
БесплатноНе проверенEnables browsing, retrieving, and downloading meeting recordings and transcripts from Grain via browser automation, bypassing the need for enterprise API access
Описание
Enables browsing, retrieving, and downloading meeting recordings and transcripts from Grain via browser automation, bypassing the need for enterprise API access.
README
MseeP.ai Security Assessment Badge
Grain MCP Server
A Model Context Protocol server for Grain, 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:
{
"mcpServers": {
"grain_uvx": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/eadm/grain-mcp-server",
"grain-mcp-server",
"--user-data-dir",
"<absolute-path-to-browser-session-data>"
]
}
}
}
Replace <absolute-path-to-browser-session-data> 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
get_all_meetings: Retrieve all meetings from Grain- Returns a list of dictionaries containing meeting information, including:
id(string): Meeting IDtitle(string): Meeting titleurl(string): URL to access the meetingdate(string): Meeting date in ISO format
- Returns a list of dictionaries containing meeting information, including:
download_meeting_transcript: Download a meeting transcript- Required inputs:
absolute_save_path(string): The file path where the transcript will be savedmeeting_id(string): The unique identifier of the meetingtranscription_type(string): The format of the transcript file ("vtt" or "srt")
- Returns:
bool: True if the download was successful, False otherwise
- Required inputs:
Usage Examples
Some example prompts you can use with your MCP client to interact with Grain:
"Show me all my recent meetings" → execute the
get_all_meetingstool to retrieve a list of all meetings stored in Grain"Download the transcript for my last team meeting" → use
get_all_meetingsto find the meeting, then usedownload_meeting_transcriptto download its transcript
Development
- Install dependencies:
uv sync
- Run the application:
uv run grain-mcp-server
- Run with debug mode:
uv run grain-mcp-server --debug
- Run tests:
uv run pytest
Установка Grain Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/eadm/grain-mcp-serverFAQ
Grain Server MCP бесплатный?
Да, Grain Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Grain Server?
Нет, Grain Server работает без API-ключей и переменных окружения.
Grain Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Grain Server в Claude Desktop, Claude Code или Cursor?
Открой Grain Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Grain Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
