prezence-mcp
v1.0.0
Published
Prezence MCP server — LinkedIn lead generation tools for Claude Desktop and Claude Code
Maintainers
Readme
prezence-mcp
MCP server for Prezence — LinkedIn lead generation tools for Claude Desktop and Claude Code.
Quick Setup
Claude Code
claude mcp add --transport stdio \
--env PREZENCE_API_KEY=your-key-here \
prezence -- npx prezence-mcp@latestClaude Desktop
Add to your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"prezence": {
"command": "npx",
"args": ["prezence-mcp@latest"],
"env": {
"PREZENCE_API_KEY": "your-key-here"
}
}
}
}Get Your API Key
- Log in to Prezence
- Go to Settings → API & MCP
- Click Generate API Key
- Copy the key (shown once)
Available Tools (50+)
- LinkedIn — List accounts, create posts, send messages, connections
- Leads — List, search, and manage leads
- Lead Magnets — Create, monitor, and optimize lead magnets
- Playbooks — List and enroll leads in outreach sequences
- Brain — System status, daily briefing, action queue, memory, experiments, agents
Environment Variables
| Variable | Required | Default |
|----------|----------|---------|
| PREZENCE_API_KEY | Yes | — |
| PREZENCE_API_URL | No | https://api.prezence.ai |
