Skip to content
Grok

Outreach for Grok

io.github.mindstone/mcp-server-outreach

Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings

client:Grok transport:stdio runtime:npm

Install Outreach in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-outreach": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Outreach in other clients