← Back to Plugins
MCP Server MCP

WebVoice

github By github 👁 1 views ▲ 0 votes

WebVoice MCP: chat, TTS, STT, translate, images. Email signup, welcome credits, optional Solana.

Homepage Verified source GitHub

Install

uvx webvoice-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "webvoice-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "WebVoice API key (wv_…). Optional until after webvoice_register_verify; required for chat/TTS/STT.",
          "format": "string",
          "isSecret": true,
          "name": "WEBVOICE_API_KEY"
        },
        {
          "description": "REST API base URL",
          "format": "string",
          "default": "https://webvoice.easytaskflow.app/api/v1",
          "name": "WEBVOICE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...