Skip to content
Cursor

mcp focus nfe for Cursor

io.github.codespar/mcp-focus-nfe

MCP server for Focus NFe — NFe, NFSe, NFCe emission and management

client:Cursor transport:stdio runtime:npm

Install mcp focus nfe 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-focus-nfe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-focus-nfe"
      ],
      "env": {
        "FOCUS_NFE_TOKEN": "<FOCUS_NFE_TOKEN>"
      }
    }
  }
}

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

mcp focus nfe in other clients