Labsco
tijs logo

MCP Sound Tool

โ˜… 1

from tijs

A sound tool for MCP-compatible IDEs like Cursor. Plays sounds for events like completion, error, and notification.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeNeeds API keys

MseeP.ai Security Assessment Badge

MCP Sound Tool

A Model Context Protocol (MCP) implementation that plays sound effects for Cursor AI and other MCP-compatible environments. This Python implementation provides audio feedback for a more interactive coding experience.

Features

  • Plays sound effects for various events (completion, error, notification)
  • Uses the Model Context Protocol (MCP) for standardized integration with Cursor and other IDEs
  • Cross-platform support (Windows, macOS, Linux)
  • Configurable sound effects

Development

For development:

# Install development dependencies
pip install -e ".[dev]"

# Run tests
pytest