SkillsLLM
CategoriesBlogAI NewsAbout
HomeMCP Serverslapras-mcp-server

lapras-mcp-server

by lapras-inc

Pending

lapras.com 公式MCP Server

100stars
4forks
TypeScript
Added 3/13/2026
View on GitHubDownload ZIP
MCP Serversmcpmcp-server
Installation
# Add to your Claude Code skills
git clone https://github.com/lapras-inc/lapras-mcp-server
README.md

LAPRAS MCP Server

https://lapras.com 公式のMCP Server

npm version npm downloads Docker Pulls CI Status

Setup

MCP Serverの設定(Cursor、Claude Desktop)を参考に、mcp.jsonまたはclaude_desktop_config.jsonに以下を追記してください。
LAPRAS_API_KEYは職歴関連のツールを使う場合のみ必要です。https://lapras.com/config/api-key から取得できます。

Desktop Extension (DXT)

Claude Desktopを使用している場合、Desktop Extension(.dxtファイル)を使って簡単にインストールできます。

  1. リリースページから最新のlapras-mcp-server.dxtをダウンロード
  2. Claude Desktopの設定画面を開く
  3. ダウンロードした.dxtファイルを設定画面にドラッグ&ドロップ
  4. 必要に応じてLAPRAS_API_KEYを設定(LAPRAS_API_KEYを設定後はMCPの有効・無効の設定をトグルしてください)

npx

{
  "mcpServers": {
    "lapras": {
      "command": "npx",
      "args": [
        "-y",
        "@lapras-inc/lapras-mcp-server"
      ],
      "env": {
        "LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
      }
    }
  }
}

[!IMPORTANT] Node.jsの環境によってはサーバー接続に失敗する可能性があります。その場合は下記のDocker経由での利用をお試しください。 また、WSL経由でnpxを実行する場合は、envの環境変数は読み取れません。argsで直接環境変数を指定する必要があります。 例: "args": ["LAPRAS_API_KEY=<YOUR_LAPRAS_API_KEY>", "bash", "-c", "/home/bin/npx @lapras-inc/lapras-mcp-server"]

Docker

{
  "mcpServers": {
    "lapras": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "LAPRAS_API_KEY",
        "laprascom/lapras-mcp-server:v0.4.0"
      ],
      "env": {
        "LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
      }
    }
  }
}

Gemini CLI

GoogleのGemini CLIで利用する場合、上記の「npx」セクションにあるJSONコードを、お使いのsettings.jsonファイルに追記します。

設定ファイルは通常、OSごとに以下のパスに配置されています。

  • Windows: C:\Users\<ユーザー名>\.gemini\
  • macOS / Linux: ~/.gemini/

[!NOTE] gemini.conf.toml を使用する場合は、以下のTOML形式で記述することも可能です。

[mcpServers.lapras]
command = "npx"
args = ["-y", "@lapras-inc/lapras-mcp-server"]

[mcpServers.lapras.env]
LAPRAS_API_KEY = "<YOUR_LAPRAS_API_KEY>"

General notes

[!WARNING] AIがMCPサーバー経由でLAPRASから取得した情報(個人情報等を含む)は、ご利用中のAIモデルに送信され、解釈・処理が行われます。 利用されるAIサービスのデータ取扱いポリシー等をご確認の上、個人情報や機密情報の取り扱いにはご留意ください。

Examples

シンプルな求人の検索例

フルリモートワーク可能でRustが使えるバックエンドの求人を探してください。年収は800万以上で。
結果はMarkdownの表にまとめてください。

自分にあった求人の検索例

<自分のキャリアがわかる画像 or URL を貼り付ける> 
これが私の職歴です。私に合いそうな求人を探してください。

自分に合った求人の検索例

LAPRASで職歴を取得して、私に合...
Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
178,903
55,726
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,469
12,195
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
48,800
2,303
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
48,795
22,617
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details