SpeechWeave for Windsurf
io.github.speechweave/mcp
Transcribe local files and URLs with SpeechWeave's OpenAI-compatible Speech-to-Text API.
client:Windsurf
transport:stdio
runtime:npm
Install SpeechWeave in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@speechweave/mcp"
],
"env": {
"SPEECHWEAVE_API_KEY": "<SPEECHWEAVE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs