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.
Latest Blog Posts
- 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