Skip to content

MCP Agent Compatibility

LinkedIn MCP Pro works as a stdio MCP server, so it plugs into any host that launches MCP servers via a command + args pair in a JSON config. The installer ships with first-class support for the following agents.

Agent OS Config path Install command
Claude Desktop macOS ~/Library/Application Support/Claude/claude_desktop_config.json linkedin-mcp-install add claude-desktop-mac
Claude Desktop Linux ~/.config/Claude/claude_desktop_config.json linkedin-mcp-install add claude-desktop-linux
Claude Desktop Windows %APPDATA%/Claude/claude_desktop_config.json linkedin-mcp-install add claude-desktop-win
Claude Code All ~/.claude.json linkedin-mcp-install add claude-code
Cursor All ~/.cursor/mcp.json linkedin-mcp-install add cursor
Cline (VS Code) All ~/.cline/mcp_settings.json linkedin-mcp-install add cline
Continue.dev All ~/.continue/config.json linkedin-mcp-install add continue
Windsurf All ~/.codeium/windsurf/mcp_config.json linkedin-mcp-install add windsurf
Zed All ~/.config/zed/settings.json linkedin-mcp-install add zed
Open WebUI All ~/.open-webui/mcp_servers.json linkedin-mcp-install add open-webui
LibreChat All ~/.librechat/librechat.yaml linkedin-mcp-install add librechat
LobeChat All ~/.lobe-chat/mcp.json linkedin-mcp-install add lobechat

You can also drive the installer over HTTP via the /api/install/* routes (see INSTALL.md).


Claude Desktop (macOS / Linux / Windows)

linkedin-mcp-install add claude-desktop-mac    # or -linux / -win
  • Snippet (macOS):
{
  "mcpServers": {
    "linkedin-mcp-pro": {
      "command": "linkedin-mcp-pro",
      "args": ["serve"]
    }
  }
}
  • Troubleshooting: restart Claude Desktop after install. Verify with linkedin-mcp-install verify claude-desktop-mac.

Claude Code

Cursor

  • Docs: https://docs.cursor.com/welcome
  • Install: linkedin-mcp-install add cursor
  • Restart Cursor. Open Settings → Models → MCP to confirm the server is listed.

Cline (VS Code)

Continue.dev

Windsurf

Zed

Open WebUI

LibreChat

LobeChat


Generic / unsupported agents

Any MCP host that reads a JSON config with a mcpServers map is supported manually — run linkedin-mcp-install print-configs to print snippets for every supported agent, then paste the relevant block into your host's config.