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

@iflow-mcp/mcp-transcribe

v1.0.4

Published

Add transcription tools to your AI-powered assistants.

Downloads

25

Readme

About

Transcribe MCP instantly connects your account to assistants like Claude, Windsurf, Cursor, and more so they can automate tasks on your behalf. The Local Server can add local files for transcription and return result to your Assistant in seconds.

Features

  • ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python packages, results in seconds.
  • 🏆 High-quality transcriptions. Works with noisy audio, over 100 languages supported, featuring word-level timestamps and speaker separation.
  • 🔋 Wide variety of formats out-of-the-box and Cloud storage for your audio notes and records.
  • 👥 Collaboration support via Transcribe.com teams feature

🚀 Local installation: Claude Desktop

🔹 Get your private MCP integration URL

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup

🔹 Download pre-built MCP Bundle (MCPB): Click Here

📦 The MCPB includes:

  • ✅ One-click installation in Claude Desktop
  • ✅ Secure environment variable configuration
  • ✅ Automatic dependency management
  • ✅ Built-in error handling and debugging
  • ✅ The MCPB file is automatically updated for the latest features and fixes

Option 1: Double-Click Installation (Recommended)

  • Double-click the .mcpb file
  • Claude Desktop will automatically install the extension
  • Follow the configuration prompts

Option 2: Manual Installation

  • Open Claude Desktop
  • Go to Settings → Extensions
  • Click "Install Extension" and select the .mcpb file

Configuration

During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.

🚀 Local installation: Other assistants

🔹 Get your private MCP integration URL

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup

🔹 Before installing the server, ensure you have Node.js and Git

  • Download from: https://nodejs.org/
  • Verify Node with: node --version
  • Verify NPX with: npx --version

🔹 Add Local Server via your assistant settings and use this snippet for server setup:

{
  "key": "transcribe-local",
  "command": "npx",
  "args": [
    "args": ["-y", "github:transcribe-app/mcp-transcribe"],
  ],
  "env": {
    "MCP_INTEGRATION_URL": "<your-MCP-integration-URL>"
  }
}

Configuration

Replace <your-MCP-integration-URL> with your private URL.


⚡ Available Tools

List of tools is expanded with each new version.

1. convert-to-text: converts audio to text and returns the text immediately.

  • Note: This tool use your time credits.
  • Note: Remote server expect public-accessible URL, Local Server can use both URL and a path to local file in your file system.

2. get-balance: returns balance of your account.

3. read-transcriptions: returns content of ready transcriptions with optional filtering/search.

4. update-transcription: renames or deletes transcriptions in your account at Transcribe.com

💡 Security Notes

  • Private URL: Store your private URL securely, do not share it with others

⚠️ Troubleshooting

"MCP_INTEGRATION_URL environment variable is required"

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup
  • Add it as server's "MCP_INTEGRATION_URL" environment variable in your AI assistant settings

Extension Won't Install

  • Ensure you have the latest Claude Desktop version
  • Check that node is installed and in your PATH