mcp efi for Cursor
io.github.codespar/mcp-efi
MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças
client:Cursor
transport:stdio
runtime:npm
Install mcp efi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-efi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<EFI_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs