mu-mcp
mu-mcp: Servidor MCP para el indexador de correo mu
Un servidor del Protocolo de Contexto de Modelo (MCP) para consultar tu índice de correo local mu. Este servidor permite realizar búsquedas de correo rápidas y estructuradas desde Claude Desktop y otros clientes MCP.
Características
Servidor MCP Stdio para una fácil integración
Tres herramientas: consultar, ver correos electrónicos y abrir archivos adjuntos (usando el visor predeterminado del sistema operativo).
Búsqueda de correo rápida y flexible usando el índice
muListo para Claude Desktop: instalación y configuración sencillas
Basado en Python, pixi y el SDK de MCP
Related MCP server: Gmail Plugin MCP Server
Instalación
Clona este repositorio e instala las dependencias:
git clone https://github.com/danielfleischer/mu-mcp.git
cd mu-mcp
pixi installUso
Ejecutar el servidor MCP
Con pixi:
pixi run startO directamente con Python:
python mu_mcp/mu_mcp.pyIntegración con Claude Desktop
Añádelo a tu claude_desktop_config.json:
"mcpServers": {
"mu_mcp": {
"command": "pixi",
"args": [
"run",
"--manifest-path",
"PROJECT_PATH",
"start"
]
}
}Consulta
Pide a Claude que busque correos electrónicos, por ejemplo: "Busca correos con un archivo adjunto PDF que se enviaron el pasado abril y abre el PDF", "Muéstrame el correo que recibí de Alice la semana pasada" o "Busca correos con el asunto 'Meeting Notes'".
Desarrollo
[x] Añadir una herramienta para ver un correo electrónico.
[x] Añadir una herramienta para buscar y descargar archivos adjuntos.
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