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
{
"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