mcp iugu for VS Code
io.github.codespar/mcp-iugu
MCP server for iugu — invoices, subscriptions, customers, payment methods
client:VS Code
transport:stdio
runtime:npm
Install mcp iugu in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "iugu-api-token",
"description": "IUGU_API_TOKEN",
"password": true
}
],
"servers": {
"mcp-iugu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-iugu"
],
"env": {
"IUGU_API_TOKEN": "${input:iugu-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