iris for Claude Code
io.github.superangrymonkey/iris
Microsoft 365 mail MCP: drafts into Outlook; sending off by default, opt-in via IRIS_ENABLE_SEND.
client:Claude Code
transport:stdio
runtime:pypi
Install iris in Claude Code
run in your project directory
claude mcp add iris -e IRIS_CLIENT_ID=<IRIS_CLIENT_ID> -e IRIS_TENANT_ID=<IRIS_TENANT_ID> -e IRIS_DRAFT_FOLDER=<IRIS_DRAFT_FOLDER> -e IRIS_ALLOWLIST=<IRIS_ALLOWLIST> -e IRIS_ENABLE_SEND=<IRIS_ENABLE_SEND> -- uvx iris-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs