Transcribe audio files using OpenAI's Speech-to-Text API.
A MCP server that provides audio transcription capabilities using OpenAI's API.
git clone https://github.com/Ichigo3766/audio-transcriber-mcp.git
cd audio-transcriber-mcp
npm install
npm run build
Set up your OpenAI API key in your environment variables.
Add the server configuration to your environment:
{
"mcpServers": {
"audio-transcriber": {
"command": "node",
"args": [
"/path/to/audio-transcriber-mcp/build/index.js"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "", // Optional
"OPENAI_MODEL": "" // Optional
}
}
}
}
Replace /path/to/audio-transcriber-mcp
with the actual path where you cloned the repository.
transcribe_audio
- Transcribe audio files using OpenAI's API
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Manage Twilio resources such as subaccounts, phone numbers, and regulatory bundles using the Twilio API.
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
A server for interacting with the AgentMail API for email communication. Requires an API key.
An MCP server application that sends various types of messages to the WeCom group robot.
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Provides standardized access to social platform and onchain data using the Neynar API.
Enables AI assistants to send push notifications via the Pushover service.
Enables room-based messaging between multiple agents.
Post to the Bluesky social network using the AT Protocol.
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.