★ 0 stars
TypeScript
📦 Other
Updated 2d ago
MCP server for Outreach — prospects, sequences, accounts, tasks, and sales engagement
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"outreach-mcp-server": {
"command": "npx",
"args": [
"-y",
"ZLeventer/outreach-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add outreach-mcp-server npx -y ZLeventer/outreach-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"outreach-mcp-server": {
"command": "npx",
"args": [
"-y",
"ZLeventer/outreach-mcp-server"
]
}
}
}