日语音频-MCP包(MCPB)
MCP捆绑包,从下载日语单词发音音频 日语播客101。不需要API密钥。
工具
| 工具 | 说明 |
|---|---|
download_audio | 下载单个单词的发音并另存为MP3文件 |
batch_download_audio | 下载多个单词的发音并另存为MP3文件 |
快速开始
作为MCPB捆绑包安装
npx @anthropic-ai/mcpb pack
# Open the .mcpb file with Claude Desktop手动克劳德桌面配置
{
"mcpServers": {
"japanese-audio": {
"command": "node",
"args": ["/path/to/audio-gen/server/index.js"],
"env": {
"OUTPUT_PATH": "/path/to/audio/output"
}
}
}
}发展
npm install
node server/index.js用法
"Download audio for 掲示板"
→ download_audio(kanji="掲示板", kana="けいじばん")
→ Saves to OUTPUT_PATH/掲示板_けいじばん.mp3批次示例:
"Download audio for these words: 先着(せんちゃく), 協会(きょうかい), 金額(きんがく)"
→ batch_download_audio(words=[...])
→ Saves all MP3 files to OUTPUT_PATH/