Grain MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Grain MCP ServerShow me all my recent meetings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Low Cost Browsing MCP Server
Components
Tools
get_all_meetings: Retrieve all meetings from GrainReturns 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
download_meeting_transcript: Download a meeting transcriptRequired 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
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 syncRun the application:
uv run grain-mcp-serverRun with debug mode:
uv run grain-mcp-server --debugRun tests:
uv run pytestThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceTransforms Chrome browser into an AI-controlled automation tool that allows AI assistants like Claude to access browser functionality, enabling complex automation, content analysis, and semantic search while preserving your existing browser environment.Last updatedMIT
- Flicense-qualityDmaintenanceEnables browser automation, web content extraction, and LLM-powered data transformation using Playwright. Supports session management, authentication flows, and works with local LLMs (Ollama, JAN AI) or external providers to clean and structure extracted web data.Last updated156
- AlicenseAqualityCmaintenanceEnables browser-based web page fetching with automatic cookie management and CSS selector extraction, supporting JavaScript rendering and authenticated sessions through a Chrome extension.Last updated1212MIT
- Alicense-qualityCmaintenanceLets AI assistants control your real Chrome browser to perform web tasks like reading pages, taking screenshots, clicking, and typing, using your existing logged-in sessions.Last updated129MIT
Related MCP Connectors
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eadm/grain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server