mcp-nfe-br
About
MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BR_READ_ONLY BR_CTE_READ_ONLY LOG_LEVELClaude Code
claude mcp add --env BR_READ_ONLY= --env BR_CTE_READ_ONLY= --env LOG_LEVEL= mcp-nfe-br -- uvx mcp-nfe-br
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-nfe-br","command":"uvx","args":["mcp-nfe-br"],"env":{"BR_READ_ONLY":"","BR_CTE_READ_ONLY":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "",
"BR_CTE_READ_ONLY": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.