Harutalk Japanese Coach MCP
This server is a Korean-to-Japanese language coaching assistant that helps beginners translate, learn, and practice Japanese expressions.
Translate Korean (KakaoTalk-style) messages into natural Japanese — provides romanized pronunciation (Hepburn), Korean meaning, and expression breakdowns, with options to specify relationship (friend, coworker, manager, etc.) and tone (casual, polite, cute, apologetic, etc.)
Correct user-written Japanese sentences — analyzes and corrects Japanese (or romanized) sentences, explaining why they are unnatural in beginner-friendly terms
Explain Japanese expressions — gives detailed explanations including reading, romanization, meaning, usage context, and example sentences tailored to the learner's level
Create review flashcards — saves learned expressions as review cards with romanization, Korean meaning, difficulty rating, and example sentences for later study
Generate daily quizzes — produces quick quizzes (1–10 questions) based on saved review cards, with customizable focus type (meaning, pronunciation, expression, grammar, or mixed) and optional immediate answer reveal
Integrates with KakaoTalk to translate Korean messages into natural Japanese, providing romanization, expression breakdown, and tone alternatives based on relationship and learner level.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Harutalk Japanese Coach MCPTranslate '오늘 늦어서 미안' to casual Japanese"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
하루톡 일본어 코치 MCP
한국어 카카오톡 문장을 자연스러운 일본어로 변환하고, 초급 학습자를 위한 발음·표현 설명·복습 카드·퀴즈를 제공하는 MCP 서버입니다.
문서
Related MCP server: japan-ux-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), 핵심 표현 분해, 말투별 대안 표현을 함께 반환합니다.
파라미터 | 타입 | 기본값 | 설명 |
| string | 필수 | 번역할 한국어 문장 |
| enum |
| 상대방 관계 (friend/coworker/stranger 등) |
| enum |
| 원하는 말투 (casual/polite/cute 등) |
| enum |
| 학습자 수준 |
correct_japanese_sentence
사용자가 작성한 일본어(또는 로마자) 문장을 교정하고 어색한 이유를 초급자 기준으로 설명합니다.
파라미터 | 타입 | 기본값 | 설명 |
| string | 필수 | 교정받을 문장 |
| string | - | 의도한 의미 (선택) |
| enum |
| 학습자 수준 |
explain_expression
일본어 표현을 초급자가 이해하기 쉽게 설명합니다. 예문과 로마자 발음 포함.
파라미터 | 타입 | 기본값 | 설명 |
| string | 필수 | 설명받을 일본어 표현 |
| string | - | 표현의 사용 맥락 (선택) |
| enum |
| 학습자 수준 |
create_review_card
표현을 복습 카드로 저장합니다. 저장된 카드는 퀴즈 생성에 활용됩니다.
파라미터 | 타입 | 설명 |
| string | 일본어 표현 |
| string | 로마자 발음 |
| string | 한국어 뜻 |
| enum | 난이도 (easy/normal/hard) |
generate_daily_quiz
저장된 복습 카드로 1분 퀴즈를 생성합니다.
파라미터 | 타입 | 기본값 | 설명 |
| number |
| 문제 수 (1~10) |
| enum |
| 출제 유형 (meaning/pronunciation/expression/grammar/mixed) |
| enum |
| 학습자 수준 |
| boolean |
| 정답 즉시 표시 여부 |
응답 포맷
모든 일본어 문장은 3단 구조로 반환됩니다:
今日ちょっと遅れそう。
(Kyou chotto okuresou.)
오늘 조금 늦을 것 같아.라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables language models to interact with Anki flashcard decks programmatically, with specialized features for Japanese language learning including vocabulary import, sample sentence generation, and spaced repetition review.Last updated3MIT
- AlicenseAqualityBmaintenanceProvides Japanese UX conventions as an MCP server to help AI generate correct Japanese UI elements like proper name order, furigana, phone formats, and polite language. It includes tools for form generation, validation, keigo suggestions, and cultural adaptation for developers building Japanese-facing products.Last updated697MIT
- AlicenseAqualityDmaintenanceEnables Japanese word lookup and search using the Jisho.org dictionary, providing tools to search entries and retrieve exact word definitions with JLPT levels and parts of speech.Last updated21MIT
- Alicense-qualityCmaintenanceAnalyzes ambiguous Korean chat messages by interpreting nuance, emotional tone, and context, and suggests appropriate replies for social situations like apology, refusal, or setting boundaries.Last updatedMIT
Related MCP Connectors
Turn AI chats into vocabulary: capture words and grammar into spaced-repetition flashcards.
Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.
39 Japanese locale APIs — wareki, NTA invoice, 法人番号, postal, romanization, kanji-kana (Workers AI).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devRonPark/kakao-playmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server