Loading languages...
GR

Grain

@Grain

Conversation intelligence for sales. Secure recordings, coaching, and CRM updates for every call.

sales
meetings
transcripts
CRM
AI
Claude
ChatGPT
conversation intelligence

Grain MCP Server

What it does: The Grain MCP Server provides a secure interface to access your meeting-related data, including notes, transcripts, deals, and coaching scorecard information. It enables native integrations with large language models like Anthropic Claude (with ChatGPT coming soon), allowing users to query their Grain data directly and generate insightful reports.

Key Features:

  • Secure access to meeting data (notes, transcripts, deals, coaching scorecards).
  • Integration with Anthropic Claude for AI-powered analysis.
  • Built-in MCP Prompts for one-click reports such as "Voice of the Customer" reports, Pipeline IQ analysis, SPICED/MEDDICC reports, and Sales Skill Scorecards.

How to use: Grain offers two primary ways to connect to its MCP server:

  1. Native Integration:

    • Integration Name: Grain
    • Integration URL: https://api.grain.com/_/mcp
    • This method is designed for direct integration with supported clients like Anthropic's Claude.
  2. Manual Configuration via mcp-remote:

    • For clients like Cursor and Windsurf, you can use the mcp-remote utility.
    • Command: npx -y mcp-remote https://api.grain.com/_/mcp
    • Example Configuration (JSON):
      {
        "grain": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://api.grain.com/_/mcp"]
        }
      }
      

Setup: Grain emphasizes a quick setup, claiming it can be done in less than 60 seconds. Refer to the official quick-start guide for detailed instructions.

# mcpServer Config

{
  "mcpServers": {
    "grain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.grain.com/_/mcp"
      ]
    }
  }
}

# stdio

npx -y mcp-remote https://api.grain.com/_/mcp

# sseURL

https://api.grain.com/_/mcp
Transport:
stdio
sse
Language:
Updated: 7/31/2025