mcpbeat Sign in

Mailpal MCP Server

local only

Mailpal runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 15 Aug 2026.

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

Installs per day peak 237 · avg 7
a month agotoday
55
Installs / week
npm · mailpal-mcp
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Mailpal every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mailpal -- npx -y mailpal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mailpal": {
      "args": [
        "-y",
        "mailpal-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mailpal]
command = "npx"
args = ["-y", "mailpal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mailpal": {
      "args": [
        "-y",
        "mailpal-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mailpal": {
      "args": [
        "-y",
        "mailpal-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mailpal

same job, measured the same way
Gud API MCP
by gudlab

AI agents create, run, and save API requests as Gud API collections in your project.

56 installs/wk local only
Linkwarden MCP
by flumpiey

Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.

556 installs/wk local only
HTTP
by abhishekkumar2021

HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.

59 installs/wk local only
Apple Shortcuts
by jonathanrreed

List, inspect, and run Apple Shortcuts on macOS.

141 installs/wk local only
Bruno MCP Studio
by ostico

Author, edit and run Bruno collections as files: HTTP, WebSocket, gRPC, per-request pass/fail.

195 installs/wk local only
Extensiondev
by extensiondev

Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers.

229 installs/wk local only
C
Gleanit
by gleanit

Search, read, and write highlights, notes, screenshots, collections, projects, and tags in Gleanit.

answering
D
Catchr
by workers-perch-app-catchr

Instant no-signup webhook & HTTP-request inspector for testing webhooks and agent tool-callbacks.

4 tools answering

Mailpal — questions

Answers built from our own checks of this server.

Why is there no uptime for Mailpal?
Mailpal 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 mailpal-mcp was installed 55 times last week.
How do I connect Mailpal?
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 mailpal-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mailpal?
The npm package mailpal-mcp was installed 55 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mailpal open source?
Yes — 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.