linkedin-mcpserver
by felipfr·★ 62·综合分 40
一个集成LinkedIn API的TypeScript MCP服务器,支持档案搜索、职位发现和消息功能。
communicationproductivitydeveloper-tools
20
Forks
2
活跃 Issue
14 个月前
最近提交
2 天前
收录于
概述
LinkedIn MCP Server通过Model Context Protocol提供与LinkedIn API的综合接口。它使AI助手能够与LinkedIn数据交互,执行高级档案搜索,获取详细档案信息,发现职业机会,甚至向联系人发送消息。使用TypeScript构建,采用TSyrine依赖注入和Pino结构化日志等现代实践。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:AI助手分析职业网络和联系人
你:具有定制化标准匹配的工作搜索自动化
你:用于候选人识别和招聘的招聘工具
你:支持哪些LinkedIn API功能?
你:如何处理身份验证?
什么时候选它
如果你需要AI助手与LinkedIn集成以用于招聘、社交网络或求职,请选择此服务器。
什么时候不要选它
如果你需要超出消息传递的写入权限,或需要与其他专业网络集成,请避免使用。
此 server 暴露的工具
从 README 抽取出 5 个工具profile_searchFind LinkedIn profiles with advanced filters
profile_retrievalGet detailed information about LinkedIn profiles
job_searchDiscover job opportunities with customized criteria
messagingSend messages to LinkedIn connections
network_statsAccess connection statistics and analytics
可对比工具
linkedin-apisalesforce-mcpmicrosoft-graph-mcpweb-scraping-mcp
安装
安装
前置要求
- Node.js 20+
- npm/yarn
设置
# 安装依赖
npm install
# 运行开发服务器
npm run start:dev
# 构建服务器
npm run build配置
对于Claude Desktop:
**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json
**Windows**: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "/path/to/linkedin-mcp-server/build/index.js"
}
}
}FAQ
- 支持哪些LinkedIn API功能?
- 该服务器支持LinkedIn API的档案搜索、档案检索、工作搜索、消息传递和网络统计功能。
- 如何处理身份验证?
- 服务器使用OAuth和自动令牌管理,但用户需要审查令牌管理系统以满足安全要求。
linkedin-mcpserver 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。