Back to Home
gvdlga icon

assembly-mcp-server

Verified Safe

by gvdlga

Overview

This MCP server provides an API wrapper for AssemblyAI, enabling audio transcription and management functionalities such as transcribing files, checking status, listing, and deleting transcriptions.

Installation

Run Command
npm run start

Environment Variables

  • ASSEMBLY_API_KEY
  • DASHBOARD_URL

Security Notes

The server uses environment variables for API keys (`ASSEMBLY_API_KEY`) and relies on the `@geniusagents/mcp` library for potential session-based API key management, which is a good practice. No direct 'eval' or other obviously dangerous patterns were found. The server acts as a proxy, so the primary security consideration would be the secure management of the AssemblyAI API key and the `@geniusagents/mcp` framework's security.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-20

Tags

AssemblyAISpeech-to-TextTranscriptionAPI WrapperMCP Server