Model Context Protocol (MCP) server configuration and tool manifest for EvolutionAPI/evolution-api
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"evolution-api": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-evolution-api"
]
}
}
}