<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Oss on 万屋猫Labs</title><link>https://yn-labs.com/en/categories/oss/</link><description>Recent content in Oss on 万屋猫Labs</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 02 Apr 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://yn-labs.com/en/categories/oss/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a Bridge-Free ProtonMail MCP Server</title><link>https://yn-labs.com/en/posts/protonmail-mcp/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0900</pubDate><guid>https://yn-labs.com/en/posts/protonmail-mcp/</guid><description>&lt;h2 id="the-problem"&gt;The Problem&lt;/h2&gt;
&lt;p&gt;Every existing ProtonMail MCP server requires Proton Bridge — a paid desktop app. Free ProtonMail users have no way to integrate their email with AI assistants.&lt;/p&gt;
&lt;p&gt;I found 11 existing ProtonMail MCP projects on GitHub. All of them require Bridge.&lt;/p&gt;
&lt;h2 id="the-solution"&gt;The Solution&lt;/h2&gt;
&lt;p&gt;I built &lt;a href="https://github.com/ichiburn/protonmail-mcp"&gt;protonmail-mcp&lt;/a&gt; — a Go MCP server that talks directly to Proton&amp;rsquo;s API using only their official open-source libraries:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/ProtonMail/go-proton-api"&gt;go-proton-api&lt;/a&gt;&lt;/strong&gt; — The same library used by Proton Bridge itself&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/ProtonMail/go-srp"&gt;go-srp&lt;/a&gt;&lt;/strong&gt; — SRP authentication&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/ProtonMail/gopenpgp"&gt;gopenpgp&lt;/a&gt;&lt;/strong&gt; — PGP encryption/decryption&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;No third-party API wrappers. No supply chain risk from unknown packages handling your passwords and private keys.&lt;/p&gt;</description></item></channel></rss>