← Back to browse

mcp-nfe-io

Indexed by io.github.codespar

About

MCP server for NFe.io — NF-e, NFS-e, CNPJ, CEP

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 varsNFEIO_API_KEY NFEIO_COMPANY_ID
Claude Code
claude mcp add --env NFEIO_API_KEY= --env NFEIO_COMPANY_ID= mcp-nfe-io -- npx @codespar/mcp-nfe-io
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-nfe-io","command":"npx","args":["@codespar/mcp-nfe-io"],"env":{"NFEIO_API_KEY":"","NFEIO_COMPANY_ID":""}}'
JSON
{
  "mcpServers": {
    "mcp-nfe-io": {
      "command": "npx",
      "args": [
        "@codespar/mcp-nfe-io"
      ],
      "env": {
        "NFEIO_API_KEY": "",
        "NFEIO_COMPANY_ID": ""
      }
    }
  }
}

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