MCP Dev Brasil Server
Rank #53,136io.github.codespar/mcp-efi
MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças
MCP Dev Brasil Server is a Model Context Protocol (MCP) server published by codespar. It ranks #53,136 of 115,460 servers tracked on MCP Toplist, and its repository has 269 GitHub stars. MCP Dev Brasil Server is listed on Official MCP, with 1 tracked version. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 62,324 of 115,460 servers on MCP Toplist.
Use MCP Dev Brasil Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-efi -e "EFI_CLIENT_SECRET=<your EFI_CLIENT_SECRET>" -- npx -y @codespar/mcp-efiReplace each placeholder with your own value before saving.
[mcp_servers.mcp-efi]
command = "npx"
args = ["-y", "@codespar/mcp-efi"]
[mcp_servers.mcp-efi.env]
EFI_CLIENT_SECRET = "<your EFI_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-efi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your EFI_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-efi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your EFI_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-efi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your EFI_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-efi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your EFI_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-efi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your EFI_CLIENT_SECRET>"
}
}
}
}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.codespar%2Fmcp-efi)<a href="https://mcptoplist.com/server/io.github.codespar%2Fmcp-efi"><img src="https://mcptoplist.com/badge/io.github.codespar%2Fmcp-efi.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
codespar
Other servers by codespar
View all codespar servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 12, 2026 |
Frequently asked questions
- Who maintains MCP Dev Brasil Server?
- MCP Dev Brasil Server is maintained by codespar, which publishes 239 MCP servers (128 total versions) tracked on MCP Toplist.
- Is MCP Dev Brasil Server listed on the Official MCP Registry?
- Yes — MCP Dev Brasil Server is listed on the Official MCP Registry.
- How many versions does MCP Dev Brasil Server have?
- MCP Toplist tracks 1 version of MCP Dev Brasil Server, most recently published on Apr 12, 2026.
- Where can I find the source code for MCP Dev Brasil Server?
- The source code for MCP Dev Brasil Server is hosted at github.com/codespar/mcp-dev-brasil.