Skip to main content
Glama

mu-mcp: muメールインデクサー用MCPサーバー

GitHub release GitHub license

ローカルのmuメールインデックスをクエリするためのModel Context Protocol (MCP) サーバーです。このサーバーにより、Claude Desktopやその他のMCPクライアントから高速で構造化されたメール検索が可能になります。

機能

  • Stdio MCPサーバー: 容易な統合が可能

  • 3つのツール: クエリ、メールの閲覧、添付ファイルのオープン(OSのデフォルトビューアを使用)

  • 高速で柔軟なメール検索: muインデックスを使用

  • Claude Desktop対応: 簡単なインストールと設定

  • Python、pixi、MCP SDKベース

Related MCP server: Gmail Plugin MCP Server

インストール

このリポジトリをクローンし、依存関係をインストールします:

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

使用方法

MCPサーバーの実行

pixiを使用する場合:

pixi run start

またはPythonで直接実行する場合:

python mu_mcp/mu_mcp.py

Claude Desktopとの統合

claude_desktop_config.jsonに追加します:

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

クエリ

Claudeにメールを探すよう依頼します。例:「昨年の4月に送信されたPDF添付ファイル付きのメールを見つけてPDFを開いて」、「先週Aliceから届いたメールを見せて」、「件名が'Meeting Notes'のメールを探して」など。

開発

  • [x] メールを閲覧するツールの追加

  • [x] 添付ファイルを見つけてダウンロードするツールの追加

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