★ 1 stars
Go
🤖 AI/LLM
Updated today
MCP server for structured, read-only email access. Exposes a minimal, auditable API surface — AI agents can search and read emails, but cannot send, delete, or modify your mailbox.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mail-shadow-mcp": {
"command": "go",
"args": [
"run",
"github.com/dryas/mail-shadow-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mail-shadow-mcp go run github.com/dryas/mail-shadow-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mail-shadow-mcp": {
"command": "go",
"args": [
"run",
"github.com/dryas/mail-shadow-mcp@latest"
]
}
}
}
📋 Copy