mcp nuvem fiscal for VS Code
io.github.codespar/mcp-nuvem-fiscal
MCP server for Nuvem Fiscal — NF-e, NFS-e, NFC-e, CNPJ, CEP
client:VS Code
transport:stdio
runtime:npm
Install mcp nuvem fiscal in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nuvem-fiscal-client-secret",
"description": "NUVEM_FISCAL_CLIENT_SECRET",
"password": true
}
],
"servers": {
"mcp-nuvem-fiscal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-nuvem-fiscal"
],
"env": {
"NUVEM_FISCAL_CLIENT_SECRET": "${input:nuvem-fiscal-client-secret}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs