Sound Effects MCP

Sound Effects MCP

Plays sound effects (completion, newtype, and error sounds) in response to various situations like task completion, insights, or errors. Integrates with Claude Desktop to provide audio feedback for improved workflow efficiency and entertainment.

Category
Visit Server

README

サウンドエフェクトMCP 🎵

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

特徴

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

使用方法

Claude Code経由での使用

Claude CodeでプロジェクトレベルでこのMCPを追加:

claude mcp add sound-effects-mcp -s project -- npx -y sound-effects-mcp

[!WARNING] 環境によってはnpxが見つからない場合があります。その場合はwhich npxでフルパスを確認して使用してください:

# npxのフルパスを確認
which npx

# フルパスを使用(例)
claude mcp add sound-effects-mcp -s project -- /usr/local/bin/npx -y sound-effects-mcp

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 で効果音一覧を見せてください

便利なプロンプト設定

Claude CodeのCLAUDE.mdファイルに以下を追加すると、自動的に適切なタイミングで効果音が再生されます:

# サウンドエフェクト
- タスクやプロジェクトが完了した時は `play-sound-effect``complete` 音を再生してください
- 問題の原因が特定できた時は `play-sound-effect``newtype` 音を再生してください
- 重要な気づきやひらめきがあった時は `play-sound-effect``newtype` 音を再生してください

対応プラットフォーム

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

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

使用用途

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

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

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

開発者向け情報

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

ライセンス

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured