mu-mcp
mu-mcp: mu 메일 인덱서용 MCP 서버
로컬 mu 메일 인덱스를 쿼리하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 사용하면 Claude Desktop 및 기타 MCP 클라이언트에서 빠르고 구조화된 메일 검색이 가능합니다.
기능
Stdio MCP 서버: 간편한 통합 지원
세 가지 도구: 이메일 쿼리, 이메일 보기, 첨부 파일 열기(기본 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.pyClaude 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] 첨부 파일 찾기 및 다운로드 도구 추가.
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