npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-server-audio-summary

v2.2.1

Published

MCP Server that provides tools for task summarization and audio generation with Coqui TTS and ElevenLabs support

Readme

🎙️ MCP Server Audio Summary

NPM Version License: MIT

Model Context Protocol (MCP) server that adds audio superpowers to your AI. Summarize tasks and hear them spoken using Coqui TTS (Open Source) or ElevenLabs.


🇧🇷 Português

Servidor MCP que fornece ferramentas para sumarização de tarefas e geração de áudio.

🚀 Instalação Rápida

Você não precisa baixar o código manualmente. Adicione ao seu claude_desktop_config.json:

{
  "mcpServers": {
    "audio-summary": {
      "command": "npx",
      "args": ["-y", "mcp-server-audio-summary"],
      "env": {
        "OPENAI_API_KEY": "sua_chave_aqui",
        "ELEVENLABS_API_KEY": "opcional_aqui",
        "DEFAULT_TTS_ENGINE": "coqui"
      }
    }
  }
}

🛠️ Configuração do Coqui TTS (Open Source)

Para usar áudio 100% local e gratuito, execute o setup na pasta do seu projeto:

npx mcp-server-audio-summary-setup

(Ou use o script setup-coqui-tts.sh incluído no pacote).


🇺🇸 English

MCP Server providing tools for task summarization and audio feedback using modern TTS engines.

🚀 Quick Start

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "audio-summary": {
      "command": "npx",
      "args": ["-y", "mcp-server-audio-summary"],
      "env": {
        "OPENAI_API_KEY": "your_key_here",
        "ELEVENLABS_API_KEY": "optional_here",
        "DEFAULT_TTS_ENGINE": "coqui"
      }
    }
  }
}

🔧 Features

  • summarizeTask: Generates a smart summary of completed work.
  • generateAudio: Converts text to speech (supports ElevenLabs & Coqui).
  • ambientSound: Play background focus sounds (lofi, rain, etc).
  • watchBuild: Audio notification when your long builds finish.

⚙️ Environment Variables / Variáveis de Ambiente

| Variable | Description | |----------|-------------| | OPENAI_API_KEY | Required for summaries / Obrigatória para resumos | | ELEVENLABS_API_KEY | Optional for high quality voice / Opcional para voz HD | | DEFAULT_TTS_ENGINE | coqui or elevenlabs | | AUTO_PLAY_ENABLED | true or false |


🤝 Contribuição / Contributing

🇧🇷 Como contribuir:

  1. Faça um Fork do projeto.
  2. Crie uma Branch para sua feature (git checkout -b feature/nova-ferramenta).
  3. Faça o Commit de suas alterações.
  4. Abra um Pull Request.

Adoramos receber novas ferramentas, correções de bugs e sugestões de áudio!

🇺🇸 How to contribute:

  1. Fork the project.
  2. Create your feature Branch (git checkout -b feature/new-tool).
  3. Commit your changes.
  4. Open a Pull Request.

We love receiving new tools, bug fixes, and audio suggestions!


📄 License

MIT © 2026