Query your local `mu` mail index for fast, structured mail search from MCP clients.
mu
Mail IndexerA Model Context Protocol (MCP) server for querying your local mu
mail index. This server enables fast, structured mail search from Claude Desktop and other MCP clients.
mu
indexClone this repository and install dependencies:
git clone https://github.com/danielfleischer/mu-mcp.git
cd mu-mcp
uv venv
uv pip install .
With uv:
uv run --directory . mcp run mu_mcp/mu_mcp.py
Or directly with Python:
python mu_mcp/mu_mcp.py
Add to your claude_desktop_config.json
:
"mcpServers": {
"mu_mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"PROJECT_PATH",
"mcp",
"run",
"mu_mcp/mu_mcp.py"
]
}
}
Replace PROJECT_PATH
with the path to your cloned repo.
Ask Claude to find emails, e.g. "Find emails with a PDF attachment that were sent last April and open the PDF", "Show me the email I received from Alice last week", or "Find emails with the subject 'Meeting Notes'".
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Provides access to MarineTraffic vessel tracking data.
Integrates the RSS3 API to query the Open Web.
Search and download scientific articles from PubMed's E-utilities API.
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
Production-ready RAG out of the box to search and retrieve data from your own documents.
Access earthquake data from the USGS Quakes API using natural language queries.
Search for South Korean tourism information, including festivals, temples, and restaurants, using the official Korea Tourism Organization API.
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.