★ 0 stars
Unknown language
🤖 AI/LLM
Updated today
Official MCP server for nuph.ai — LinkedIn outreach, lead search, AI messages, and pipeline management from Claude, Cursor, and any MCP-compatible AI agent
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nuph-mcp-server": {
"command": "npx",
"args": [
"-y",
"teslaeas/nuph-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nuph-mcp-server npx -y teslaeas/nuph-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nuph-mcp-server": {
"command": "npx",
"args": [
"-y",
"teslaeas/nuph-mcp-server"
]
}
}
}
📋 Copy