MCP Server
MCP
SpeechWeave
Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.
Install
npx -y @speechweave/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@speechweave/mcp",
"version": "1.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SpeechWeave API key (sk_live_...)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SPEECHWEAVE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment