Agent 365 Email Draft Proxy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent 365 Email Draft Proxysearch for recent emails from Charles Lamanna and draft a reply"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent 365 Email Draft Plugin for Claude Code
Generate executive-style email drafts using real email context from your Microsoft 365 inbox.
✨ Features
🔍 Natural Language Email Search - Search your inbox using plain English
📧 Executive Style Profiles - Drafts match recipient's communication style
🎯 Context-Aware Responses - Uses full email threads for context
📤 One-Click Publishing - Create drafts directly in Outlook
🚀 One-Time Setup - Configure once, use in any Claude Code conversation
Related MCP server: Microsoft 365 MCP Server
🎭 Executive Profiles
The plugin automatically matches recipients to communication styles:
Charles Lamanna - Conversational-professional, strategic, engaging
Nirav Shah - Action-oriented, decisive, technical, timeline-focused
Robert Bruckner - Direct, data-driven, strategic, analytical
James Oleinik - Collaborative, balanced, team-focused, thoughtful
Unknown recipients use a professional default style.
🚀 Quick Start
Prerequisites
Python 3.8+
Claude Code CLI installed
Agent 365 account with email access
Microsoft 365 mailbox
Installation (2 commands!)
Clone and install
git clone https://github.com/jamesol-msft/claude-email-draft-plugin.git cd claude-email-draft-plugin pip install -r requirements.txt python setup.pyRestart Claude Desktop/CLI
That's it! The setup script automatically:
✅ Installs MCP proxy to your home directory
✅ Installs skill to
~/.claude/skills/email-draft/✅ Configures Claude Desktop MCP server
✅ Provides token setup instructions
Token Setup (Optional - for real email access)
For testing without a real token, the plugin works in mock mode by default. For real email access:
# If you have get_agent365_token.py
python get_agent365_token.py
# Or create a mock token for testing
mkdir -p ~/.agent365
cat > ~/.agent365/auth-token.json << 'EOF'
{
"access_token": "mock_token_for_testing",
"token_type": "Bearer",
"expires_in": 3600,
"expires_at": 9999999999
}
EOFVerify Setup
python verify_setup.pyThis checks that everything is configured correctly.
📖 Usage
Interactive Mode
/email-draftPrompts you for email context.
Search First
/email-draft --search "recent unread from john"Searches emails, lets you pick one, generates draft.
Reply to Specific Email
/email-draft --reply-to AAMkAGI2TGAA=Generates reply to email with specific ID.
Example Workflow
Search for an email:
/email-draft --search "latest from charles lamanna"Claude searches and displays results
Select an email from the results
Review the generated draft
Optionally publish to Outlook drafts folder
🏗️ Architecture
Claude Code
↓ (MCP protocol - JSON-RPC 2.0 over stdio)
agent365_mcp_proxy.py
↓ (HTTPS)
Agent 365 Mail Server
↓ (Microsoft Graph API)
Microsoft 365 (Outlook)Key Components:
MCP Proxy (~550 lines Python) - Lightweight bridge between Claude Code and Agent 365
Skill File (~830 lines Markdown) - Executive profiles and workflow logic
Configuration - Simple JSON config for Claude Desktop
🔧 MCP Tools
The proxy exposes 3 tools to Claude Code:
Tool | Purpose | Typical Latency |
| Search emails with natural language | 30-90s |
| Retrieve full email details by ID | 1-3s |
| Create draft in Outlook | 1-3s |
📚 Documentation
SETUP.md - Detailed installation guide
TROUBLESHOOTING.md - Common issues and solutions
TOKEN_CONFIGURATION.md - Token management and security
IMPLEMENTATION_COMPLETE.md - Technical implementation details
🔒 Security
Tokens stored locally (
~/.agent365/auth-token.json)Tokens expire after 1 hour (manual refresh required)
No credentials in config files
All communication over HTTPS
MCP proxy runs locally (no external services)
🐛 Troubleshooting
Token expired (401 error)
# Refresh your Agent 365 token
python get_agent365_token.pyProxy not starting
Check Python version:
python --version(need 3.8+)Check file path in
claude_desktop_config.jsonCheck Claude Code logs: View → Developer → Toggle Developer Tools
Skill not appearing
Verify file location:
~/.claude/skills/email-draft/SKILL.mdRestart Claude Code
Check for syntax errors in SKILL.md
See TROUBLESHOOTING.md for more solutions.
🎯 Performance
Tested with:
15 test cases, 100% pass rate
35 total scenarios validated
Production-ready status: ✅
Benchmarks:
Proxy startup: <2s
Email search: 30-90s (natural language processing)
Get message: 1-3s
Create draft: 1-3s
🛣️ Roadmap
Automatic token refresh
Additional executive profiles
Calendar integration (meeting prep)
Teams integration (chat context)
Profile customization UI
🤝 Contributing
Contributions welcome! Please:
Fork the repository
Create a feature branch
Commit your changes
Open a pull request
📄 License
MIT License - see LICENSE file for details
🙏 Acknowledgments
Built with:
Wave 5 of the skillsIQ project Status: ✅ Production Ready Test Pass Rate: 100% (35/35 scenarios)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/jamesol-msft/claude-email-draft-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server