MCP Nfse Nacional
Rank #16,635io.github.SamuelMoraesF/mcp-nfse-nacional
MCP server providing nfse-nacional capabilities
MCP Nfse Nacional is a Model Context Protocol (MCP) server published by samuelmoraesf. It ranks #16,635 of 132,113 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. MCP Nfse Nacional is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 12, 2026 and most recently updated on Feb 12, 2026.
Ranks ahead of 115,478 of 132,113 servers on MCP Toplist.
Use MCP Nfse Nacional
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-nfse-nacional -e "CERT_PASSWORD=<your CERT_PASSWORD>" -e "CERT_FILE=<your CERT_FILE>" -e "NODE_OPTIONS=<your NODE_OPTIONS>" -- npx -y mcp-nfse-nacionalReplace each placeholder with your own value before saving.
claude mcp add mcp-nfse-nacional -e "CERT_PASSWORD=<your CERT_PASSWORD>" -e "CERT_FILE=<your CERT_FILE>" -e "MCP_PORT=<your MCP_PORT>" -e "STORAGE_PATH=<your STORAGE_PATH>" -- docker run -i --rm -p "{MCP_PORT}:{MCP_PORT}" -v "{CERT_FILE}:/app/certificado.pfx:ro" -v "{STORAGE_PATH}:/app/storage" docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3Replace each placeholder with your own value before saving.
[mcp_servers.mcp-nfse-nacional]
command = "npx"
args = ["-y", "mcp-nfse-nacional"]
[mcp_servers.mcp-nfse-nacional.env]
CERT_PASSWORD = "<your CERT_PASSWORD>"
CERT_FILE = "<your CERT_FILE>"
NODE_OPTIONS = "<your NODE_OPTIONS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-nfse-nacional]
command = "docker"
args = ["run", "-i", "--rm", "-p", "{MCP_PORT}:{MCP_PORT}", "-v", "{CERT_FILE}:/app/certificado.pfx:ro", "-v", "{STORAGE_PATH}:/app/storage", "docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"]
[mcp_servers.mcp-nfse-nacional.env]
CERT_PASSWORD = "<your CERT_PASSWORD>"
CERT_FILE = "<your CERT_FILE>"
MCP_PORT = "<your MCP_PORT>"
STORAGE_PATH = "<your STORAGE_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "npx",
"args": [
"-y",
"mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"NODE_OPTIONS": "<your NODE_OPTIONS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_PORT}:{MCP_PORT}",
"-v",
"{CERT_FILE}:/app/certificado.pfx:ro",
"-v",
"{STORAGE_PATH}:/app/storage",
"docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"MCP_PORT": "<your MCP_PORT>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "npx",
"args": [
"-y",
"mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"NODE_OPTIONS": "<your NODE_OPTIONS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_PORT}:{MCP_PORT}",
"-v",
"{CERT_FILE}:/app/certificado.pfx:ro",
"-v",
"{STORAGE_PATH}:/app/storage",
"docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"MCP_PORT": "<your MCP_PORT>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-nfse-nacional": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"NODE_OPTIONS": "<your NODE_OPTIONS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-nfse-nacional": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_PORT}:{MCP_PORT}",
"-v",
"{CERT_FILE}:/app/certificado.pfx:ro",
"-v",
"{STORAGE_PATH}:/app/storage",
"docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"MCP_PORT": "<your MCP_PORT>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "npx",
"args": [
"-y",
"mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"NODE_OPTIONS": "<your NODE_OPTIONS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_PORT}:{MCP_PORT}",
"-v",
"{CERT_FILE}:/app/certificado.pfx:ro",
"-v",
"{STORAGE_PATH}:/app/storage",
"docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"MCP_PORT": "<your MCP_PORT>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "npx",
"args": [
"-y",
"mcp-nfse-nacional"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"NODE_OPTIONS": "<your NODE_OPTIONS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-nfse-nacional": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"{MCP_PORT}:{MCP_PORT}",
"-v",
"{CERT_FILE}:/app/certificado.pfx:ro",
"-v",
"{STORAGE_PATH}:/app/storage",
"docker.io/samuelmoraesf/mcp-nfse-nacional:1.0.3"
],
"env": {
"CERT_PASSWORD": "<your CERT_PASSWORD>",
"CERT_FILE": "<your CERT_FILE>",
"MCP_PORT": "<your MCP_PORT>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}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.SamuelMoraesF%2Fmcp-nfse-nacional)<a href="https://mcptoplist.com/server/io.github.SamuelMoraesF%2Fmcp-nfse-nacional"><img src="https://mcptoplist.com/badge/io.github.SamuelMoraesF%2Fmcp-nfse-nacional.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
samuelmoraesf
Other servers by samuelmoraesf
View all samuelmoraesf servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Feb 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Nfse Nacional?
- MCP Nfse Nacional is maintained by samuelmoraesf, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCP Nfse Nacional listed on the Official MCP Registry?
- Yes — MCP Nfse Nacional is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Nfse Nacional have?
- MCP Toplist tracks 2 versions of MCP Nfse Nacional, most recently published on Feb 12, 2026.
- Where can I find the source code for MCP Nfse Nacional?
- The source code for MCP Nfse Nacional is hosted at github.com/samuelmoraesf/mcp-nfse-nacional.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.