Hosted MCP server for LinkedIn. 25 tools: profiles, messages, search, post engagement, company data, enrichment. OAuth authentication, rate limited, account-safe.
Overview
What is LinkMCP?
LinkMCP is a hosted MCP server that gives your AI agent direct access to LinkedIn. One line in your MCP config, 25 tools available instantly.
Tools
People - Profile lookup, bulk profiles, people search, Sales Navigator search, connections, connection requests.
Content - Person posts, company posts, post comments, post reactions, create posts, comment, react.
Messaging - List conversations, read messages, send messages, InMail.
Enrichment - Find work email, find mobile number, validate email.
Setup
Add to your MCP config:
{
"mcpServers": {
"linkmcp": {
"url": "https://app.linkmcp.io/api/mcp"
}
}
}
Works with Claude, ChatGPT, Cursor, Windsurf, Codex, n8n, Make. OAuth authentication on first connect. Free 7-day trial.
Server Config
{
"mcpServers": {
"linkmcp": {
"url": "https://app.linkmcp.io/api/mcp"
}
}
}