Harutalk Japanese Coach MCP

Harutalk Japanese Coach MCP

Translates Korean KakaoTalk messages to natural Japanese with pronunciation and expression breakdowns, corrects user-written Japanese sentences, explains expressions, and generates review cards and quizzes for beginner learners.

Category
Visit Server

README

하루톡 일본어 코치 MCP

한국어 카카오톡 문장을 자연스러운 일본어로 변환하고, 초급 학습자를 위한 발음·표현 설명·복습 카드·퀴즈를 제공하는 MCP 서버입니다.

문서

설치

git clone https://github.com/your-repo/kakao-playmcp.git
cd kakao-playmcp
npm install
npm run build

환경 변수 설정

export ANTHROPIC_API_KEY=sk-ant-...

MCP 클라이언트 설정 (Claude Desktop 예시)

claude_desktop_config.json에 추가:

{
  "mcpServers": {
    "harutalk-japanese-coach": {
      "command": "node",
      "args": ["/absolute/path/to/kakao-playmcp/dist/index.js"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-..."
      }
    }
  }
}

서버 직접 실행

ANTHROPIC_API_KEY=sk-ant-... node dist/index.js

제공 Tool 목록

translate_kakao_message

한국어 문장을 자연스러운 일본어로 변환합니다. 로마자 발음(Hepburn), 핵심 표현 분해, 말투별 대안 표현을 함께 반환합니다.

파라미터 타입 기본값 설명
korean_text string 필수 번역할 한국어 문장
relationship enum unknown 상대방 관계 (friend/coworker/stranger 등)
tone enum natural 원하는 말투 (casual/polite/cute 등)
learner_level enum absolute_beginner 학습자 수준

correct_japanese_sentence

사용자가 작성한 일본어(또는 로마자) 문장을 교정하고 어색한 이유를 초급자 기준으로 설명합니다.

파라미터 타입 기본값 설명
user_sentence string 필수 교정받을 문장
intended_meaning string - 의도한 의미 (선택)
learner_level enum absolute_beginner 학습자 수준

explain_expression

일본어 표현을 초급자가 이해하기 쉽게 설명합니다. 예문과 로마자 발음 포함.

파라미터 타입 기본값 설명
expression string 필수 설명받을 일본어 표현
context string - 표현의 사용 맥락 (선택)
learner_level enum absolute_beginner 학습자 수준

create_review_card

표현을 복습 카드로 저장합니다. 저장된 카드는 퀴즈 생성에 활용됩니다.

파라미터 타입 설명
expression string 일본어 표현
romanization string 로마자 발음
korean_meaning string 한국어 뜻
difficulty enum 난이도 (easy/normal/hard)

generate_daily_quiz

저장된 복습 카드로 1분 퀴즈를 생성합니다.

파라미터 타입 기본값 설명
quiz_count number 3 문제 수 (1~10)
focus enum mixed 출제 유형 (meaning/pronunciation/expression/grammar/mixed)
level enum absolute_beginner 학습자 수준
reveal_answers boolean false 정답 즉시 표시 여부

응답 포맷

모든 일본어 문장은 3단 구조로 반환됩니다:

今日ちょっと遅れそう。
(Kyou chotto okuresou.)
오늘 조금 늦을 것 같아.

라이선스

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured