Skip to content
Cursor

WebVoice for Cursor

io.github.supermarco74/webvoice-mcp

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

client:Cursor transport:stdio runtime:pypi

Install WebVoice in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "webvoice-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "webvoice-mcp"
      ],
      "env": {
        "WEBVOICE_API_KEY": "<WEBVOICE_API_KEY>",
        "WEBVOICE_BASE_URL": "<WEBVOICE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WebVoice in other clients