LinkedNav MCP

LinkedNav MCP

Connects AI assistants to LinkedIn outreach, enabling lead finding, campaign management, messaging, and analytics through natural language.

Category
Visit Server

README

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)

  1. Sign up at linkednav.com and create an API key at /app/api-keys.
  2. 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured