Outreach
About
Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
OUTREACH_CLIENT_ID OUTREACH_CLIENT_SECRET OUTREACH_ACCESS_TOKEN OUTREACH_CONFIG_DIR OUTREACH_OAUTH_PORT OUTREACH_OAUTH_SCOPESClaude Code
claude mcp add --env OUTREACH_CLIENT_ID= --env OUTREACH_CLIENT_SECRET= --env OUTREACH_ACCESS_TOKEN= --env OUTREACH_CONFIG_DIR= --env OUTREACH_OAUTH_PORT= --env OUTREACH_OAUTH_SCOPES= mcp-server-outreach -- npx @mindstone/mcp-server-outreach
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-outreach","command":"npx","args":["@mindstone/mcp-server-outreach"],"env":{"OUTREACH_CLIENT_ID":"","OUTREACH_CLIENT_SECRET":"","OUTREACH_ACCESS_TOKEN":"","OUTREACH_CONFIG_DIR":"","OUTREACH_OAUTH_PORT":"","OUTREACH_OAUTH_SCOPES":""}}'
JSON
{
"mcpServers": {
"mcp-server-outreach": {
"command": "npx",
"args": [
"@mindstone/mcp-server-outreach"
],
"env": {
"OUTREACH_CLIENT_ID": "",
"OUTREACH_CLIENT_SECRET": "",
"OUTREACH_ACCESS_TOKEN": "",
"OUTREACH_CONFIG_DIR": "",
"OUTREACH_OAUTH_PORT": "",
"OUTREACH_OAUTH_SCOPES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.