Agent skill
julien-mcp-outlook
Install Outlook MCP via win32com. Use when user needs Outlook email automation on Windows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/julien-mcp-outlook
SKILL.md
MCP Outlook Installer
This skill installs the Outlook MCP server into the current project.
Installation Procedure
When the user asks to install Outlook MCP:
- Check for existing
.mcp.jsonin the project root - Merge configuration - Add this server to
mcpServers:
{
"outlook": {
"command": "${ONEDRIVE_MCP_PATH}/outlook-mcp-server/venv/Scripts/python.exe",
"args": ["${ONEDRIVE_MCP_PATH}/outlook-mcp-server/main.py"]
}
}
- If
.mcp.jsondoesn't exist, create it with the full structure:
{
"mcpServers": {
"outlook": {
"command": "${ONEDRIVE_MCP_PATH}/outlook-mcp-server/venv/Scripts/python.exe",
"args": ["${ONEDRIVE_MCP_PATH}/outlook-mcp-server/main.py"]
}
}
}
Environment Variables Required
ONEDRIVE_MCP_PATH: Path to MCP servers folder
Prerequisites
- Windows with Outlook installed
- Python with pywin32
Usage After Installation
Restart Claude Code to activate the MCP server.
Skill Chaining
- Input: User request to install Outlook MCP
- Output: Configured
.mcp.jsonwith outlook server - Tools Used: Read, Edit, Write
- Chains With: Gmail MCP for multi-provider email
Troubleshooting
| Problem | Solution |
|---|---|
| pywin32 error | Run pip install pywin32 in venv |
| Outlook not found | Ensure Outlook desktop app is installed |
| Path not found | Verify ONEDRIVE_MCP_PATH environment variable |
| Permission denied | Grant Outlook access when prompted |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?