Skip to content
Cursor

mcp nfe br for Cursor

io.github.cmendezs/mcp-nfe-br

MCP server for Brazilian e-invoicing: NF-e and NFC-e (modelo 55/65), schema 4.00, SEFAZ.

client:Cursor transport:stdio runtime:pypi

Install mcp nfe br in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-nfe-br": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-nfe-br"
      ],
      "env": {
        "BR_READ_ONLY": "<BR_READ_ONLY>",
        "BR_CTE_READ_ONLY": "<BR_CTE_READ_ONLY>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp nfe br in other clients