linkedin-mcp-server vs next-devtools-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
linkedin-mcp-server by stickerdaniel | next-devtools-mcp by vercel | |
|---|---|---|
| Stars | ★ 1,900 | ★ 747 |
| 30天用量 | — | — |
| 综合分 | 56 | 54 |
| 官方 | — | — |
| 分类 | 网页抓取浏览器自动化沟通协作 | 开发者工具浏览器自动化AI / LLM 工具 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 2 个月前 |
linkedin-mcp-server · 概述
通过浏览器自动化提供LinkedIn API访问的MCP服务器,支持档案、公司、职位和消息功能。
next-devtools-mcp · 概述
Next.js DevTools MCP 服务器,为 Next.js 应用程序提供开发工具和实用程序。
linkedin-mcp-server · 使用场景
- 自动化LinkedIn档案研究,用于招聘或竞争情报
- 通过自动化LinkedIn职位搜索来简化求职流程
- 通过自动化LinkedIn消息来管理专业通讯
next-devtools-mcp · 使用场景
- 诊断 Next.js 应用程序中的运行时错误和问题
- 使用 Playwright 自动化测试 Next.js 应用程序
- 搜索和检索官方 Next.js 文档和指南
- 升级和迁移 Next.js 应用程序到新版本
linkedin-mcp-server · 安装
安装
uvx 设置(推荐)
**先决条件:** 安装 [uv](https://docs.astral.sh/uv/getting-started/installation/)。
**客户端配置:**
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["linkedin-scraper-mcp@latest"],
"env": { "UV_HTTP_TIMEOUT": "300" }
}
}
}Claude Desktop MCP Bundle
- 从[发布页面](https://github.com/stickerdaniel/linkedin-mcp-server/releases/latest)下载最新的
.mcpb文件 - 点击下载的文件将其安装到 Claude Desktop
next-devtools-mcp · 安装
安装
使用 add-mcp CLI:
npx add-mcp next-devtools-mcp@latest手动安装:
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp@latest"]
}
}
}