Japanese Audio MCP Server
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., "@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 installed
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
- FlicenseAqualityCmaintenanceEnables text-to-speech playback with multiple Japanese character voices using VLC, supporting simultaneous audio playback and custom pronunciation dictionaries for English words.Last updated4
- 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.Last updated5326Mozilla Public 2.0
- Alicense-qualityDmaintenanceEnables intelligent Anki vocabulary management with automatic TTS audio generation, batch card creation, and advanced search and analysis.Last updated166MIT
- 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
Related MCP Connectors
Wiktionary MCP — multilingual dictionary via Wikimedia REST + MediaWiki Action API
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Dictionary MCP — wraps Free Dictionary API (free, no auth)
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/nomercy360/audio-gen'
If you have feedback or need assistance with the MCP directory API, please join our Discord server