Back to Browse

Outreach MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (38/40 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Outreach OAuth client ID (recommended path)Optional

Environment variable: OUTREACH_CLIENT_ID

Outreach OAuth client secret (recommended path)Required

Environment variable: OUTREACH_CLIENT_SECRET

Static access token (alternative to OAuth)Required

Environment variable: OUTREACH_ACCESS_TOKEN

Custom config directoryOptional

Environment variable: OUTREACH_CONFIG_DIR

OAuth callback port (0 = OS-assigned)Optional

Environment variable: OUTREACH_OAUTH_PORT

Space-separated OAuth scopesOptional

Environment variable: OUTREACH_OAUTH_SCOPES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-outreach": {
      "env": {
        "OUTREACH_CLIENT_ID": "your-outreach-client-id-here",
        "OUTREACH_CONFIG_DIR": "your-outreach-config-dir-here",
        "OUTREACH_OAUTH_PORT": "your-outreach-oauth-port-here",
        "OUTREACH_ACCESS_TOKEN": "your-outreach-access-token-here",
        "OUTREACH_OAUTH_SCOPES": "your-outreach-oauth-scopes-here",
        "OUTREACH_CLIENT_SECRET": "your-outreach-client-secret-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!