mcpbeat Sign in

SpeechWeave MCP Server

by speechweave Your server? Claim it
local only

SpeechWeave runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 21 Aug 2026.

Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.

Installs per day peak 390 · avg 38 · +2% w/w
a month agotoday
58
Installs / week
npm · @speechweave/mcp
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SpeechWeave every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @speechweave/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@speechweave/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@speechweave/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@speechweave/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@speechweave/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SPEECHWEAVE_API_KEY (SpeechWeave API key (sk_live_...)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SpeechWeave

same job, measured the same way
Whisper Transcribe
by zahirinatzuke

Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.

88 installs/wk local only
Whisper MCP
by jwulff

Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.

124 installs/wk local only
Elevenlabs
by mcparmory

Convert text to speech, transcribe audio, and dub videos with AI voices

241 installs/wk local only
Paxa Labs
by paxalabs

Thai and English speech AI: TTS with local playback, transcription, translation to Thai, and OCR

400 installs/wk local only
CrispASR Agent Transcriber
by emiyakatuz

Transcribe and understand local audio/video with CrispASR and local models only.

138 installs/wk local only
Qsp MCP
by qso-graph

QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)

68 installs/wk local only
Local Delegate
by zahirinatzuke

Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.

440 installs/wk local only
Video Vision MCP
by kitdevua

Analyze any video (local file or URL) into frames + transcript for Claude Code

168 installs/wk local only

SpeechWeave — questions

Answers built from our own checks of this server.

Why is there no uptime for SpeechWeave?
SpeechWeave runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @speechweave/mcp was installed 58 times last week.
How do I connect SpeechWeave?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @speechweave/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SpeechWeave?
The npm package @speechweave/mcp was installed 58 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SpeechWeave open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.