PluginBench
MCP Server

Outreach MCP Server

io.github.mindstone/mcp-server-outreach

What is the Outreach MCP server?

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

How to install Outreach

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OUTREACH_CLIENT_ID
    required

    Outreach OAuth client ID (recommended path)

  • OUTREACH_CLIENT_SECRET
    required
    secret

    Outreach OAuth client secret (recommended path)

  • OUTREACH_ACCESS_TOKEN
    secret

    Static access token (alternative to OAuth)

  • OUTREACH_CONFIG_DIR

    Custom config directory

  • OUTREACH_OAUTH_PORT

    OAuth callback port (0 = OS-assigned)

  • OUTREACH_OAUTH_SCOPES

    Space-separated OAuth scopes

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<YOUR_OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<YOUR_OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<YOUR_OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<YOUR_OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<YOUR_OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<YOUR_OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<YOUR_OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<YOUR_OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<YOUR_OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<YOUR_OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<YOUR_OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<YOUR_OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<YOUR_OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<YOUR_OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<YOUR_OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<YOUR_OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<YOUR_OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<YOUR_OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server-outreach": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<YOUR_OUTREACH_CLIENT_ID>",
        "OUTREACH_CLIENT_SECRET": "<YOUR_OUTREACH_CLIENT_SECRET>",
        "OUTREACH_ACCESS_TOKEN": "<YOUR_OUTREACH_ACCESS_TOKEN>",
        "OUTREACH_CONFIG_DIR": "<YOUR_OUTREACH_CONFIG_DIR>",
        "OUTREACH_OAUTH_PORT": "<YOUR_OUTREACH_OAUTH_PORT>",
        "OUTREACH_OAUTH_SCOPES": "<YOUR_OUTREACH_OAUTH_SCOPES>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server-outreach --env OUTREACH_CLIENT_ID=<YOUR_OUTREACH_CLIENT_ID> --env OUTREACH_CLIENT_SECRET=<YOUR_OUTREACH_CLIENT_SECRET> --env OUTREACH_ACCESS_TOKEN=<YOUR_OUTREACH_ACCESS_TOKEN> --env OUTREACH_CONFIG_DIR=<YOUR_OUTREACH_CONFIG_DIR> --env OUTREACH_OAUTH_PORT=<YOUR_OUTREACH_OAUTH_PORT> --env OUTREACH_OAUTH_SCOPES=<YOUR_OUTREACH_OAUTH_SCOPES> -- npx -y @mindstone/mcp-server-outreach

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

View repository →

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

View repository →

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers

View repository →

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

View repository →