AgentHubAgentHub

Outreach

MCP ServerMCP Registry官方收录

io.github.mindstone/mcp-server-outreach · v0.1.3

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

概览

Outreach 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

OUTREACH_CLIENT_ID必填

Outreach OAuth client ID (recommended path)

OUTREACH_CLIENT_SECRET必填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

相关资源

统一 Manifest

{
  "id": "io.github.mindstone/mcp-server-outreach",
  "type": "mcp-server",
  "version": "0.1.3",
  "displayName": "Outreach",
  "description": "Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings",
  "repository": {
    "url": "https://github.com/mindstone/mcp-servers",
    "source": "github",
    "subfolder": "connectors/outreach"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@mindstone/mcp-server-outreach",
        "version": "0.1.3",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "OUTREACH_CLIENT_ID",
            "description": "Outreach OAuth client ID (recommended path)",
            "isRequired": true
          },
          {
            "name": "OUTREACH_CLIENT_SECRET",
            "description": "Outreach OAuth client secret (recommended path)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "OUTREACH_ACCESS_TOKEN",
            "description": "Static access token (alternative to OAuth)",
            "isSecret": true
          },
          {
            "name": "OUTREACH_CONFIG_DIR",
            "description": "Custom config directory"
          },
          {
            "name": "OUTREACH_OAUTH_PORT",
            "description": "OAuth callback port (0 = OS-assigned)"
          },
          {
            "name": "OUTREACH_OAUTH_SCOPES",
            "description": "Space-separated OAuth scopes"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.mindstone/mcp-server-outreach",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mindstone%2Fmcp-server-outreach/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Outreach — MCP Server 安装与配置 · AgentHub