Personal WhatsApp (WAHA) + Telegram (MTProto) MCP servers for AI agents — built for hermes-agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hermes_mcps": {
"command": "npx",
"args": [
"-y",
"dudu1111685/hermes_mcps"
]
}
}
}
Run in terminal:
claude mcp add hermes_mcps npx -y dudu1111685/hermes_mcps
Add to .cursor/mcp.json:
{
"mcpServers": {
"hermes_mcps": {
"command": "npx",
"args": [
"-y",
"dudu1111685/hermes_mcps"
]
}
}
}