Grain
Turn meetings into insights and next steps in Claude
About Grain
Grain turns meetings into insights, summaries, and next steps. Its connector brings meeting context into assistant workflows so users can find moments, understand decisions, and convert conversations into follow-up actions.
Connection details
https://api.grain.com/_/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add grain --transport http https://api.grain.com/_/mcpFrequently asked questions
What is the Grain remote MCP server?
The Grain remote MCP server is a hosted Model Context Protocol endpoint at https://api.grain.com/_/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Grain MCP server?
Add the endpoint https://api.grain.com/_/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Grain MCP server require authentication?
Yes. Grain uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Grain MCP server use?
Grain exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.