Back to Browse

Transcribe MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP-Transcribe server allows LLMs to interact with the text content of audio/video files

About

MCP-Transcribe server allows LLMs to interact with the text content of audio/video files

Security Report

4.2
Use Caution4.2High Risk

A legitimate transcription service MCP server that properly handles authentication via environment variables and has appropriate permissions for its purpose. Minor code quality issues related to error handling and a variable naming bug in one function, but no significant security concerns. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your MCP-integration URLRequired

Environment variable: MCP_INTEGRATION_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ipv6-mcp-transcribe": {
      "env": {
        "MCP_INTEGRATION_URL": "your-mcp-integration-url-here"
      },
      "args": [
        "-y",
        "integr_mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!