modelscope·@alinaqi/mcp-linkedin-server
一种基于FastMCP的服务器,通过浏览器自动化实现LinkedIn的程序化自动操作和数据提取,提供安全的身份验证以及用于个人资料操作和帖子互动的工具,同时遵守LinkedIn的速率限制。
基于 FastMCP 的用于 LinkedIn 自动化和数据提取的浏览器自动化服务器。该服务器提供了一套工具,可以在遵守 LinkedIn 服务条款和速率限制的情况下以编程方式与 LinkedIn 进行交互。
安全认证
个人资料操作
帖子互动
git clone [repository-url]
cd mcp-linkedin-server
python -m venv env
source env/bin/activate # On Windows: env\Scripts\activate
pip install -r requirements.txt
playwright install chromium
.env 文件,并添加以下内容:LINKEDIN_USERNAME=your_email@example.com
LINKEDIN_PASSWORD=your_password
COOKIE_ENCRYPTION_KEY=your_encryption_key # Optional: will be auto-generated if not provided
python linkedin_browser_mcp.py
login_linkedin_secure: 使用环境凭据安全登录browse_linkedin_feed: 浏览并从动态中提取帖子search_linkedin_profiles: 搜索符合标准的个人资料view_linkedin_profile: 查看并从特定个人资料中提取数据interact_with_linkedin_post: 点赞、评论或阅读帖子from fastmcp import FastMCP
# Initialize client
client = FastMCP.connect("http://localhost:8000")
# Login
result = await client.login_linkedin_secure()
print(result)
# Search profiles
profiles = await client.search_linkedin_profiles(
query="software engineer",
count=5
)
print(profiles)
# View profile
profile_data = await client.view_linkedin_profile(
profile_url="https://www.linkedin.com/in/username"
)
print(profile_data)
速率限制:服务器实现了速率限制以防止过多请求:
错误处理:全面的错误处理机制,包括:
会话管理:
MIT
此工具仅用于教育目的。使用此软件时,请确保遵守 LinkedIn 的服务条款和速率限制指南。
快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。
暂无描述。
一个提供网页开发工具的MCP服务器,例如屏幕捕捉功能,可以让AI代理获取并处理用户屏幕的截图。
一个从网站提取有意义内容并将HTML转换为高质量Markdown的MCP服务器,使用Mozilla的Readability引擎。
一种模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页交互,而无需使用视觉模型或截图。
桌面通知、个性化声音、ntfy 手机应用通知、邮件通知和 API 推送,减少 AI 任务等待焦虑,舒适地享用一杯咖啡。