MCP ExplorerExplorer

Sound Effects Mcp

@sawa-zenon a month ago
3 MIT
FreeCommunity
AI Systems
A sound-effects MCP server that plays various sound effects for different situations.

Overview

What is Sound Effects Mcp

Sound Effects MCP is a server designed to play various sound effects tailored for different situations, enhancing both productivity and entertainment.

Use cases

It can be utilized for signaling task completion, acknowledging special achievements, indicating errors or warnings, and injecting fun into daily workflows.

How to use

Users can run the MCP server directly via npx without installation. They must configure their Claude Desktop settings to integrate the sound effects server by adding specific JSON parameters.

Key features

The server offers three distinct sound effects (completion, new type sound, error), seamlessly integrates with Claude Desktop, uses a simple command-line interface, and supports improved task efficiency and entertainment.

Where to use

This MCP server is ideal for macOS environments, suitable for project completions, alerting special thoughts or ideas, and signaling errors that require attention.

Content

サウンドエフェクトMCP 🎵

様々なシチュエーションに応じた効果音を再生するMCPサーバーです。

特徴

  • 🎵 3種類の効果音(完了、ニュータイプ音、エラー音)
  • 🚀 Claude Desktopとの連携
  • 🛠️ シンプルなMCPツール
  • 🎯 作業効率とエンターテイメント性の両立

インストール方法

npx経由での使用(推奨)

# インストール不要、npx経由で直接使用
npx sound-effects-mcp

# 最新版を強制取得
npx sound-effects-mcp@latest

使用方法

Claude Desktopとの連携

Claude Desktopの設定ファイル(~/Library/Application Support/Claude/claude_desktop_config.json)に以下を追加:

{
  "mcpServers": {
    "sound-effects-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sound-effects-mcp"
      ]
    }
  }
}

利用可能なツール

play-sound-effect

様々な効果音を再生します。

パラメータ:

  • sound (必須): 効果音の種類
    • complete: 完了音(メロディ)
    • newtype: ニュータイプ音(キュピーン)
    • error: エラー音(警告音)
  • message (オプション): メッセージ

使用例:

play-sound-effect を使って、complete音でタスク完了を知らせてください

list-sound-effects

利用可能な効果音の一覧を表示します。

使用例:

list-sound-effects で効果音一覧を見せてください

対応プラットフォーム

  • macOS: 音声ファイル(MP3)をafplayコマンドで再生

音声ファイルは初回実行時に自動的にダウンロードされ、一時ディレクトリに保存されます。

使用用途

このMCPサーバーは以下のような場面で活用できます:

  • 完了音: プロジェクト完了、長時間処理の終了、タスク完了時
  • ニュータイプ音: 特別な達成、ひらめき時、問題の原因が特定できた時(ネタ要素)
  • エラー音: エラー発生時、警告時、注意が必要な場面

作業効率向上と楽しさを両立できるツールです。

開発者向け情報

開発・コントリビューションについては CONTRIBUTING.md をご覧ください。

ライセンス

MIT License

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers