Heslo pro aplikace, token, připojení. Hesla se zašifrují ve vašem prohlížeči, asistent dostane jen práva, která zaškrtnete, a připojíte i schránky, které oficiální konektory neznají. Ani jeden krok nepotřebuje programátora.App password, token, connect. Passwords are encrypted in your browser, the assistant gets only the rights you tick, and you can connect the mailboxes official connectors do not know. Not one step needs a developer.
Radši s pomocí? Pošlete svému ChatGPT nebo Claude odkazPrefer a helping hand? Send your ChatGPT or Claude the link https://mailmcp.ai/llms.txt a nechte se provést.and let it walk you through.
Vytvořím si token a připojím ChatGPT, Claude nebo jiného asistenta. Nic neinstaluji.Create a token and connect ChatGPT, Claude or another assistant. Nothing to install.
1
Asistent se přihlašuje jako poštovní program. Vygenerujte si zvláštní heslo, které jde kdykoli zrušit.The assistant signs in like a mail app. Generate a separate password you can revoke any time.
mailmcp → zkopírujte 16 znakůcopy the 16 characters.2
Otevře se formulář. Vyplňte e-mail a heslo z kroku 1, zaškrtněte, co asistent smí, zvolte heslo pro pozdější úpravy a klikněte naA form opens. Enter the e-mail and the password from step 1, tick what the assistant may do, choose an edit password for later changes, and click Vytvořit tokenGenerate my token. Zkopírujte token začínajícíCopy the token starting with mmt1.
Token uložte jako heslo. Hesla ve formuláři se zašifrují dřív, než opustí váš prohlížeč; server si nic neukládá.Store the token like a password. Form passwords are encrypted before they leave your browser; the server stores nothing.
3
Adresa serveruServer address
mailmcp → URL serveruserver URL = adresa výšethe address above → OvěřeníAuthentication OAuth → zaškrtnout souhlastick the consent box → VytvořitCreate.mailmcp, URL = adresa výšethe address above, pokročilá pole OAuth nechte prázdnáleave the advanced OAuth fields empty → Add → Connect.Do terminálu (token vložte celý místoIn a terminal (paste the whole token instead of mmt1.…):
claude mcp add --transport http mailmcp https://mailmcp.ai/mcp \
--header "Authorization: Bearer mmt1.…"
Ověření:Check: claude mcp list
Cursor · ~/.cursor/mcp.json:
{ "mcpServers": { "mailmcp": {
"url": "https://mailmcp.ai/mcp",
"headers": { "Authorization": "Bearer mmt1.…" } } } }
VS Code · příkazcommand MCP: Add Server → HTTP → adresa výše; přihlášení proběhne v prohlížeči (vložíte token).the address above; sign-in happens in the browser (paste the token).
Gemini CLI · gemini mcp add --transport http --header "Authorization: Bearer mmt1.…" mailmcp https://mailmcp.ai/mcp
Hotovo. Chcete-li přidat schránku nebo změnit oprávnění, otevřete formulář tokenu, dole v „Upravit existující token“ vložte současný token a heslo pro úpravy, klikněte Načíst, upravte a vygenerujte nový token; v asistentovi ho vyměňte. Přístup zrušíte smazáním hesla pro aplikace u poskytovatele.Done. To add a mailbox or change permissions, open the token form, paste your current token and edit password under “Edit an existing token”, click Load, edit and generate a new token; replace it in the assistant. Revoke access by deleting the app password at your provider.
1
2
Jediné tajemství, které server potřebuje. Vygenerujte ho tady (vzniká jen ve vašem prohlížeči) a uložte do správce hesel.The only secret the server needs. Generate it here (it is created in your browser only) and store it in a password manager.
Ztráta nebo změna klíče zneplatní všechny tokeny uživatelů vašeho serveru. Pro uzavřenou registraci přidejte na Vercelu ještě proměnnou MAILMCP_INVITE_CODE.Losing or changing the key invalidates every user token on your server. For closed registration add the MAILMCP_INVITE_CODE variable on Vercel as well.
3
Vlastní server potřebuje licenci: Personal (€4,99, do 5 schránek, jen pro vás) nebo Unlimited (€129, sdílený server pro tým). Jedna platba, klíč dostanete e-mailem.Your own server needs a license: Personal (€4.99, up to 5 mailboxes, just for you) or Unlimited (€129, a shared team server). One payment, the key arrives by e-mail.
Ceník a nákupPricing and purchase4
Vercel zkopíruje připravený balík do vašeho GitHubu a zeptá se na dvě hodnoty. Obě máte připravené tady, stačí kopírovat a vložit:Vercel copies the ready-made package into your GitHub and asks for two values. Both are ready here, just copy and paste:
MAILMCP_KEY
MAILMCP_LICENSE
▲ Deploy to VercelPokud tlačítko hlásí, že repozitář nenajde, je zatím soukromý: požádejte o přístup, udělejte Fork a ve Vercelu zvolte Add New → Project → Import.If the button cannot find the repository, it is still private: ask for access, Fork it, and in Vercel choose Add New → Project → Import.
5
Vercel ukáže adresu ve tvaruVercel shows an address like https://mailmcp-xyz.vercel.app. Otevřete na níOpen /start a pokračujte cestou „Použít tento server“. Stejnou adresu dejte kolegům.there and continue with “Use this server”. Give the same address to colleagues.
Vercel Hobby (zdarma) stačí pro osobní použití; pro firemní použití vyžaduje Vercel tarif Pro, nebo použijte Docker.Vercel Hobby (free) is fine for personal use; for company use Vercel requires the Pro plan, or use Docker.
Distribuční balík na GitHubuDistribution package on GitHub