lapras-mcp-server
by lapras-inc·★ 101·综合分 46
Lapras官方MCP服务器,通过AI实现求职搜索和职业管理功能。
概述
Lapras MCP服务器在AI系统和Lapras求职平台之间建立了桥梁。它提供搜索职位、管理职业档案、更新工作经验和维护职业目标的工具。该服务器由Lapras公司维护良好,定期更新,并支持Docker、npx和桌面扩展等多种安装方式。用户可以将其与Claude Desktop、Cursor或Gemini CLI集成,以增强求职和职业管理工作流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在积极求职或使用 lapras.com 管理职业,并希望获得 AI 对求职和档案管理的帮助,请选择此服务器。
什么时候不要选它
如果您不使用 lapras.com 进行求职,请不要选择此服务器,因为它需要该平台才能发挥作用。
此 server 暴露的工具
从 README 抽取出 12 个工具search_jobSearch for job listings with keywords, page number, minimum salary, etc.
get_job_detailGet detailed information about a specific job posting by ID.
get_experiencesRetrieve a list of work experiences registered in LAPRAS.
create_experienceAdd a new work experience to LAPRAS.
update_experienceUpdate an existing work experience in LAPRAS.
delete_experienceDelete a work experience from LAPRAS.
get_job_summaryGet the job summary registered in LAPRAS.
update_job_summaryRegister or update the job summary in LAPRAS.
get_want_to_doGet career aspirations registered in LAPRAS.
update_want_to_doRegister or update career aspirations in LAPRAS.
get_tech_skillGet technical skills, experience years, and qualifications from LAPRAS.
update_tech_skillUpdate technical skills, experience years, and qualifications in LAPRAS.
可对比工具
安装
安装
Claude Desktop
添加到您的claude_desktop_config.json文件中:
{
"mcpServers": {
"lapras": {
"command": "npx",
"args": [
"-y",
"@lapras-inc/lapras-mcp-server"
],
"env": {
"LAPRAS_API_KEY": "<您的LAPRAS_API_KEY>"
}
}
}
}Docker
{
"mcpServers": {
"lapras": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"LAPRAS_API_KEY",
"laprascom/lapras-mcp-server:v0.4.0"
],
"env": {
"LAPRAS_API_KEY": "<您的LAPRAS_API_KEY>"
}
}
}
}FAQ
- 使用这个MCP服务器需要API密钥吗?
- 是的,但仅与工作历史相关的工具需要。基本的求职搜索无需API密钥即可完成。
- 如何获取我的LAPRAS_API_KEY?
- 您可以从 https://lapras.com/config/api-key 获取API密钥
lapras-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。