What is the Speechtotext Mcp MCP server?
MCP server for Speech-to-Text
How to install Speechtotext Mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"speechtotext_mcp": {
"url": "https://speechtotext_mcp.mcpize.run/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"speechtotext_mcp": {
"serverUrl": "https://speechtotext_mcp.mcpize.run/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"speechtotext_mcp": {
"type": "http",
"url": "https://speechtotext_mcp.mcpize.run/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"speechtotext_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://speechtotext_mcp.mcpize.run/mcp"
]
}
}
}Claude Code
claude mcp add --transport http speechtotext_mcp https://speechtotext_mcp.mcpize.run/mcpRelated MCP servers
Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive
View repository →