Courier for Claude Desktop
io.github.antonioac1/courier
Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments.
client:Claude Desktop
transport:streamable-http
Install Courier in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"courier": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getcourier.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs