streamable-httpMITupdated 20d ago
Run your LinkedIn outreach from your AI chat.
What can you do with LinkedNav?
LinkedNav MCP
Run your LinkedIn outreach from your AI chat.
LinkedNav MCP connects AI assistants (Claude, Cursor, and any other MCP app) to your LinkedNav account. Once it's connected, you just ask your assistant to find the right people, launch campaigns, send connection requests and messages, answer replies, and check results. It does the outreach for you.
- Server:
https://mcp.linkednav.com/ - Works with: Claude Code, Claude Desktop, claude.ai, Cursor, and any MCP client
- Sign up (free trial): linkednav.com
What you can do with it
Ask your assistant things like:
- "Who should I target on LinkedIn, and what should I say?"
- "Find people who just changed jobs at companies like these."
- "Set up a campaign and turn it on."
- "What replies came in, and what should I say back?"
- "How is my outreach doing, and what should I fix?"
Under the hood it gives your assistant tools for:
- Setup and targeting (your business and your ideal customer)
- Finding leads (buying-signal search, competitor and influencer engagers, social listening)
- Campaigns (create, launch, pause, schedule)
- Messages (write and save your connection note and follow-ups)
- Sending and inbox (send connects and messages, read and answer replies)
- Enrichment (find emails, phones, and profile details)
- Analytics (audit your setup, see your funnel, find what to fix)
Connect it (about 2 minutes)
- Sign up at linkednav.com and create an API key at /app/api-keys.
- Add the server to your app.
Claude Code:
claude mcp add --transport http linkednav https://mcp.linkednav.com/ \
--header "Authorization: Bearer YOUR_KEY"
Claude Desktop or claude.ai: Settings, then Connectors, then Add custom connector.
Name it LinkedNav, URL https://mcp.linkednav.com/, then sign in with your browser
(OAuth) or add an Authorization: Bearer YOUR_KEY header.
Cursor / Cline / other MCP apps (~/.cursor/mcp.json):
{
"mcpServers": {
"linkednav": {
"url": "https://mcp.linkednav.com/",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
Pairs with the open-source skill
Want a ready-made outreach team that uses this MCP? Install the free, open-source LinkedIn Outreach OS skill. The skill writes your plan and messages; this MCP does the real work.
About this repo
This repo holds the public info and the MCP registry manifest (server.json) for the
LinkedNav MCP server. The server itself is hosted at mcp.linkednav.com and runs on your
own LinkedNav account. The server's source code is not part of this repo.
License
MIT for the contents of this repo. LinkedNav is a hosted service.
Install
Add LinkedNav to your client. Pick the one you use.
claude mcp add --transport http linkednav https://mcp.linkednav.com/codex mcp add linkednav --url https://mcp.linkednav.com/{
"mcpServers": {
"linkednav": {
"url": "https://mcp.linkednav.com/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"linkednav": {
"type": "http",
"url": "https://mcp.linkednav.com/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"linkednav": {
"url": "https://mcp.linkednav.com/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"linkednav": {
"serverUrl": "https://mcp.linkednav.com/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 19, 2026 |