MCP Server
MCP
Outreach
Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-outreach",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Outreach OAuth client ID (recommended path)",
"isRequired": true,
"format": "string",
"name": "OUTREACH_CLIENT_ID"
},
{
"description": "Outreach OAuth client secret (recommended path)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OUTREACH_CLIENT_SECRET"
},
{
"description": "Static access token (alternative to OAuth)",
"format": "string",
"isSecret": true,
"name": "OUTREACH_ACCESS_TOKEN"
},
{
"description": "Custom config directory",
"format": "filepath",
"default": "~/.mcp/outreach",
"name": "OUTREACH_CONFIG_DIR"
},
{
"description": "OAuth callback port (0 = OS-assigned)",
"format": "number",
"default": "0",
"name": "OUTREACH_OAUTH_PORT"
},
{
"description": "Space-separated OAuth scopes",
"format": "string",
"name": "OUTREACH_OAUTH_SCOPES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment