LinkedIn MCP
Rank #7,628io.github.devag7/linkedin-mcp
LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.
LinkedIn MCP is a Model Context Protocol (MCP) server published by devag7. It ranks #7,628 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. LinkedIn MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 107,963 of 115,591 servers on MCP Toplist.
Use LinkedIn MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add linkedin-mcp -- npx -y linkedin-mcp-tools[mcp_servers.linkedin-mcp]
command = "npx"
args = ["-y", "linkedin-mcp-tools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"linkedin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"linkedin-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-mcp-tools"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.devag7%2Flinkedin-mcp)<a href="https://mcptoplist.com/server/io.github.devag7%2Flinkedin-mcp"><img src="https://mcptoplist.com/badge/io.github.devag7%2Flinkedin-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
devag7
Other servers by devag7
View all devag7 servers →Available versions (1)
| Version | Published |
|---|---|
| 2.0.3 | Jun 17, 2026 |
Frequently asked questions
- Who maintains LinkedIn MCP?
- LinkedIn MCP is maintained by devag7, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is LinkedIn MCP listed on the Official MCP Registry?
- Yes — LinkedIn MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does LinkedIn MCP have?
- MCP Toplist tracks 1 version of LinkedIn MCP, most recently published on Jun 17, 2026.
- Where can I find the source code for LinkedIn MCP?
- The source code for LinkedIn MCP is hosted at github.com/devag7/linkedin-mcp.