Japanese Audio MCP Server
Click on "Deploy 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., "@Japanese Audio MCP ServerDownload audio for 本 (ほん)"
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.
Japanese Audio — MCP Bundle (MCPB)
MCP Bundle that downloads Japanese word pronunciation audio from JapanesePod101. No API key required.
Tools
Tool | Description |
| Download pronunciation for a single word and save as MP3 file |
| Download pronunciation for multiple words and save as MP3 files |
Related MCP server: Yomitan MCP Server
Quick Start
Install as MCPB bundle
npx @anthropic-ai/mcpb pack
# Open the .mcpb file with Claude DesktopManual Claude Desktop config
{
"mcpServers": {
"japanese-audio": {
"command": "node",
"args": ["/path/to/audio-gen/server/index.js"],
"env": {
"OUTPUT_PATH": "/path/to/audio/output"
}
}
}
}Development
npm install
node server/index.jsUsage
"Download audio for 掲示板"
→ download_audio(kanji="掲示板", kana="けいじばん")
→ Saves to OUTPUT_PATH/掲示板_けいじばん.mp3Batch example:
"Download audio for these words: 先着(せんちゃく), 協会(きょうかい), 金額(きんがく)"
→ batch_download_audio(words=[...])
→ Saves all MP3 files to OUTPUT_PATH/This server cannot be deployed
Maintenance
Related MCP Connectors
- potto-japanOAuthapp.potto
Authoritative JLPT-graded Japanese dataset (kanji, vocab, grammar, history) via MCP and REST.
Jisho.org Japanese-English dictionary MCP (keyless).
Search the Inoh dictionary and create, track and delete your own vocabulary flashcards.
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
Related MCP Servers
- FlicenseAqualityCmaintenanceEnables text-to-speech playback with multiple Japanese character voices using VLC, supporting simultaneous audio playback and custom pronunciation dictionaries for English words.4-
- AlicenseAqualityCmaintenanceProvides AI agents with direct access to local Yomitan dictionary databases for offline Japanese vocabulary lookups, kanji searches, and sentence tokenization. It leverages the Yomitan browser extension's API to enable rich dictionary interactions and Anki flashcard field generation.58 npm6Mozilla Public 2.0
- AlicenseNot gradedqualityDmaintenanceEnables intelligent Anki vocabulary management with automatic TTS audio generation, batch card creation, and advanced search and analysis.8 npm7MIT
- 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.22MIT