npm vocce-transcribe-mcpstdioupdated 1mo ago
Hosted audio/video transcription for AI agents and automations. No API key. No local model. Upload a file, get back text + SRT + VTT + timestamped segments — powered by Whisper large-v3 on vocce's GPU.
vocce transcribe で何ができる?
vocce — agent integrations
Hosted audio/video transcription for AI agents and automations. No API key. No local model. Upload a file, get back text + SRT + VTT + timestamped segments — powered by Whisper large-v3 on vocce's GPU.
→ Product: https://vocce.io · API docs: https://vocce.io/api · OpenAPI: https://vocce.io/openapi.json
Three ways to use it
1. MCP server — for Claude, Cursor, Windsurf, …
{ "mcpServers": { "vocce": { "command": "npx", "args": ["-y", "vocce-transcribe-mcp"] } } }
Details → transcribe-mcp-server/
2. CLI — Python, stdlib only
python3 transcribe-cli/transcribe.py meeting.mp3 --format srt
Details → transcribe-cli/
3. Agent Skill — drop-in for Claude
See → agent-transcription-skill/
Also in here
- GitHub Action — transcribe in CI →
github-action/ - n8n community node —
n8n-nodes-vocce→n8n-nodes-vocce/ - Function calling (OpenAI / Anthropic) + ChatGPT Action →
integrations/ - Directory submission kits (MCP + Skill) →
distribution/ - MCP registry manifest →
server.json
How it works
Every package is a thin client: it uploads your file to vocce's hosted backend, polls until the job is done, and returns the result. The transcription runs on vocce's GPU — nothing to install, no model to download. The backend is the product; these clients are open source (MIT).
License
MIT
インストール
vocce transcribe をクライアントに追加します。お使いのものを選んでください。
claude mcp add vocce-transcribe-mcp -- npx -y vocce-transcribe-mcpcodex mcp add vocce-transcribe-mcp -- npx -y vocce-transcribe-mcpamp mcp add vocce-transcribe-mcp -- npx -y vocce-transcribe-mcp{
"mcpServers": {
"vocce-transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vocce-transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"vocce-transcribe-mcp","command":"npx","args":["-y","vocce-transcribe-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"vocce-transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"vocce-transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"vocce-transcribe-mcp": {
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"vocce-transcribe-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"vocce-transcribe-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y vocce-transcribe-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス16/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 45 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.1.0最新 | 2026年7月17日 |
| 1.0.0 | 2026年7月8日 |