GramClaw for Claude Desktop
io.github.mar820/gramclaw
Manage Telegram outreach, campaigns, follow-ups, conversations, and pipelines from an MCP client.
client:Claude Desktop
transport:streamable-http
Install GramClaw in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gramclaw": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gramclaw.com/api/mcp?key={api_key}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs