FranklyMail Agentic Inbox for Claude Desktop
io.github.naylalabs/agentic-inbox
Read and search FranklyMail email and prepare drafts, replies, and forwards for human approval.
client:Claude Desktop
transport:streamable-http
Install FranklyMail Agentic Inbox in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentic-inbox": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://franklymail.com/api/agent/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs