Local-first productivity: email, calendar, messaging, search, image gen. 49 tools. BYOK.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Part of the StudioMeyer MCP Stack β Built in Mallorca π΄ Β· β if you use it
Email, Calendar, Messaging, Search, Image Generation β all in one MCP server, running entirely on your machine. Works with Claude Desktop, Claude Code, Cursor, and any MCP client.
Quick Start Β· Modules Β· Config Β· Privacy Β· Security Β· ECOSYSTEM
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new. It is because we only just decided to share what we have built. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love social media tactics, growth hacks, or chasing stars and followers. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
If it helps you, sharing, testing, and feedback help us. If it could be better, an issue is more useful. If you build something with it, tell us at hello@studiomeyer.io. That genuinely makes our day.
From a small studio in Palma de Mallorca.
Managing email, calendar, messaging, search, and image generation from an AI assistant usually means five to six separate MCP servers, each with its own install, OAuth dance, and API keys. This bundles all of it into one server that runs on your laptop.
Everything stays local. Your credentials live in ~/.personal-suite/config.json
with 0600 permissions and AES-256-GCM encryption at rest. The only data that
ever leaves your machine is the direct API call to the provider you configured.
No signup, no backend, no tenant database.
Bring your own keys (BYOK) for Brave, Exa, Tavily, OpenAI, Gemini, and so on. Messaging uses your own bot tokens (BotFather for Telegram, Discord developer portal, Slack app, etc.). Email uses Gmail/Outlook OAuth or plain IMAP with auto-discovery for 30,000+ providers.
Then in chat:
First-time setup wizard (optional, for Google OAuth):
email_* (15 tools)Gmail OAuth2, Outlook OAuth2, generic IMAP/SMTP. Auto-discovery for 30K+ providers (Gmail, Outlook, Yahoo, iCloud, WEB.DE, GMX, T-Online, mailbox.org, Posteo, IONOS, Strato, Fastmail, ProtonMail Bridge, and many more). Attachments up to 25 MB with path-traversal protection.
calendar_* (11 tools)Google Calendar (OAuth2) plus CalDAV (Apple iCloud, Nextcloud, mailbox.org, Posteo, Radicale, any CalDAV server). Events, availability, conflict detection, Meet links, daily summaries. Provider-transparent: same tools for both.
channel_* (8 tools)Telegram (grammy), Discord (discord.js), Slack (@slack/bolt), WhatsApp (Baileys). Bring your own bot tokens. Send, receive, broadcast, history.
Heads-up on WhatsApp: Baileys is an unofficial reverse-engineered client. It works but carries supply-chain risk and can break whenever WhatsApp changes its protocol. For anything production-critical, use the official WhatsApp Business API (WABA) instead. Baileys is fine for personal/tinkering use.
search_* (7 tools)Multi-provider gateway (BYOK): SearXNG (self-hosted), Brave, Exa (neural), Tavily (research with citations). Web, news, images, deep research, semantic, code context.
image_* (3 tools)BYOK image generation: OpenAI DALL-E 3, Flux via fal.ai (photorealistic), Google Gemini Imagen 3 (product shots). Auto-routing by prompt type.
suite_* (5 tools)Onboarding, status, setup wizard, health checks, embedded documentation, GDPR delete (per-module or complete wipe).
Credentials live in a single JSON file:
~/.personal-suite/config.json%USERPROFILE%\.personal-suite\config.jsonPermissions are forced to 0600 (owner read/write only). Sensitive fields
(passwords, tokens, secrets, API keys) are encrypted with AES-256-GCM before
being written. The encryption key is auto-generated in ~/.personal-suite/.key
on first run, or you can provide your own via the CREDENTIAL_ENCRYPTION_KEY
environment variable (32 bytes, base64).
Nothing ever leaves your machine except the direct API calls you make to the providers you explicitly configure.
0600.suite_delete(module: "all", confirm: true) wipes everything.If you want a long-running server for multiple clients on your LAN:
Point your MCP client at http://localhost:5120/mcp. Streamable HTTP with
session management. Bind behind your own reverse proxy if you expose it beyond
localhost.
Security defaults (HTTP mode):
MCP_ALLOWED_ORIGINS β comma-separated origin whitelist for browser-based
MCP clients. Unset means no cross-origin requests accepted (safest). Example:
MCP_ALLOWED_ORIGINS=http://localhost:3000,https://my-client.example.com.MCP_MAX_SESSIONS β cap on concurrent sessions (default 100). Returns
503 Retry-After: 60 beyond the limit.MCP_HOST β bind address (default 127.0.0.1). Change to 0.0.0.0 only
if you actually want to expose the server on the network.any, no circular deps@modelcontextprotocol/sdk@^1.26.0imapflow (async IMAP with auto-reconnect), nodemailer (SMTP)googleapis (Gmail + Calendar OAuth)ts-caldav (Apple iCloud, Nextcloud, Radicale)grammy, discord.js, @slack/bolt, @whiskeysockets/baileysvitest for tests, stdio + Streamable HTTP dual transportNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/studiomeyer-personal-suite)<a href="https://allmcps.com/mcp/studiomeyer-personal-suite"><img src="https://allmcps.com/api/badge/studiomeyer-personal-suite?style=directory" alt="StudioMeyer Personal Suite on AllMCPs" /></a>