← Back to browse

mcp-nfse-nacional

Indexed by io.github.SamuelMoraesF

About

MCP Server para consulta de NFSe no portal nacional (nfse.gov.br)

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 varsCERT_PASSWORD CERT_FILE NODE_OPTIONS
Claude Code
claude mcp add --env CERT_PASSWORD= --env CERT_FILE= --env NODE_OPTIONS= mcp-nfse-nacional -- npx mcp-nfse-nacional
Cursor

Add to 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-nfse-nacional","command":"npx","args":["mcp-nfse-nacional"],"env":{"CERT_PASSWORD":"","CERT_FILE":"","NODE_OPTIONS":""}}'
JSON
{
  "mcpServers": {
    "mcp-nfse-nacional": {
      "command": "npx",
      "args": [
        "mcp-nfse-nacional"
      ],
      "env": {
        "CERT_PASSWORD": "",
        "CERT_FILE": "",
        "NODE_OPTIONS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.