MCP Catalogs
首页

lapras-mcp-server

by lapras-inc·101·综合分 46

Lapras官方MCP服务器,通过AI实现求职搜索和职业管理功能。

productivityai-llmother
4
Forks
2
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

Lapras MCP服务器在AI系统和Lapras求职平台之间建立了桥梁。它提供搜索职位、管理职业档案、更新工作经验和维护职业目标的工具。该服务器由Lapras公司维护良好,定期更新,并支持Docker、npx和桌面扩展等多种安装方式。用户可以将其与Claude Desktop、Cursor或Gemini CLI集成,以增强求职和职业管理工作流程。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI辅助求职,根据远程工作、薪资和技术栈等特定条件进行搜索
:通过AI分析和更新工作经验与技能来管理职业档案
:基于现有工作经验生成简历和职业规划
:使用这个MCP服务器需要API密钥吗?
:如何获取我的LAPRAS_API_KEY?

什么时候选它

如果您正在积极求职或使用 lapras.com 管理职业,并希望获得 AI 对求职和档案管理的帮助,请选择此服务器。

什么时候不要选它

如果您不使用 lapras.com 进行求职,请不要选择此服务器,因为它需要该平台才能发挥作用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_job

    Search for job listings with keywords, page number, minimum salary, etc.

  • get_job_detail

    Get detailed information about a specific job posting by ID.

  • get_experiences

    Retrieve a list of work experiences registered in LAPRAS.

  • create_experience

    Add a new work experience to LAPRAS.

  • update_experience

    Update an existing work experience in LAPRAS.

  • delete_experience

    Delete a work experience from LAPRAS.

  • get_job_summary

    Get the job summary registered in LAPRAS.

  • update_job_summary

    Register or update the job summary in LAPRAS.

  • get_want_to_do

    Get career aspirations registered in LAPRAS.

  • update_want_to_do

    Register or update career aspirations in LAPRAS.

  • get_tech_skill

    Get technical skills, experience years, and qualifications from LAPRAS.

  • update_tech_skill

    Update technical skills, experience years, and qualifications in LAPRAS.

可对比工具

linkedin-mcprecruitbot-mcpjobsearch-cli

安装

安装

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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。