mcp zenvia for VS Code
io.github.codespar/mcp-zenvia
MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports
client:VS Code
transport:stdio
runtime:npm
Install mcp zenvia in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "zenvia-api-token",
"description": "ZENVIA_API_TOKEN",
"password": true
}
],
"servers": {
"mcp-zenvia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-zenvia"
],
"env": {
"ZENVIA_API_TOKEN": "${input:zenvia-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs