SkillAgentSearch skills...

mu-mcp

MCP server for the mu email indexer and searcher.

Install / Use

claude mcp add danielfleischer -- npx -y github:danielfleischer/mu-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

60/100

Supported Platforms

Claude Code
Claude Desktop

Tags

mu-mcp: MCP Server for the mu Mail Indexer

GitHub release GitHub license

A Model Context Protocol (MCP) server for querying your local mu mail index. This server enables fast, structured mail search from Claude Desktop and other MCP clients.

<img src="assets/claude-screenshot.png" width="500"/>

Features

  • Stdio MCP server for easy integration
  • Three tools: query, view emails and open attachments (using default OS viewer).
  • Fast, flexible mail search using the mu index
  • Claude Desktop ready: simple installation and config
  • Python, pixi, and MCP SDK based

Installation

Clone this repository and install dependencies:

git clone https://github.com/danielfleischer/mu-mcp.git
cd mu-mcp
pixi install

Usage

Run the MCP Server

With pixi:

pixi run start

Or directly with Python:

python mu_mcp/mu_mcp.py

Claude Desktop Integration

Add to your claude_desktop_config.json:

"mcpServers": {
  "mu_mcp": {
    "command": "pixi",
    "args": [
      "run",
      "--manifest-path",
      "PROJECT_PATH",
      "start"
    ]
  }
}

Query

Ask Claude to find emails, e.g. "Find emails with a PDF attachment that were sent last April and open the PDF", "Show me the email I received from Alice last week", or "Find emails with the subject 'Meeting Notes'".

Development

  • [x] Adding a tool to view an email.
  • [x] Adding a tool to find and download attachments.

Related Skills

View on GitHub
GitHub Stars3
CategoryCommunication
Updated4mo ago
Forks0

Languages

Python

Security Score

85/100

Audited on Apr 29, 2026

2 low1 info