WhatsApp multi-device with QR code pairing. Messaging, groups, status updates, and contacts -- self-hosted friendly.
$ npm install @codespar/mcp-evolution-apiAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"evolution-api": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-evolution-api"
],
"env": {
"EVOLUTION_API_KEY": "<your_evolution_api_key>"
}
}
}
}After restart, your agent can call any of the 25 tools below โ try send_text first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
EVOLUTION_API_KEYAPI key for evolution-api
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
send_textsend_imagesend_documentget_instancescreate_instanceget_qrcodeget_contactssend_pollMCP is a protocol โ any framework that speaks it can mount this server.