mcp-nfe-br
Rank #7,711io.github.cmendezs/mcp-nfe-br
MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ.
mcp-nfe-br is a Model Context Protocol (MCP) server published by cmendezs. It ranks #7,711 of 115,460 servers tracked on MCP Toplist. mcp-nfe-br is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Jun 13, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 107,749 of 115,460 servers on MCP Toplist.
Use mcp-nfe-br
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-nfe-br -e "BR_READ_ONLY=<your BR_READ_ONLY>" -e "BR_CTE_READ_ONLY=<your BR_CTE_READ_ONLY>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- uvx mcp-nfe-brReplace each placeholder with your own value before saving.
[mcp_servers.mcp-nfe-br]
command = "uvx"
args = ["mcp-nfe-br"]
[mcp_servers.mcp-nfe-br.env]
BR_READ_ONLY = "<your BR_READ_ONLY>"
BR_CTE_READ_ONLY = "<your BR_CTE_READ_ONLY>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<your BR_READ_ONLY>",
"BR_CTE_READ_ONLY": "<your BR_CTE_READ_ONLY>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<your BR_READ_ONLY>",
"BR_CTE_READ_ONLY": "<your BR_CTE_READ_ONLY>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-nfe-br": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<your BR_READ_ONLY>",
"BR_CTE_READ_ONLY": "<your BR_CTE_READ_ONLY>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<your BR_READ_ONLY>",
"BR_CTE_READ_ONLY": "<your BR_CTE_READ_ONLY>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfe-br": {
"command": "uvx",
"args": [
"mcp-nfe-br"
],
"env": {
"BR_READ_ONLY": "<your BR_READ_ONLY>",
"BR_CTE_READ_ONLY": "<your BR_CTE_READ_ONLY>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cmendezs%2Fmcp-nfe-br)<a href="https://mcptoplist.com/server/io.github.cmendezs%2Fmcp-nfe-br"><img src="https://mcptoplist.com/badge/io.github.cmendezs%2Fmcp-nfe-br.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cmendezs
Other servers by cmendezs
- MCP E-Invoicing Core#4,191 · 16 vers
- mcp-ksef-pl#5,509 · 6 vers
- mcp-facturacion-electronica-es#5,761 · 6 vers
- mcp-einvoicing-de#7,722 · 6 vers
- mcp-einvoicing-be#7,927 · 6 vers
- Fattura Elettronica IT#7,994 · 5 vers
- Facture Électronique France#8,304 · 6 vers
- MCP Einvoicing Ae Server#12,825 · 3 vers
- MCP Invoicenow Sg Server#13,568 · 3 vers
Available versions (6)
| Version | Published |
|---|---|
| 0.8.0 | Aug 26, 2026 |
| 0.7.0 | Aug 17, 2026 |
| 0.6.5 | Aug 14, 2026 |
| 0.6.3 | Aug 11, 2026 |
| 0.3.1 | Jun 15, 2026 |
| 0.1.0 | Jun 13, 2026 |
Frequently asked questions
- Who maintains mcp-nfe-br?
- mcp-nfe-br is maintained by cmendezs, which publishes 10 MCP servers (63 total versions) tracked on MCP Toplist.
- Is mcp-nfe-br listed on the Official MCP Registry?
- Yes — mcp-nfe-br is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mcp-nfe-br have?
- MCP Toplist tracks 6 versions of mcp-nfe-br, most recently published on Aug 26, 2026.
- Where can I find the source code for mcp-nfe-br?
- The source code for mcp-nfe-br is hosted at github.com/cmendezs/mcp-nfe-br.