Skip to main content
ClaudeWave

Official SpeechWeave MCP server

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/21/2026
Install in Claude Code / Claude Desktop
Method: NPX · @speechweave/mcp
Claude Code CLI
claude mcp add speechweave-mcp -- npx -y @speechweave/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "speechweave-mcp": {
      "command": "npx",
      "args": ["-y", "@speechweave/mcp"],
      "env": {
        "SPEECHWEAVE_API_KEY": "<speechweave_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
SPEECHWEAVE_API_KEY
Casos de uso

Resumen de MCP Servers

# @speechweave/mcp

[![npm version](https://img.shields.io/npm/v/@speechweave/mcp.svg)](https://www.npmjs.com/package/@speechweave/mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Official [Model Context Protocol](https://modelcontextprotocol.io) server for [SpeechWeave](https://speechweave.com). Use to transcribe local files and URLs from Cursor, Claude Desktop, Claude Code, Windsurf, and other MCP clients.

SpeechWeave handles short clips and long-form audio without client-side chunking. This MCP server exposes both **wait-first** tools (get a transcript in one turn) and **async create + poll** tools (start a job, then check status).

**Docs:** [speechweave.com/docs/mcp](https://speechweave.com/docs/mcp) · [API reference](https://speechweave.com/docs/api)

## Install / run

Requires Node.js 18+ and a SpeechWeave API key (`sk_live_…`).

```bash
export SPEECHWEAVE_API_KEY="sk_live_..."
npx -y @speechweave/mcp
```

## Cursor / Claude Desktop

Add to your MCP config (e.g. `.cursor/mcp.json`, `claude_desktop_config.json`):

```json
{
	"mcpServers": {
		"speechweave": {
			"command": "npx",
			"args": ["-y", "@speechweave/mcp"],
			"env": {
				"SPEECHWEAVE_API_KEY": "sk_live_..."
			}
		}
	}
}
```

## Tools

| Tool | Mode | When to use |
|---|---|---|
| `transcribe_file` | Wait-first | Absolute local path; wait until transcript is ready |
| `transcribe_url` | Wait-first | Public HTTPS URL; wait until transcript is ready |
| `start_job_file` | Async | Absolute local path; return `job_id` immediately |
| `start_job_url` | Async | Public HTTPS URL; return `job_id` immediately |
| `get_job_status` | Poll | Fetch status / transcript for a job id |
| `cancel_job` | Control | Cancel a queued or processing job |
| `get_limits` | Info | Upload size ceilings for your API key |
| `fetch_doc` | Info | Public docs by slug (bundled pages + live OpenAPI) |

**Never pass raw audio bytes over MCP.** Use absolute file paths (local clients) or HTTPS URLs.

### Configuration & Arguments

All transcription and job-start tools accept the following optional arguments:
* `model`: Choose `core` (default) or `max`.
* `service_mode`: Choose `standard` (default) or `deferred` for the background queue. `synchronous` is accepted as an alias for `standard`.
* `language`: Optional ISO language code to force language detection.
* `task`: Choose `transcribe` (default) or `translate` to produce an English translation instead; `language` is ignored when translating.
* `prompt`: Optional custom vocabulary hint (proper nouns, acronyms, product names) for the first ~30s of audio.

**Formatted transcripts:** `transcribe_file`, `transcribe_url`, and `get_job_status` also accept an optional `response_format` (`text`, `srt`, `vtt`, or `verbose_json`) to return the transcript in that shape instead of the default plain text.

**Timeout behavior:** Wait-first tools accept an optional `timeout_ms`. If the transcription exceeds the timeout, the tool gracefully returns a `job_id` and instructs the client to switch to `get_job_status` polling.

### Account limits and docs

* `get_limits`: Returns `GET /v1/limits` for the calling key, with MB equivalents. Use before uploading large local files.
* `fetch_doc`: Returns public documentation. Slug `list` shows the catalog. Bundled pages include `quickstart`, `mcp`, `models`, `billing`, and `data_retention`. Slug `api` fetches a live OpenAPI overview; `api/<operation_slug>` returns one endpoint (e.g. `api/get_v1_limits`).

## Example Prompts

After adding the server and restarting your client, try asking your AI assistant:

### Short clip (wait-first)
> "Use SpeechWeave to transcribe `/Users/me/recordings/standup.mp3` and summarize action items."

*The assistant will call `transcribe_file` with the absolute path and summarize the returned `transcript`.*

### Long podcast (async + poll)
> "Start a SpeechWeave job for `https://cdn.example.com/three_hour_podcast.mp3`, then check back until it completes."

*The assistant will call `start_job_url`, then periodically call `get_job_status` until the status reaches `completed`.*

### Translate to subtitles (wait-first)
> "Translate `/Users/me/recordings/spanish_interview.mp3` into English SRT subtitles using SpeechWeave."

*The assistant will call `transcribe_file` with `task: "translate"` and `response_format: "srt"`.*

Lo que la gente pregunta sobre speechweave-mcp

¿Qué es speechweave/speechweave-mcp?

+

speechweave/speechweave-mcp es mcp servers para el ecosistema de Claude AI. Official SpeechWeave MCP server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala speechweave-mcp?

+

Puedes instalar speechweave-mcp clonando el repositorio (https://github.com/speechweave/speechweave-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar speechweave/speechweave-mcp?

+

Nuestro agente de seguridad ha analizado speechweave/speechweave-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene speechweave/speechweave-mcp?

+

speechweave/speechweave-mcp es mantenido por speechweave. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a speechweave-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega speechweave-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: speechweave/speechweave-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/speechweave-speechweave-mcp)](https://claudewave.com/repo/speechweave-speechweave-mcp)
<a href="https://claudewave.com/repo/speechweave-speechweave-mcp"><img src="https://claudewave.com/api/badge/speechweave-speechweave-mcp" alt="Featured on ClaudeWave: speechweave/speechweave-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a speechweave-mcp