Transcription MCP Sever
@Charisma2595
Transcription MCP Sever について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"transcription_mcp_server": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"mcpserver_transcription.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Transcription MCP Sever?
Transcription MCP Sever is an MCP (Model-Context-Protocol) server for transcribing MP3 audio files using the AssemblyAI API. It provides command-line and Docker-based tools to transcribe audio, targeting podcasters, content creators, educators, and business teams.
How to use Transcription MCP Sever?
Install dependencies from requirements.txt, set your AssemblyAI API key as the API_KEY environment variable, then run with mcp dev or mcp install to connect with an AI assistant like Claude, or use the provided client script with a file path.
Key features of Transcription MCP Sever
- Transcribe MP3 audio files into JSON transcripts via AssemblyAI API
- Speaker diarization (speaker labels) enabled
- Saves transcripts in a local "transcripts/" directory
- Accepts file paths via command-line interface (Google Fire)
- Ready to run in a Docker container for portability
Use cases of Transcription MCP Sever
- Transcribing podcast episodes for show notes and searchability
- Converting educational lecture recordings into text transcripts
- Generating meeting summaries for business teams
- Creating searchable archives of audio content for content creators
FAQ from Transcription MCP Sever
What are the prerequisites?
Python 3.10+, Uvicorn, Google Fire, an AssemblyAI API key, and optionally Docker.
How do I set my AssemblyAI API key?
Set it as an environment variable: export API_KEY="your_assemblyai_api_key" on Linux/macOS, or set API_KEY="your_assemblyai_api_key" on Windows CMD.
Where are the transcripts saved?
All transcripts are saved in a local folder named transcripts/.
What audio formats are supported?
Only MP3 files are supported for transcription.
Can I run Transcription MCP Sever without Docker?
Yes, it can run directly on a local machine using Python and Uvicorn. Docker is optional.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント