mu-mcp
mu-mcp: 用于 mu 邮件索引器的 MCP 服务器
一个用于查询本地 mu 邮件索引的模型上下文协议 (MCP) 服务器。该服务器支持从 Claude Desktop 和其他 MCP 客户端进行快速、结构化的邮件搜索。
功能
Stdio MCP 服务器,易于集成
三个工具:查询、查看邮件以及打开附件(使用操作系统默认查看器)。
快速、灵活的邮件搜索,利用
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.pyClaude Desktop 集成
添加到你的 claude_desktop_config.json 中:
"mcpServers": {
"mu_mcp": {
"command": "pixi",
"args": [
"run",
"--manifest-path",
"PROJECT_PATH",
"start"
]
}
}查询
让 Claude 查找邮件,例如:“查找去年四月发送的带有 PDF 附件的邮件并打开该 PDF”、“显示我上周从 Alice 那里收到的邮件”或“查找主题为 'Meeting Notes' 的邮件”。
开发
[x] 添加查看邮件的工具。
[x] 添加查找和下载附件的工具。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceA 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.4114MIT
- AlicenseNot gradedqualityDmaintenanceAn 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.1MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables Claude to directly access and manage email through IMAP. It provides tools for reading, searching, organizing, and drafting emails within your mailbox.9
- AlicenseNot gradedqualityDmaintenanceA cross-platform MCP server that provides Claude with email access via IMAP, supporting multiple email providers and account management.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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