mcpbeat Sign in

StudioMeyer Personal Suite MCP Server

local only

StudioMeyer Personal Suite runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 13 Sep 2026.

Local-first productivity: email, calendar, messaging, search, image gen. 49 tools. BYOK.

Installs per day peak 29 · avg 11 · -38% w/w
a month agotoday
38
Installs / week
npm · mcp-personal-suite
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli/setup.ts:85
    spawn(bin, args, { stdio: 'ignore', detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add personal-suite -- npx -y mcp-personal-suite
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "personal-suite": {
      "args": [
        "-y",
        "mcp-personal-suite"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.personal-suite]
command = "npx"
args = ["-y", "mcp-personal-suite"]
.cursor/mcp.json
{
  "mcpServers": {
    "personal-suite": {
      "args": [
        "-y",
        "mcp-personal-suite"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "personal-suite": {
      "args": [
        "-y",
        "mcp-personal-suite"
      ],
      "command": "npx"
    }
  }
}

Alternatives to StudioMeyer Personal Suite

same job, measured the same way
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Local MCP
by local-mcp

Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

204 tools answering
ATXP — Agent Payment & Wallet Infrastructure
by atxp-dev

Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.

253 installs/wk local only
Outlook
by rlrghb

Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files

264 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Telegram MCP Server
by tolboy

Local-first TDLib Telegram MCP server with 110 tools, account isolation and production guardrails.

local only
Piu Copy MCP
by aymandakir-gh

GrowthHackers copywriting prompts (Meta/Google Ads, email, VSL) as MCP tools — search & generate.

answering
IMAP MCP Pro
by temple-of-epiphany

Production IMAP & SMTP for Claude: multi-account email search, triage, send, and spam checks.

local only

StudioMeyer Personal Suite — questions

Answers built from our own checks of this server.

Why is there no uptime for StudioMeyer Personal Suite?
StudioMeyer Personal Suite runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-personal-suite was installed 38 times last week.
How do I connect StudioMeyer Personal Suite?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-personal-suite straight from npm; nothing to host, nothing to sign up for.
How many people use StudioMeyer Personal Suite?
The npm package mcp-personal-suite was installed 38 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StudioMeyer Personal Suite open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.