MCP Dev Brasil Server
Rank #53,137io.github.codespar/mcp-evolution-api
MCP server for Evolution API — WhatsApp messaging, instances, contacts
MCP Dev Brasil Server is a Model Context Protocol (MCP) server published by codespar. It ranks #53,137 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,323 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-evolution-api -e "EVOLUTION_API_KEY=<your EVOLUTION_API_KEY>" -- npx -y @codespar/mcp-evolution-apiReplace each placeholder with your own value before saving.
[mcp_servers.mcp-evolution-api]
command = "npx"
args = ["-y", "@codespar/mcp-evolution-api"]
[mcp_servers.mcp-evolution-api.env]
EVOLUTION_API_KEY = "<your EVOLUTION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-evolution-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your EVOLUTION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-evolution-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your EVOLUTION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-evolution-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your EVOLUTION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-evolution-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your EVOLUTION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-evolution-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your EVOLUTION_API_KEY>"
}
}
}
}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-evolution-api)<a href="https://mcptoplist.com/server/io.github.codespar%2Fmcp-evolution-api"><img src="https://mcptoplist.com/badge/io.github.codespar%2Fmcp-evolution-api.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.