Skip to main content
Glama

mu-mcp: MCP-Server für den mu Mail-Indexer

GitHub release GitHub license

Ein Model Context Protocol (MCP)-Server zum Abfragen Ihres lokalen mu Mail-Index. Dieser Server ermöglicht eine schnelle, strukturierte E-Mail-Suche von Claude Desktop und anderen MCP-Clients aus.

Funktionen

  • Stdio MCP-Server für einfache Integration

  • Drei Tools: E-Mails abfragen, anzeigen und Anhänge öffnen (unter Verwendung des Standard-Viewers des Betriebssystems).

  • Schnelle, flexible E-Mail-Suche unter Verwendung des mu-Index

  • Claude Desktop bereit: einfache Installation und Konfiguration

  • Basiert auf Python, pixi und MCP SDK

Related MCP server: Gmail Plugin MCP Server

Installation

Klonen Sie dieses Repository und installieren Sie die Abhängigkeiten:

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

Verwendung

Den MCP-Server ausführen

Mit pixi:

pixi run start

Oder direkt mit Python:

python mu_mcp/mu_mcp.py

Claude Desktop Integration

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

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

Abfrage

Bitten Sie Claude, E-Mails zu finden, z. B. "Finde E-Mails mit einem PDF-Anhang, die letzten April gesendet wurden, und öffne das PDF", "Zeige mir die E-Mail, die ich letzte Woche von Alice erhalten habe" oder "Finde E-Mails mit dem Betreff 'Meeting Notes'".

Entwicklung

  • [x] Hinzufügen eines Tools zum Anzeigen einer E-Mail.

  • [x] Hinzufügen eines Tools zum Suchen und Herunterladen von Anhängen.

A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.
    4
    114
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A cross-platform MCP server that provides Claude with email access via IMAP, supporting multiple email providers and account management.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielfleischer/mu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server