mcp focus nfe for VS Code
io.github.codespar/mcp-focus-nfe
MCP server for Focus NFe — NFe, NFSe, NFCe emission and management
client:VS Code
transport:stdio
runtime:npm
Install mcp focus nfe in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "focus-nfe-token",
"description": "FOCUS_NFE_TOKEN",
"password": true
}
],
"servers": {
"mcp-focus-nfe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-focus-nfe"
],
"env": {
"FOCUS_NFE_TOKEN": "${input:focus-nfe-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs