AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mailspring MCP

mcp-ryamosthomas-mailspring-mcp · by RyamosThomas

Mailspring plugin that exposes email data through a local Model Context Protocol server

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add mcp-ryamosthomas-mailspring-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-ryamosthomas-mailspring-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mailspring MCP? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mailspring MCP Server Plugin

A Mailspring plugin that runs an MCP (Model Context Protocol) server, giving AI agents read-only access to your email data — threads, messages, contacts, folders, and labels.

The plugin uses Mailspring's own DatabaseStore API, making setup easy and seamless.

Installation

Use this if you want to install the plugin into Mailspring and run it normally.

  1. Install dependencies and build the plugin:

``bash npm install npm run build ``

  1. Install the built plugin into Mailspring through Mailspring's plugin install flow, or place the built plugin directory in Mailspring's packages directory.
  1. Restart Mailspring. The MCP server starts automatically on http://127.0.0.1:2525/mcp.

MCP Configuration

Import the configuration using the following JSON snippet, example vscode snippet included in repo:

{
  "mcpServers": {
    "mailspring": {
      "url": "http://127.0.0.1:2525/mcp"
    }
  }
}

Development

Use this if you are actively working on the plugin code.

  1. Install dependencies and build:

``bash npm install npm run build ``

  1. Link the repo into Mailspring's packages directory so Mailspring loads your working copy:

``bash ./install.sh ``

  1. Restart Mailspring.

Available Tools

| Tool | Description | |------|-------------| | search_emails | Full-text search with structured filters (from, to, subject, date range, folder, label, unread, starred, attachments). Supports FTS5 syntax: OR, NOT, quoted phrases, prefix matching. | | read_email | Read a specific email with full plain-text body content and attachment list | | batch_read_emails | Read multiple emails at once by ID — full body + attachments for each | | list_threads | List threads with filters (folder, label, unread, starred, date range, attachments). Returns enriched metadata: message count, last sender, reply status. | | read_thread | Read a full thread with all messages, reply status, attachment details, sanitized bodyHtml, and stripped plain-text body | | list_contacts | List or search contacts by name/email | | list_folders | List all mailbox folders | | list_labels | List all email labels | | get_recent_emails | Get recent emails with date range filtering and pagination | | list_drafts | List draft emails with pagination | | email_stats | Get mailbox statistics |

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.