assembly-mcp-server
Verified Safeby 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
npm run startEnvironment 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
tiger-linear-mcp-server
This server acts as a wrapper for the Linear API, providing focused tools for LLMs to manage and query issue tracking and project data.
tiger-gh-mcp-server
Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
deployhq-mcp-server
This is a backend server component, likely acting as a "Master Control Program" for deployment workflows or a core service, developed using Node.js and TypeScript.